项目初始化

This commit is contained in:
myh
2023-06-15 21:21:48 +08:00
parent 3cb521110a
commit faa451b7c6
22 changed files with 3174 additions and 0 deletions

11
UI/tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
content: [
"./index.html",
"./*.html",
"./pages/*.html",
],
theme: {
extend: {},
},
plugins: [],
}