File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ export const UPDATE_CONFIG = {
77
88 // GitHub相关URL
99 GITHUB_RAW_URL :
10- "https://gh-proxy.com/https://raw.githubusercontent.com/zimplexing /OrionTV/refs/heads/master/package.json" ,
10+ "https://gh-proxy.com/https://raw.githubusercontent.com/orion-lib /OrionTV/refs/heads/master/package.json" ,
1111
1212 // 获取平台特定的下载URL
1313 getDownloadUrl ( version : string ) : string {
14- return `https://gh-proxy.com/https://github.com/zimplexing /OrionTV/releases/download/v${ version } /orionTV.${ version } .apk` ;
14+ return `https://gh-proxy.com/https://github.com/orion-lib /OrionTV/releases/download/v${ version } /orionTV.${ version } .apk` ;
1515 } ,
1616
1717 // 是否显示更新日志
Original file line number Diff line number Diff line change 22 "name" : " OrionTV" ,
33 "private" : true ,
44 "main" : " expo-router/entry" ,
5- "version" : " 1.3.2 " ,
5+ "version" : " 1.3.3 " ,
66 "scripts" : {
77 "start" : " EXPO_TV=1 EXPO_USE_METRO_WORKSPACE_ROOT=1 expo start" ,
88 "android" : " EXPO_TV=1 EXPO_USE_METRO_WORKSPACE_ROOT=1 expo run:android" ,
You can’t perform that action at this time.
0 commit comments