feat: implement custom WebUI support with dynamic frontend replacement
- Add WebUI service and controller for managing custom frontend packages - Allow overriding default static assets when custom WebUI is activated - Add Make commands for packing custom WebUI distributions - Update UI settings to support uploading, activating and deleting WebUIs - Document WebUI feature in README and changelog
This commit is contained in:
@@ -52,6 +52,7 @@ export default defineConfig({
|
||||
text: '部署配置',
|
||||
items: [
|
||||
{ text: '系统配置', link: '/guide/configuration' },
|
||||
{ text: '前端定制(WebUI)', link: '/guide/webui' },
|
||||
{ text: '反向代理', link: '/guide/nginx' }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user