From b266e63ac8dc7b324b3749e606415cdc358ee24d Mon Sep 17 00:00:00 2001 From: zimplexing Date: Fri, 4 Jul 2025 17:15:34 +0800 Subject: [PATCH] Update version to 1.0.5, remove config.json, and modify .gitignore and vercel.json include paths --- .gitignore | 4 +++- backend/vercel.json | 2 +- config.json | 19 ------------------- package.json | 2 +- 4 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 config.json diff --git a/.gitignore b/.gitignore index 7aa0fb1..eadc82b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,6 @@ web-build/ expo-env.d.ts # @end expo-cli -web/** \ No newline at end of file +web/** +.bmad-core +.kilocodemodes \ No newline at end of file diff --git a/backend/vercel.json b/backend/vercel.json index 61cb052..a5afa2e 100644 --- a/backend/vercel.json +++ b/backend/vercel.json @@ -5,7 +5,7 @@ "src": "src/index.ts", "use": "@vercel/node", "config": { - "includeFiles": ["../config.json"] + "includeFiles": ["./config.json"] } } ], diff --git a/config.json b/config.json deleted file mode 100644 index ca9d3ac..0000000 --- a/config.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "cache_time": 3600, - "api_site": { - "ffzy": { - "key": "ffzy", - "name": "非凡资源", - "api": "http://cj.ffzy.co/api.php/provide/vod/from/ffm3u8/", - "detail": "http://www.ffzy.co" - }, - "test-source": { - "key": "test-source", - "name": "示例源", - "api": "https://test-api.com/api.php" - } - }, - "storage": { - "type": "localstorage" - } -} diff --git a/package.json b/package.json index a5ecc07..b6656ca 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "OrionTV", "private": true, "main": "expo-router/entry", - "version": "1.0.4", + "version": "1.0.5", "scripts": { "start": "EXPO_USE_METRO_WORKSPACE_ROOT=1 expo start", "start-tv": "EXPO_TV=1 EXPO_USE_METRO_WORKSPACE_ROOT=1 expo start",