From bb7d4ae74afa79516821d99ce6907073539d063c Mon Sep 17 00:00:00 2001 From: qian <1694319867@qq.com> Date: Fri, 28 Oct 2022 22:34:57 +0800 Subject: [PATCH] =?UTF-8?q?v2.2.4=202022-10-28=201.=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/mine/mine.vue | 4 +- .../choujiangzhushou/choujiangzhushou.vue | 143 +++++++-- .../choujiangzhushou/jiaruchoujiang.vue | 294 +++++++++++------- pages/subpages/suijitouzi/suijitouzi.vue | 6 +- readme.md | 6 +- 6 files changed, 305 insertions(+), 150 deletions(-) diff --git a/pages.json b/pages.json index f54af4e..0882f95 100644 --- a/pages.json +++ b/pages.json @@ -1,4 +1,5 @@ { + "pages": [{ "path": "pages/home/home", "style": { @@ -81,7 +82,6 @@ "navigationBarTitleText": "随机骰子", "navigationBarBackgroundColor": "#f6f7f9" } - }, { "path": "pages/subpages/choujiangzhushou/choujiangzhushou", "style": { diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 2cee974..fb9e372 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -30,11 +30,11 @@ 开发日志 - - + @@ -161,7 +161,7 @@ background-color: #262626; color: white; } - + .sjtz-share { position: absolute; top: 20px; @@ -177,7 +177,7 @@ background-size: 60% 60%; z-index: 10; } - + .sjtz-ad { margin: 20px; } diff --git a/readme.md b/readme.md index c0c01e6..2ed9d63 100644 --- a/readme.md +++ b/readme.md @@ -34,4 +34,8 @@ v2.2.2 2022-10-25 v2.2.3 2022-10-26 -1.实现根据人数自动开奖的功能 \ No newline at end of file +1.实现根据人数自动开奖的功能 + +v2.2.4 2022-10-28 + +1.更新部分代码 \ No newline at end of file