feat: add basic webui

This commit is contained in:
2024-12-30 06:39:09 +08:00
parent 608a7fb9c6
commit a4c549e7c3
462 changed files with 35900 additions and 2491 deletions

37
.gitignore vendored
View File

@@ -127,6 +127,8 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
.pnp
.pnp.js
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
@@ -155,9 +157,12 @@ web_modules/
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
# Local env files
.env
.env.test
.env.local
.env.development.local
.env.test.local
.env.production.local
# parcel-bundler cache (https://parceljs.org/)
.cache
@@ -222,4 +227,32 @@ index.d.ts.map
/temp
/rustc-ice-*
# Misc
.DS_Store
*.pem
# Sentry Config File
.env.sentry-build-plugin
# BaseHub
.basehub
# Build Outputs
build
dist
# Turbo
.turbo
# Vercel
.vercel
# Payload default media upload directory
public/media/
public/robots.txt
public/sitemap*.xml
# Custom
/data