增加新模块

This commit is contained in:
何江明
2025-03-20 08:46:07 +08:00
parent 15014e22aa
commit 2ae62b59ed
1729 changed files with 94700 additions and 4232 deletions
+9
View File
@@ -0,0 +1,9 @@
// export const BASE_URL="https://api.finecc.net"; // 正式环境
export const BASE_URL="http://192.168.0.108:8087"; // 超哥本地
export const PRIVACY_EN="https://www.finecc.net/?Privacy-Agreement/";//隐私协议地址(英文版)
export const PRIVACY_CN="https://www.finecc.net/?Privacy/";//隐私协议地址(中文版)
export const USER_EN="https://www.finecc.net/?FAQ/3421.html";//用户协议(英文版)
export const USER_CN="https://www.finecc.net/?wenti/3422.html";//用户协议(中文版)