From 69a1b3bf45738f048361ee4ccb6bdc64fce35720 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 12 三月 2025 11:31:46 +0800
Subject: [PATCH] 更新

---
 h5_meeting/App.vue |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/h5_meeting/App.vue b/h5_meeting/App.vue
new file mode 100644
index 0000000..7bc8ecf
--- /dev/null
+++ b/h5_meeting/App.vue
@@ -0,0 +1,22 @@
+<script>
+	export default {
+		onLaunch: function() {
+			console.log('App Launch')
+			plus.navigator.hideSystemNavigation();
+			plus.navigator.setFullscreen(true);
+		},
+		onShow: function() {
+			console.log('App Show')
+		},
+		onHide: function() {
+			console.log('App Hide')
+		}
+	}
+</script>
+
+<style>
+	/*姣忎釜椤甸潰鍏叡css */
+	view,text,image{
+		box-sizing: border-box;
+	}
+</style>

--
Gitblit v1.9.3