1
0
forked from x/icebergs
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-06-11 11:04:23 +08:00
parent ee32bd8346
commit 57035a9fa5

View File

@ -25,13 +25,14 @@ func init() {
"class", code.FUNCTION, "class", code.FUNCTION,
"type", code.FUNCTION, "type", code.FUNCTION,
"open-type", code.FUNCTION, "open-type", code.FUNCTION,
"name", code.FUNCTION,
"size", code.FUNCTION, "size", code.FUNCTION,
"name", code.FUNCTION,
"value", code.FUNCTION, "value", code.FUNCTION,
"placeholder", code.FUNCTION,
"range", code.FUNCTION, "range", code.FUNCTION,
"placeholder", code.FUNCTION,
"is", code.FUNCTION, "is", code.FUNCTION,
"data", code.FUNCTION, "data", code.FUNCTION,
"nodes", code.FUNCTION,
"wx:if", code.FUNCTION, "wx:if", code.FUNCTION,
"wx:elif", code.FUNCTION, "wx:elif", code.FUNCTION,
"wx:else", code.FUNCTION, "wx:else", code.FUNCTION,
@ -40,11 +41,13 @@ func init() {
"wx:for-index", code.FUNCTION, "wx:for-index", code.FUNCTION,
"wx:key", code.FUNCTION, "wx:key", code.FUNCTION,
"bindtap", code.FUNCTION, "bindtap", code.FUNCTION,
"bindinput", code.FUNCTION,
"bindchange", code.FUNCTION, "bindchange", code.FUNCTION,
"onblur", code.FUNCTION, "bindinput", code.FUNCTION,
"bindblur", code.FUNCTION,
"data-name", code.FUNCTION, "data-name", code.FUNCTION,
"data-item", code.FUNCTION, "data-item", code.FUNCTION,
"data-index", code.FUNCTION,
"data-order", code.FUNCTION,
), ),
)), ice.Actions{ )), ice.Actions{
code.TEMPLATE: {Hand: func(m *ice.Message, arg ...string) { code.TEMPLATE: {Hand: func(m *ice.Message, arg ...string) {