diff --git a/TUICallKit-Vue3/manifest.json b/TUICallKit-Vue3/manifest.json
index 672b3365..146f31f1 100644
--- a/TUICallKit-Vue3/manifest.json
+++ b/TUICallKit-Vue3/manifest.json
@@ -58,6 +58,7 @@
"subPackages" : true
},
"usingComponents" : true,
+ "requiredBackgroundModes" : ["audio"],
"plugins" : {
"WechatSI" : {
diff --git a/TUICallKit-Vue3/pages.json b/TUICallKit-Vue3/pages.json
index 100b8395..d9f3fe15 100644
--- a/TUICallKit-Vue3/pages.json
+++ b/TUICallKit-Vue3/pages.json
@@ -121,8 +121,7 @@
"navigationBarTitleText": "握力环训练",
"navigationBarBackgroundColor": "#f8fafc",
"navigationBarTextStyle": "black",
- "backgroundColor": "#f8fafc",
- "requiredBackgroundModes": ["audio"]
+ "backgroundColor": "#f8fafc"
}
},
{
@@ -131,8 +130,7 @@
"navigationBarTitleText": "耗糖节拍器",
"navigationBarBackgroundColor": "#f8fafc",
"navigationBarTextStyle": "black",
- "backgroundColor": "#f8fafc",
- "requiredBackgroundModes": ["audio"]
+ "backgroundColor": "#f8fafc"
}
}
]
diff --git a/TUICallKit-Vue3/training/pages/components/crush-canvas.vue b/TUICallKit-Vue3/training/pages/components/crush-canvas.vue
index b286236d..5a70c4f2 100644
--- a/TUICallKit-Vue3/training/pages/components/crush-canvas.vue
+++ b/TUICallKit-Vue3/training/pages/components/crush-canvas.vue
@@ -9,7 +9,7 @@
diff --git a/TUICallKit-Vue3/training/pages/grip-ring.vue b/TUICallKit-Vue3/training/pages/grip-ring.vue
index 7426bf10..fa9aa76e 100644
--- a/TUICallKit-Vue3/training/pages/grip-ring.vue
+++ b/TUICallKit-Vue3/training/pages/grip-ring.vue
@@ -12,15 +12,56 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ centerHintText }}
+
+
+
+
+ {{ currentBpm }}
+ BPM
+
+
+
+
+
{{ bgmEnabled ? '🎵' : '🔇' }}
@@ -46,7 +87,7 @@
糖分
- {{ hasStats ? `${totalSugar.toFixed(1)}g` : '—' }}
+ {{ hasStats ? `≈${totalSugar.toFixed(1)}g` : '—' }}
@@ -99,9 +140,10 @@
结束训练 ›
+
-
-
-