From 0c4d3ea424d07b0c062ac865af8619b477f65614 Mon Sep 17 00:00:00 2001 From: crrashh1542 Date: Mon, 29 Jan 2024 23:42:16 +0800 Subject: [PATCH 1/6] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8D=A2=E8=A1=8C=E6=97=B6=E9=87=8D=E5=8F=A0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: crrashh1542 --- src/components/CopiableCode.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/CopiableCode.vue b/src/components/CopiableCode.vue index abe07a5..b1dc23f 100644 --- a/src/components/CopiableCode.vue +++ b/src/components/CopiableCode.vue @@ -3,6 +3,7 @@ * 可复制代码组件,代码右侧有个小复制按钮 * 用法: */ + // 引入库 import { provideFluentDesignSystem, fluentButton } from "@fluentui/web-components" import useClipboard from 'vue-clipboard3' @@ -25,7 +26,7 @@ export default { @@ -144,11 +172,13 @@ export default { --card-width: 32%; } } + @media screen and (max-width: 1150px) { .card { --card-width: 48%; } } + // SEC 2 ------ 一列 @media screen and (max-width: 620px) { .card { From 7e4b748586be1e4f73593e653913ca0d1788691f Mon Sep 17 00:00:00 2001 From: crrashh1542 Date: Tue, 30 Jan 2024 00:54:21 +0800 Subject: [PATCH 3/6] =?UTF-8?q?chore(aboutpage):=20=E6=B7=BB=E5=8A=A0GPL?= =?UTF-8?q?=20v3=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: crrashh1542 --- src/views/MainAbout.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/MainAbout.vue b/src/views/MainAbout.vue index 3c512f7..19504e8 100644 --- a/src/views/MainAbout.vue +++ b/src/views/MainAbout.vue @@ -48,8 +48,8 @@ export default {
-

本项目数据托管于公共维护的仓库以后会在咕咕咕技术比较成熟之后有可能会换到 UUP - dump 上。项目遵循 GPL-3.0 开源协议,并仅限于作展示和交流学习用途。

+

本项目数据托管于公共维护的仓库。 + 项目遵循 GPL-3.0 开源协议,并仅限于作展示和交流学习用途。

以下为该仓库数据的数据来源,由衷感谢:

From 767a0178ed42814415d9d7a97933b4b78cca7e48 Mon Sep 17 00:00:00 2001 From: crrashh1542 Date: Tue, 30 Jan 2024 01:09:51 +0800 Subject: [PATCH 4/6] =?UTF-8?q?chore(detailpage):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E2=80=9C=E6=9E=84=E5=BB=BA=E5=BD=92=E5=B1=9E=E2=80=9D=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: crrashh1542 --- src/views/DataDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/DataDetail.vue b/src/views/DataDetail.vue index 8e6c8ca..791afbe 100644 --- a/src/views/DataDetail.vue +++ b/src/views/DataDetail.vue @@ -110,7 +110,7 @@ export default {

系统架构 / {{ i }}  

-

构建归属 / +

构建归属 / {{ detail.belongsTo.name }}

From 20d765f22ba2762bc01d0979a490506b72cadd3f Mon Sep 17 00:00:00 2001 From: crrashh1542 Date: Tue, 30 Jan 2024 01:17:36 +0800 Subject: [PATCH 5/6] =?UTF-8?q?style(categoryList):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=8F=B2=E5=B1=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: crrashh1542 --- src/views/DataCategoryList.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/views/DataCategoryList.vue b/src/views/DataCategoryList.vue index f060c7f..726cf1d 100644 --- a/src/views/DataCategoryList.vue +++ b/src/views/DataCategoryList.vue @@ -108,13 +108,13 @@ export default { -
+
版本 发布时间
-
+
{{ row[0] }} {{ row[1] }} @@ -125,12 +125,11 @@ export default {