diff --git a/README.md b/README.md index 6442a7ae0a2b10f8ab4f71c8c621621688051191..66254f20e8a40aa3a489b8621bca5fd48453a245 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) + + +开源测试。开源测试。 diff --git a/packages/devui-theme/src/theme/theme.ts b/packages/devui-theme/src/theme/theme.ts index 753dbe9cb80363c34d5c456dfb2f327a00844842..26c7f93522c491bb866ded737460c031ec6e26c1 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; + // 添加了一些注释。 } }