mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
Update version to 1.0.5, remove config.json, and modify .gitignore and vercel.json include paths
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -20,4 +20,6 @@ web-build/
|
||||
|
||||
expo-env.d.ts
|
||||
# @end expo-cli
|
||||
web/**
|
||||
web/**
|
||||
.bmad-core
|
||||
.kilocodemodes
|
||||
@@ -5,7 +5,7 @@
|
||||
"src": "src/index.ts",
|
||||
"use": "@vercel/node",
|
||||
"config": {
|
||||
"includeFiles": ["../config.json"]
|
||||
"includeFiles": ["./config.json"]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
19
config.json
19
config.json
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user