1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
harveyshao 2022-04-30 18:31:12 +08:00
parent 48383f7139
commit 8a8d33b6b4
3 changed files with 5 additions and 2 deletions

View File

@ -75,6 +75,7 @@ Volcanos("user", {help: "用户操作", agent: {
"edit": "编辑", "save": "保存", "copy": "复制", "show": "显示", "hide": "隐藏",
"project": "项目", "profile": "详情", "actions": "参数",
"plugin": "插件",
"prev": "上一页", "next": "下一页",
"open": "打开", "close": "关闭",
"start": "启动", "stop": "停止",

View File

@ -11,6 +11,8 @@ input[name=where] { width:320px; }
input[name=date] { width:150px; }
input[name=path] { width:160px; }
input[name=line] { width:40px; }
input[name=limit] { width:50px; }
input[name=offend] { width:50px; }
input[name=text] { width:160px; }
input[name=url] { width:320px; }

View File

@ -218,10 +218,10 @@ Volcanos("onaction", {help: "交互操作", list: [
},
next: function(event, can) {
can.Update(event, [ctx.ACTION, "next", can.Status("total")||0, can.Option("limit")||can.Action("limit"), can.Option("offend")||can.Action("offend")])
can.Update(event, [ctx.ACTION, "next", can.Status("total")||0, can.Option("limit")||can.Action("limit")||"", can.Option("offend")||can.Action("offend")||""])
},
prev: function(event, can) {
can.Update(event, [ctx.ACTION, "prev", can.Status("total")||0, can.Option("limit")||can.Action("limit"), can.Option("offend")||can.Action("offend")])
can.Update(event, [ctx.ACTION, "prev", can.Status("total")||0, can.Option("limit")||can.Action("limit")||"", can.Option("offend")||can.Action("offend")||""])
},
listTags: function(event, can, button) { var list = []