diff --git a/TUICallKit-Vue3/components/dev-training-entry/index.vue b/TUICallKit-Vue3/components/dev-training-entry/index.vue
index b60f5c34..e24c2caf 100644
--- a/TUICallKit-Vue3/components/dev-training-entry/index.vue
+++ b/TUICallKit-Vue3/components/dev-training-entry/index.vue
@@ -1,26 +1,42 @@
+
-
- {{ expanded ? '✕' : '💪' }}
- 练
- DEV
+
+
+
+
+
+
+
+
+
+ 练
+
@@ -36,7 +52,7 @@ const props = withDefaults(
)
const isDevMode = (): boolean => {
- // HBuilderX 工程:发行(release)模式下 NODE_ENV === 'production'
+ /* HBuilderX 工程:发行(release)模式下 NODE_ENV === 'production' */
try {
return process.env.NODE_ENV !== 'production'
} catch (_) {
@@ -58,6 +74,10 @@ const goto = (url: string) => {