From c49f1da9b6d1c40bc74e2e5276725373e62dd85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=98=89=E6=82=A6?= <2834007710@qq.com> Date: Fri, 6 Jun 2025 23:20:02 +0800 Subject: [PATCH] =?UTF-8?q?docs(api):=20=F0=9F=93=9A=20=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=8C=E9=A1=B9=E7=9B=AE=E7=AE=80=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/extensions.json | 4 +- README.md | 133 +++++++++++++++++++++++++++++++++++++++- eslint.config.js | 1 + tsconfig.app.json | 1 - 4 files changed, 134 insertions(+), 5 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 6be30b5..5b9b8a7 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -8,7 +8,9 @@ // 推荐扩展 unocss 官方推荐 "antfu.unocss", // 推荐扩展 eslint 官方推荐 - "dbaeumer.vscode-eslint" + "dbaeumer.vscode-eslint", + // 推荐扩展 stylelint 官方推荐 格式化 scss 代码问题 + "stylelint.vscode-stylelint" ] } diff --git a/README.md b/README.md index 33895ab..d4e49f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,132 @@ -# Vue 3 + TypeScript + Vite +# ruoyi-element-ai -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `