fix(cloudtentacles): 第三轮 Bug 修复 + 体验改进 — Vue3 emit 多参数处理、SKU 刷新空缓存、新增账号改用 ElMessageBox.prompt

This commit is contained in:
yml
2026-05-20 01:36:57 +08:00
parent b4bb53f307
commit 5474d77799
4 changed files with 112 additions and 38 deletions
+42 -6
View File
@@ -1,9 +1,45 @@
{
"enabled": true,
"baseUrl": "https://123.207.217.176",
"username": "17665234375",
"password": "yaochao11",
"phone": "17665234375",
"deviceId": "-",
"deviceType": 0
"sources": [
{
"key": "default",
"label": "默认账号",
"baseUrl": "https://123.207.217.176",
"username": "17665234375",
"password": "yaochao11",
"phone": "17665234375",
"deviceId": "-",
"deviceType": 0
},
{
"key": "account2",
"label": "备用账号 1",
"baseUrl": "https://123.207.217.176",
"username": "",
"password": "",
"phone": "",
"deviceId": "-",
"deviceType": 0
},
{
"key": "account3",
"label": "备用账号 2",
"baseUrl": "https://123.207.217.176",
"username": "",
"password": "",
"phone": "",
"deviceId": "-",
"deviceType": 0
},
{
"key": "测试12",
"label": "测试12",
"baseUrl": "https://123.207.217.176",
"username": "",
"password": "",
"phone": "",
"deviceId": "-",
"deviceType": 0
}
]
}