feat: use data from provider to render table and make it clickable.
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
"left": "left",
|
||||
"right": "right",
|
||||
"in": "pinch-in",
|
||||
"out": "pinch-out"
|
||||
"out": "pinch-out",
|
||||
"none": "/"
|
||||
},
|
||||
"gestures": {
|
||||
"swipe": "swipe",
|
||||
|
||||
@@ -39,12 +39,13 @@
|
||||
"left": "向左",
|
||||
"right": "向右",
|
||||
"in": "向内捏合",
|
||||
"out": "向外展开"
|
||||
"out": "向外展开",
|
||||
"none": "/"
|
||||
},
|
||||
"gestures": {
|
||||
"swipe": "滑动",
|
||||
"swipe": "划",
|
||||
"pinch": "捏",
|
||||
"tap": "点击"
|
||||
"tap": "点"
|
||||
},
|
||||
"types": {
|
||||
"built_in": "内置操作",
|
||||
|
||||
Reference in New Issue
Block a user