1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 09:14:06 +08:00

opt chrome

This commit is contained in:
shaoying 2021-07-22 08:50:27 +08:00
parent 8849ead841
commit 6d5f5caa5e

View File

@ -403,8 +403,8 @@ Volcanos("onappend", {help: "渲染引擎", list: [], _init: function(can, meta,
}) })
}, },
_plugin: function(can, value, meta, cb, target) { _plugin: function(can, value, meta, cb, target) {
meta.feature = can.base.Obj(value.meta||"{}", meta.feature)||{} meta.feature = can.base.Obj(value.meta, meta.feature||{})
meta.inputs =can.base.Obj(value.list||"[]", meta.inputs)||[] meta.inputs = can.base.Obj(value.list, meta.inputs||[])
meta.name = meta.name||value.name||"story" meta.name = meta.name||value.name||"story"
meta.help = meta.help||value.help||"story" meta.help = meta.help||value.help||"story"