From 55fb3b56398be972b7e961ccf82970ece8739e64 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 10 十月 2025 15:28:45 +0800
Subject: [PATCH] test

---
 App.vue |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/App.vue b/App.vue
index 61d819a..e6f487c 100644
--- a/App.vue
+++ b/App.vue
@@ -1,10 +1,22 @@
 <script>
-
 	export default {
 		globalData: {
 			platform: "",
 			deviceModel: "",
-			osVersion: 0
+			osVersion: 0,
+			sceneList: [],
+			curScene: {
+				scene_id: "",
+				proportion: 1,
+				img_proportion: 1,
+				max_x: 1,
+				max_y: 1,
+				min_x: 0,
+				min_y: 0,
+				img_x: 1,
+				img_y: 1,
+			},
+			withLog:false
 		},
 		onLaunch: function() {
 			console.log('App Launch')
@@ -21,6 +33,7 @@
 <style>
 	@import '@/fonts/fonticon/fonticon.css';
 	@import 'ant-design-vue/dist/reset.css';
+
 	/*姣忎釜椤甸潰鍏叡css */
 	page {
 		background-color: #fff;
@@ -48,6 +61,7 @@
 		white-space: nowrap;
 		text-overflow: ellipsis;
 	}
+
 	.uni-navbar-btn-text {
 		font-size: 32rpx;
 	}

--
Gitblit v1.9.1