feat:添加版本好,修改 xhj 的环境改成预发布

This commit is contained in:
anfe 2024-05-24 13:49:51 +08:00
parent 199a475f57
commit 611a1e06fd
2 changed files with 4 additions and 2 deletions

View File

@ -94,7 +94,8 @@ class F {
case Flavor.sky:
return 'https://lock.skychip.top';
case Flavor.xhj:
return 'https://lock.xhjcn.ltd';
return 'https://pre.lock.star-lock.cn';
// return 'https://lock.xhjcn.ltd';
// return 'https://pre.lock.star-lock.cn';
default:
throw Exception('flavor[$name] apiPrefix not found');

View File

@ -56,8 +56,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 1.0.46+2024052004打包给公司测试
# 1.0.47+2024052101打包给欧阳回归测试
# 1.0.48+2024052201打包给欧阳回归测试
# 1.0.49+2024052401xhj UI ,预发布环境
version: 1.0.48+2024052201
version: 1.0.49+2024052401
environment:
sdk: '>=2.12.0 <3.0.0'