Remove widget

This commit is contained in:
mlogclub
2026-04-24 21:24:24 +08:00
parent 9590fc29d3
commit f55ff09db3
39 changed files with 0 additions and 9339 deletions
-7
View File
@@ -75,13 +75,6 @@ func NewServer() (*iris.Application, error) {
ShowList: false,
})
// 注册widget静态资源服务
app.HandleDir("/widget", iris.Dir("widget/out"), iris.DirOptions{
IndexName: "index.html",
Compress: true,
ShowList: false,
})
return app, nil
}