From 30421b2baaeed5e80881480fb23da899741e37e5 Mon Sep 17 00:00:00 2001 From: Fuyn Date: Sat, 28 Oct 2023 10:27:00 +0800 Subject: [PATCH] =?UTF-8?q?=20MaaWeeklyNew=E6=9B=B4=E6=96=B0=E9=97=AE?= =?UTF-8?q?=E5=8F=B7=E4=B8=AD=E7=9A=84=E5=86=85=E5=AE=B9=20SKLand=E4=B8=8D?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=88=99=E6=94=B6=E8=B5=B7=20Settings=20?= =?UTF-8?q?=E5=AE=9E=E9=AA=8C=E6=80=A7=E7=80=91=E5=B8=83=E6=B5=81=20=20?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=20:=20=09modified:=20=20=20ui/src/components?= =?UTF-8?q?/MaaWeeklyNew.vue=20=09modified:=20=20=20ui/src/components/SKLa?= =?UTF-8?q?nd.vue=20=09modified:=20=20=20ui/src/pages/Settings.vue=20=09mo?= =?UTF-8?q?dified:=20=20=20ui/src/pages/depot.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/MaaWeeklyNew.vue | 4 +-- ui/src/components/SKLand.vue | 49 +++++++++++++++--------------- ui/src/pages/Settings.vue | 9 ++++++ ui/src/pages/depot.vue | 6 ++-- 4 files changed, 38 insertions(+), 30 deletions(-) diff --git a/ui/src/components/MaaWeeklyNew.vue b/ui/src/components/MaaWeeklyNew.vue index 9a2f89f0f..dc04bbb38 100644 --- a/ui/src/components/MaaWeeklyNew.vue +++ b/ui/src/components/MaaWeeklyNew.vue @@ -311,9 +311,9 @@ function clear() {
  • 在第一行填入HE-7 - 第二行填入上次作战 + 第二行填入1-7 - 则会刷活动关HE-7,若活动未开放,则刷上一关。 + 则会刷活动关HE-7,若活动未开放,则刷1-7。
  • 12-17标准 表示12-17标准难度。
  • 12-17磨难 表示12-17磨难难度。
  • diff --git a/ui/src/components/SKLand.vue b/ui/src/components/SKLand.vue index 26499245f..9808d4527 100644 --- a/ui/src/components/SKLand.vue +++ b/ui/src/components/SKLand.vue @@ -32,31 +32,32 @@ async function test_maa() {
    森空岛签到
    +
    + + + + +
    + 测试设置 +
    {{ maa_msg }}
    +
    diff --git a/ui/src/pages/Settings.vue b/ui/src/pages/Settings.vue index 1ecfe26e9..2d718e611 100644 --- a/ui/src/pages/Settings.vue +++ b/ui/src/pages/Settings.vue @@ -441,4 +441,13 @@ ul { .n-divider:not(.n-divider--vertical) { margin: 14px 0 8px; } + +/* .results { + display: grid; + grid-template-rows: masonry; + grid-template-columns: repeat(2, 600px); + gap: 10px 10px ; + justify-content: center; +} */ +/* 实验性瀑布流(firefox nightly) */ diff --git a/ui/src/pages/depot.vue b/ui/src/pages/depot.vue index 651e826be..02e9eb2f2 100644 --- a/ui/src/pages/depot.vue +++ b/ui/src/pages/depot.vue @@ -2,9 +2,7 @@
    @@ -64,7 +62,7 @@ import { useConfigStore } from '@/stores/config' const store = useConfigStore() import { storeToRefs } from 'pinia' -const { maa_gap, maa_depot_enable } = storeToRefs(store) +const { maa_gap } = storeToRefs(store) //模态框 const showModal = ref(false)