增加东西

This commit is contained in:
yziiy
2025-10-30 18:27:45 +08:00
parent 4fc72fbffe
commit 5ed0c676b2
200 changed files with 59 additions and 288 deletions

View File

@@ -1,7 +1,8 @@
//api 请求路径 本地
// http://md.xscmmidi.site 正式api
// http://tmd.xscmmidi.site 测试api
// https://vespa.qxyushen.top 正式api
// https://test.vespa.qxyushen.top 测试api
const BASE_NAME = '羽声语音'
const BASE_URL = "https://vespa.qxyushen.top";
// 前端访问域名
@@ -15,7 +16,7 @@ const charm_url = "https://vespa.qxyushen.top/h5/image/charm.png";
const kefu_url = "https://vespa.qxyushen.top/h5/image/kefu.png";
//IM app_key
const IM_APP_TOKEN="67962a777e2b13bc6a4bde3ccd389d1e";
const BASR_COLOR = '#6C49E4';
const BASR_COLOR = '#3ABC6D';
export default {
BASE_URL,
IM_APP_TOKEN,