add 首页

This commit is contained in:
gcw_IJ7DAiVL
2025-09-10 07:01:45 +08:00
parent b6138fc7a4
commit dcb91f67c5
5 changed files with 514 additions and 105 deletions

5
.eslintrc.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
rules: {
"prettier/prettier": "off"
}
};