| 123456789101112131415161718192021222324252627 |
- {
- "variables": {
- "mini": 1,
- "swipeDirection": "",
- "turn":1
- },
- "execute": [
- {
- "type": "random",
- "inVars": [
- "{mini}",
- "4"
- ],
- "outVars": [
- "{swipeDirection}"
- ]
- },
- {
- "type": "echo",
- "value": "hello"
- },
- {
- "type": "echo",
- "value": "第{{turn}}轮"
- }
- ]
- }
|