From aa107747d7b737bdb2e96695c5316aa2131715b0 Mon Sep 17 00:00:00 2001 From: hsingyin Date: Thu, 27 Feb 2025 21:04:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=95=8C=E9=9D=A2=E6=A0=87=E7=AD=BE=E6=A0=8F?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=A7=8B=E7=BB=88=E6=98=BE=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0PWA=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/Sub.vue | 386 +++++++++++++++++++++++++++------------------- 2 files changed, 226 insertions(+), 162 deletions(-) diff --git a/package.json b/package.json index af9e6fc8f..f82799bff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.340", + "version": "2.14.341", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/views/Sub.vue b/src/views/Sub.vue index 47156a3f5..1ba1683ce 100644 --- a/src/views/Sub.vue +++ b/src/views/Sub.vue @@ -24,7 +24,7 @@

{{ $t(`subPage.addSubTitle`) }}

{{ $t(`specificWord.or`) }}

- + {{ $t(`subPage.import.label`) }} @@ -105,92 +105,93 @@
-
+
- {{ i.label }} + {{ i.label }}
-
-
-

-

{{ $t(`specificWord.singleSub`) + '('+filterdSubsCount+')' }}

- - -

-
- - - - -
+
+
+
+

+

{{ `${$t(`specificWord.singleSub`) }(${filterdSubsCount})` }}

+ + +

+
-
-
-

-

{{ $t(`specificWord.collectionSub`) + '('+filterdColsCount+')'}}

- - -

+ + +
+
+
+

+

{{ `${$t(`specificWord.collectionSub`) }(${filterdColsCount})`}}

+ + +

+
- - - + + + +
@@ -248,24 +249,35 @@