From efe206ac47bf6f82da7d6693231b217db40bf102 Mon Sep 17 00:00:00 2001
From: "WANGFAN\\wangf" <15871339963@163.com>
Date: Thu, 5 Dec 2024 17:07:17 +0800
Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.stylelintrc.cjs | 80 ++++++++++++++++++++++++------------------------
src/App.vue | 52 ++++++++++++++++---------------
2 files changed, 67 insertions(+), 65 deletions(-)
diff --git a/.stylelintrc.cjs b/.stylelintrc.cjs
index 4095486..e30620e 100644
--- a/.stylelintrc.cjs
+++ b/.stylelintrc.cjs
@@ -1,40 +1,40 @@
-// @see: https://stylelint.io
-
-module.exports = {
- root: true,
- // 继承某些已有的规则
- extends: [
- "stylelint-config-standard", // 配置 stylelint 拓展插件
- "stylelint-config-html/vue", // 配置 vue 中 template 样式格式化
- "stylelint-config-standard-scss", // 配置 stylelint scss 插件
- "stylelint-config-recommended-vue/scss", // 配置 vue 中 scss 样式格式化
- "stylelint-config-recess-order" // 配置 stylelint css 属性书写顺序插件,
- ],
- overrides: [
- // 扫描 .vue/html 文件中的
+
+
+
+
+
+
+
+
+