From 53810bffeed1568d71c672adf8dfe2d87fb4548b Mon Sep 17 00:00:00 2001 From: whqet Date: Tue, 14 Mar 2023 10:12:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E6=B3=A8=E9=87=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/devui-theme/src/theme/theme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devui-theme/src/theme/theme.ts b/packages/devui-theme/src/theme/theme.ts index 753dbe9c..26c7f935 100644 --- a/packages/devui-theme/src/theme/theme.ts +++ b/packages/devui-theme/src/theme/theme.ts @@ -39,5 +39,6 @@ export class Theme { this.isDark = theme.isDark || undefined; this.isPreview = theme.isPreview || false; this.isExtendable = theme.isExtendable || true; + // 添加了一些注释。 } } -- Gitee From de042afc0137c05a75c0655bbf4761d7e235b7e5 Mon Sep 17 00:00:00 2001 From: whqet Date: Tue, 14 Mar 2023 10:23:28 +0800 Subject: [PATCH 2/2] ddd --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6442a7ae..66254f20 100644 --- a/README.md +++ b/README.md @@ -242,3 +242,6 @@ This project follows the [all-contributors](https://github.com/all-contributors/ ## License [MIT](https://github.com/DevCloudFE/vue-devui/blob/dev/LICENSE) + + +开源测试。开源测试。 -- Gitee