forked from x/icebergs
add some
This commit is contained in:
parent
ee32bd8346
commit
57035a9fa5
@ -25,13 +25,14 @@ func init() {
|
||||
"class", code.FUNCTION,
|
||||
"type", code.FUNCTION,
|
||||
"open-type", code.FUNCTION,
|
||||
"name", code.FUNCTION,
|
||||
"size", code.FUNCTION,
|
||||
"name", code.FUNCTION,
|
||||
"value", code.FUNCTION,
|
||||
"placeholder", code.FUNCTION,
|
||||
"range", code.FUNCTION,
|
||||
"placeholder", code.FUNCTION,
|
||||
"is", code.FUNCTION,
|
||||
"data", code.FUNCTION,
|
||||
"nodes", code.FUNCTION,
|
||||
"wx:if", code.FUNCTION,
|
||||
"wx:elif", code.FUNCTION,
|
||||
"wx:else", code.FUNCTION,
|
||||
@ -40,11 +41,13 @@ func init() {
|
||||
"wx:for-index", code.FUNCTION,
|
||||
"wx:key", code.FUNCTION,
|
||||
"bindtap", code.FUNCTION,
|
||||
"bindinput", code.FUNCTION,
|
||||
"bindchange", code.FUNCTION,
|
||||
"onblur", code.FUNCTION,
|
||||
"bindinput", code.FUNCTION,
|
||||
"bindblur", code.FUNCTION,
|
||||
"data-name", code.FUNCTION,
|
||||
"data-item", code.FUNCTION,
|
||||
"data-index", code.FUNCTION,
|
||||
"data-order", code.FUNCTION,
|
||||
),
|
||||
)), ice.Actions{
|
||||
code.TEMPLATE: {Hand: func(m *ice.Message, arg ...string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user