新增 build:test 方便构建线上的测试环境,优化分享码功能的交互

This commit is contained in:
eafonyang
2026-06-17 16:51:36 +08:00
parent 7eb7647484
commit 8d369412fd
12 changed files with 213 additions and 18 deletions
+8 -1
View File
@@ -375,6 +375,8 @@
"importQuerying": "Querying…",
"importCodeNotFound": "Share code not found or expired",
"importEqName": "EQ Name",
"importEqNameHint": "You can customize the name",
"importSourceModel": "Source device",
"importButton": "Import",
"importSaving": "Importing…",
"importSuccess": "EQ imported successfully",
@@ -384,7 +386,12 @@
"mySharesEmpty": "No shared EQ yet",
"mySharesCode": "Code",
"mySharesName": "EQ Name",
"mySharesLoadFail": "Failed to load share list"
"mySharesLoadFail": "Failed to load share list",
"mySharesDeleteConfirmTitle": "Delete share code",
"mySharesDeleteConfirmDesc": "Delete share code {{code}}? It will no longer be available for import.",
"mySharesDeleteConfirmOk": "Delete",
"mySharesDeleteSuccess": "Share code deleted",
"mySharesDeleteFail": "Failed to delete share code"
}
},
"dac": {
+7
View File
@@ -311,6 +311,8 @@
"importQuerying": "查詢中…",
"importCodeNotFound": "分享碼不存在",
"importEqName": "EQ 名稱",
"importEqNameHint": "可自訂名稱",
"importSourceModel": "來源設備",
"importButton": "匯入",
"importSaving": "匯入中…",
"importSuccess": "EQ 匯入成功",
@@ -321,6 +323,11 @@
"mySharesCode": "分享碼",
"mySharesName": "EQ 名稱",
"mySharesLoadFail": "載入分享列表失敗",
"mySharesDeleteConfirmTitle": "刪除分享碼",
"mySharesDeleteConfirmDesc": "確定刪除分享碼 {{code}}?刪除後將無法再通過該碼匯入。",
"mySharesDeleteConfirmOk": "刪除",
"mySharesDeleteSuccess": "分享碼已刪除",
"mySharesDeleteFail": "刪除分享碼失敗",
"importCodeNotFound": "分享碼不存在或已過期"
}
},
+7
View File
@@ -311,6 +311,8 @@
"importQuerying": "查询中…",
"importCodeNotFound": "分享码不存在",
"importEqName": "EQ 名称",
"importEqNameHint": "可自定义名称",
"importSourceModel": "来源设备",
"importButton": "导入",
"importSaving": "导入中…",
"importSuccess": "EQ 导入成功",
@@ -321,6 +323,11 @@
"mySharesCode": "分享码",
"mySharesName": "EQ 名称",
"mySharesLoadFail": "加载分享列表失败",
"mySharesDeleteConfirmTitle": "删除分享码",
"mySharesDeleteConfirmDesc": "确定删除分享码 {{code}}?删除后将无法再通过该码导入。",
"mySharesDeleteConfirmOk": "删除",
"mySharesDeleteSuccess": "分享码已删除",
"mySharesDeleteFail": "删除分享码失败",
"importCodeNotFound": "分享码不存在或已过期"
}
},