diff --git a/src/components/StyleLayer.vue b/src/components/StyleLayer.vue
new file mode 100644
index 0000000..cdbb34a
--- /dev/null
+++ b/src/components/StyleLayer.vue
@@ -0,0 +1,81 @@
+
+
+
这是一个测试@layer的元素
+
这是测试嵌套layer的元素
+
+
+
@layer 优先级规则:
+
+ - 后定义的layer比先定义的layer优先级高
+ - 在同一个layer中遵循正常的CSS优先级规则
+ - 没有在任何layer中的样式优先级高于所有layer
+
+
+
+
+
+
diff --git a/src/pages/Tool/fonts.page.vue b/src/pages/Tool/fonts.page.vue
index 1444a3f..1748774 100644
--- a/src/pages/Tool/fonts.page.vue
+++ b/src/pages/Tool/fonts.page.vue
@@ -13,16 +13,14 @@
>
https://unocss-preset-chinese-playground.vercel.app/
-
+
🔌 Vite Plugin Webfont DL ⚡
Fonts are downloaded directly from Google Fonts
-
{{ JSON.stringify({ $style }, null, 2) }}
-
diff --git a/src/pages/Tool/style.page.vue b/src/pages/Tool/style.page.vue
new file mode 100644
index 0000000..02a77c3
--- /dev/null
+++ b/src/pages/Tool/style.page.vue
@@ -0,0 +1,16 @@
+
+
+
+
+
{{ JSON.stringify({ $style }, null, 2) }}
+
+
+
+
+
diff --git a/typed-router.d.ts b/typed-router.d.ts
index f719194..40f6ff7 100644
--- a/typed-router.d.ts
+++ b/typed-router.d.ts
@@ -30,6 +30,7 @@ declare module 'vue-router/auto-routes' {
'ToolFonts': RouteRecordInfo<'ToolFonts', '/Tool/fonts', Record, Record>,
'ToolI18n': RouteRecordInfo<'ToolI18n', '/Tool/I18n', Record, Record>,
'ToolIcons': RouteRecordInfo<'ToolIcons', '/Tool/Icons', Record, Record>,
+ 'ToolStyle': RouteRecordInfo<'ToolStyle', '/Tool/style', Record, Record>,
'ToolTsEnumUtil': RouteRecordInfo<'ToolTsEnumUtil', '/Tool/ts-enum-util', Record, Record>,
'UIComponentsAntdV': RouteRecordInfo<'UIComponentsAntdV', '/UI-components/AntdV', Record, Record>,
'UIComponentsInfiniteLoading': RouteRecordInfo<'UIComponentsInfiniteLoading', '/UI-components/infinite-loading', Record, Record>,