diff --git a/.clinerules-code b/.clinerules-code new file mode 100644 index 0000000..3ad4bb4 --- /dev/null +++ b/.clinerules-code @@ -0,0 +1,5 @@ +# 项目指导 + +## UnoCSS 使用规范 +1. **优先使用 UnoCSS 原子类**,避免手写 CSS: +- 例如:`text-red-500`、`p-4`、`flex items-center`。 diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..fe5dbba --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,5 @@ +# 项目指导 + +## UnoCSS 使用规范 +1. **优先使用 UnoCSS 原子类**,避免手写 CSS: + - 例如:`text-red-500`、`p-4`、`flex items-center`。 diff --git a/src/pages/Tool/API/index.page.vue b/src/pages/Page/API.page.vue similarity index 100% rename from src/pages/Tool/API/index.page.vue rename to src/pages/Page/API.page.vue diff --git a/src/pages/Tool/Icons.page.vue b/src/pages/Page/Icons.page.vue similarity index 100% rename from src/pages/Tool/Icons.page.vue rename to src/pages/Page/Icons.page.vue diff --git a/src/components/StyleLayer.vue b/src/pages/Page/Style/StyleLayer.vue similarity index 97% rename from src/components/StyleLayer.vue rename to src/pages/Page/Style/StyleLayer.vue index cdbb34a..4357e4b 100644 --- a/src/components/StyleLayer.vue +++ b/src/pages/Page/Style/StyleLayer.vue @@ -1,5 +1,5 @@