dsh-remote-plugin 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apk/dsh-remote.apk +0 -0
- package/package.json +1 -1
- package/public/admin.html +177 -27
- package/public/admin.js +89 -68
- package/public/app.js +227 -201
- package/public/i18n.js +52 -0
- package/public/index.html +301 -66
- package/public/update.json +3 -3
- package/public/version.json +1 -1
package/public/update.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.5.
|
|
2
|
+
"version": "0.5.3",
|
|
3
3
|
"apkUrl": "dsh-remote.apk",
|
|
4
|
-
"releasedAt": "2026-08-
|
|
5
|
-
"notes": "
|
|
4
|
+
"releasedAt": "2026-08-16T08:04:08.551Z",
|
|
5
|
+
"notes": "界面中英双语(App/管理页,跟随系统语言,可手动切换);抽屉 UI 优化:token 独占一行、设备列表窄屏卡片式、标题徽章不换行;修复扫码配对误报与二维码生成失败;修复未设 token 时反复重连导致的认证失败计数增长"
|
|
6
6
|
}
|
package/public/version.json
CHANGED