From 2f6b0e4881e89219990ea0ad4e8e879028b66e2b Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Mon, 10 Jul 2023 13:07:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=9F=A9=E9=98=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/config.js | 42 ++++++++++++++++++------------------- project.config.json | 3 +-- project.private.config.json | 3 ++- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/pages/index/config.js b/pages/index/config.js index a421b6f..7b80ae1 100644 --- a/pages/index/config.js +++ b/pages/index/config.js @@ -43,19 +43,19 @@ module.exports = { map_id: 193, poi_id: 37, floor_id: "F2", - scale: 9.501854601780638, + scale: 9.753847911551476, transform_matrix: [ - 0.4893872554973585, - 0.8720665746136, + -0.9995848618400698, + -0.028811420321541614, 0, - 0.8720665746136, - -0.4893872554973585, + -0.028811420321541614, + 0.9995848618400698, 0, 0, 0, 1, - 114.65926562, - 1370.53419416, + -757.30024894, + 2320.65979145, 0, ], is_park: 0, @@ -65,19 +65,19 @@ module.exports = { map_id: 193, poi_id: 37, floor_id: "F3", - scale: 9.698837555834046, + scale: 9.760838175580703, transform_matrix: [ - 0.008235364381916726, - 0.9999660890627279, + -0.0876065761372952, + 0.9961551566769046, 0, - 0.9999660890627279, - -0.008235364381916726, + 0.9961551566769046, + 0.0876065761372952, 0, 0, 0, 1, - -741.12613319, - 3286.64504679, + -753.86379923, + 3294.67970501, 0, ], is_park: 0, @@ -87,19 +87,19 @@ module.exports = { map_id: 193, poi_id: 37, floor_id: "F4", - scale: 9.703032727395122, + scale: 9.765060165122309, transform_matrix: [ - 0.8210637728929214, - -0.5708364831804398, + -0.07220322254913324, + 0.9973899434358244, 0, - -0.5708364831804398, - -0.8210637728929214, + 0.9973899434358244, + 0.07220322254913324, 0, 0, 0, 1, - -667.3006959, - -206.2637871, + -689.32116385, + 2179.22364688, 0, ], is_park: 0, diff --git a/project.config.json b/project.config.json index 514597a..71a72bc 100644 --- a/project.config.json +++ b/project.config.json @@ -50,6 +50,5 @@ "ignore": [], "include": [] }, - "appid": "wx5a07c26e8c297c6c", - "projectname": "无锡荟聚" + "appid": "wx5a07c26e8c297c6c" } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index 9e9a46e..8bf1286 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -5,5 +5,6 @@ }, "condition": {}, "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "%E6%97%A0%E9%94%A1%E8%8D%9F%E8%81%9A" + "projectname": "%E6%97%A0%E9%94%A1%E8%8D%9F%E8%81%9A", + "libVersion": "2.33.0" } \ No newline at end of file