feat: 按环境前缀生成 Apps ID
This commit is contained in:
+2
-1
@@ -54,7 +54,8 @@ def tmp_config(tmp_path, monkeypatch):
|
||||
"1": {"name": "readoor31", "ossFloder": "test"}
|
||||
},
|
||||
"servers": {
|
||||
"测试环境": {"api": "https://test.api.com", "assDom": "applinks:test.com", "universalLink": "https://test.com"}
|
||||
"测试环境": {"api": "https://test.api.com", "assDom": "applinks:test.com", "universalLink": "https://test.com"},
|
||||
"正式环境": {"api": "https://prod.api.com", "assDom": "applinks:prod.com", "universalLink": "https://prod.com"}
|
||||
},
|
||||
"branches": ["main", "dev"],
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user