feat: use data from provider to render table and make it clickable.

This commit is contained in:
2021-10-08 01:44:17 +08:00
parent fbc1a4ba72
commit e819ba46e0
7 changed files with 107 additions and 100 deletions
+2 -1
View File
@@ -39,7 +39,8 @@
"left": "left",
"right": "right",
"in": "pinch-in",
"out": "pinch-out"
"out": "pinch-out",
"none": "/"
},
"gestures": {
"swipe": "swipe",
+4 -3
View File
@@ -39,12 +39,13 @@
"left": "向左",
"right": "向右",
"in": "向内捏合",
"out": "向外展开"
"out": "向外展开",
"none": "/"
},
"gestures": {
"swipe": "滑动",
"swipe": "",
"pinch": "捏",
"tap": "点"
"tap": "点"
},
"types": {
"built_in": "内置操作",