fix(web-ui): modernize UI (#4631)

This commit is contained in:
David Lane
2026-01-29 10:16:37 -05:00
committed by GitHub
parent 76b3a8596f
commit 3ce39b36d0
19 changed files with 3529 additions and 456 deletions

View File

@@ -68,6 +68,7 @@ export default defineConfig({
input: {
apps: resolve(assetsSrcPath, 'apps.html'),
config: resolve(assetsSrcPath, 'config.html'),
featured: resolve(assetsSrcPath, 'featured.html'),
index: resolve(assetsSrcPath, 'index.html'),
password: resolve(assetsSrcPath, 'password.html'),
pin: resolve(assetsSrcPath, 'pin.html'),