statics file change

This commit is contained in:
2025-06-16 16:17:18 +08:00
parent 90d1ef301d
commit a8bc73ae99
800 changed files with 105 additions and 4877 deletions

View File

@@ -11,7 +11,7 @@ import (
templ List(ctx context.Context) {
@base.Base(ctx, listCss(), listJs(ctx)) {
{{ meuns := mid.GetCurMenus(ctx) }}
@component.TemplBtn(meuns, true, "add", "refresh_cache")
@component.TemplBtn(meuns, false, "add", "refresh_cache")
@component.TemplLink(meuns, "add_children", "edit")
<div class="layui-panel">

View File

@@ -50,7 +50,7 @@ func List(ctx context.Context) templ.Component {
}
ctx = templ.InitializeContext(ctx)
meuns := mid.GetCurMenus(ctx)
templ_7745c5c3_Err = component.TemplBtn(meuns, true, "add", "refresh_cache").Render(ctx, templ_7745c5c3_Buffer)
templ_7745c5c3_Err = component.TemplBtn(meuns, false, "add", "refresh_cache").Render(ctx, templ_7745c5c3_Buffer)
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}