+
+
+
+
+
+
+
+
-
-
- 前往初始化
- 登 录
-
-
-
-
-
+
+
+
+
+
@@ -203,7 +194,3 @@ const checkInit = async() => {
}
-
-
diff --git a/web/tailwind.config.js b/web/tailwind.config.js
new file mode 100644
index 000000000..d1b5c65bd
--- /dev/null
+++ b/web/tailwind.config.js
@@ -0,0 +1,15 @@
+/** @type {import('tailwindcss').Config} */
+module.exports = {
+ content: [
+ "./index.html",
+ "./src/**/*.{vue,js,ts,jsx,tsx}",
+ ],
+ theme: {
+ extend: {},
+ },
+ plugins: [],
+ corePlugins: {
+ preflight: false
+ }
+}
+