Skip to content

Commit 3e3796a

Browse files
committed
fix(update): update GitHub URLs in UpdateConfig and bump version to 1.3.3
1 parent 9fcdf4b commit 3e3796a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

constants/UpdateConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
// 是否显示更新日志

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

0 commit comments

Comments
 (0)