mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
aaf6925782
commit
ce214722c7
2
frame.js
2
frame.js
@ -193,7 +193,7 @@ Volcanos("onappend", {help: "渲染引擎", list: [], _init: function(can, meta,
|
||||
list = can.base.getValid(list, can.core.Item(meta))
|
||||
list = can.base.Obj(list, can.core.Value(can, [chat.ONACTION, mdb.LIST]))
|
||||
var _list = []; for (var i = 0; i < list.length; i++) {
|
||||
switch (list[i]) { case "": break
|
||||
switch (list[i]) { case "": _list.push(""); break
|
||||
case "page":
|
||||
_list.push({type: "text", name: "limit", value: can._msg.Option("limit")})
|
||||
_list.push({type: "text", name: "offend", value: can._msg.Option("offend")})
|
||||
|
Loading…
x
Reference in New Issue
Block a user