From 5e819ca0803ddbf938041f1b827519ccf8133b7b Mon Sep 17 00:00:00 2001 From: Developer Date: Fri, 20 Mar 2026 12:05:58 +0800 Subject: [PATCH] init --- README.md | 2 +- app.json | 6 +++--- build-apk.ps1 | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0fc8b2d..e6114c9 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Android · iOS · Web,Expo Go 扫码 5 分钟运行,Dev Build 解锁完整 D > 部分清晰度受限,视频播放降级为 WebView 方案 ```bash -git clone https://github.com/你的用户名/JKVideo.git +git clone https://github.com/tiajinsha/JKVideo.git cd JKVideo npm install npx expo start diff --git a/app.json b/app.json index 776489a..35ab5a3 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "BilibiliApp", - "slug": "bilibili-app", + "name": "JKVideo", + "slug": "jkvideo", "version": "1.0.0", "scheme": "bilibili", "orientation": "default", @@ -29,7 +29,7 @@ "android.permission.RECORD_AUDIO", "android.permission.MODIFY_AUDIO_SETTINGS" ], - "package": "com.anonymous.bilibiliapp" + "package": "com.anonymous.jkvideo" }, "web": { "bundler": "metro", diff --git a/build-apk.ps1 b/build-apk.ps1 index fafccc4..b2f4332 100644 --- a/build-apk.ps1 +++ b/build-apk.ps1 @@ -13,8 +13,8 @@ if ($LASTEXITCODE -eq 0) { $apk = Get-ChildItem "Z:\android\app\build\outputs\apk\debug\*.apk" | Select-Object -First 1 Write-Host "SUCCESS! APK: $($apk.FullName)" -ForegroundColor Green # Copy to Desktop - Copy-Item $apk.FullName "C:\Users\Administrator\Desktop\BilibiliApp-debug.apk" - Write-Host "Copied to Desktop: BilibiliApp-debug.apk" -ForegroundColor Cyan + Copy-Item $apk.FullName "C:\Users\Administrator\Desktop\JKVideo-debug.apk" + Write-Host "Copied to Desktop: JKVideo-debug.apk" -ForegroundColor Cyan } else { Write-Host "Build FAILED" -ForegroundColor Red } diff --git a/package.json b/package.json index c004550..a2211df 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "reactbilibiliapp", + "name": "jkvideo", "version": "1.0.0", "main": "expo-router/entry", "scripts": {