refactor(user): 统一品牌名称为“威数谱软件”

- 将项目中所有“威硕谱软件”名称修改为“威数谱软件”
- 更新协议页面、欢迎消息、礼品卡等多处文本内容
- 修改小程序配置文件中的项目名称和显示标题
- 优化开发者申请页部分文案,明确开发者身份描述
- 保证所有界面及配置中的品牌名称统一一致
This commit is contained in:
2026-07-22 13:46:10 +08:00
parent 50c98cdcf7
commit 2ea16e22cf
11 changed files with 38 additions and 29 deletions

View File

@@ -5,21 +5,21 @@ export const ENV_CONFIG = {
API_BASE_URL: 'https://shop-api.websoft.top/api',
SERVER_API_URL: 'https://server.websoft.top/api',
WEBSOPY_API_BASE_URL: 'https://websopy-api.websoft.top/api',
APP_NAME: '威谱软件',
APP_NAME: '威谱软件',
DEBUG: 'true',
},
test: {
API_BASE_URL: 'https://shop-api.websoft.top/api',
SERVER_API_URL: 'https://server.websoft.top/api',
WEBSOPY_API_BASE_URL: 'https://websopy-api.websoft.top/api',
APP_NAME: '威谱软件',
APP_NAME: '威谱软件',
DEBUG: 'true',
},
production: {
API_BASE_URL: 'https://shop-api.websoft.top/api',
SERVER_API_URL: 'https://server.websoft.top/api',
WEBSOPY_API_BASE_URL: 'https://websopy-api.websoft.top/api',
APP_NAME: '威谱软件',
APP_NAME: '威谱软件',
DEBUG: 'false',
},
}