diff options
| author | 2023-04-19 01:23:44 +0800 | |
|---|---|---|
| committer | 2023-04-19 01:23:44 +0800 | |
| commit | 23b32b900423ae8fe36a50224f0308cb3d97d4d0 (patch) | |
| tree | b5a59158f31d7aed0e3d65b0cb1563e7e5ff7edc /ChienDice/data/reply_data.json | |
| parent | a69a07edfedf5e15d8013fb639ed6574e0078988 (diff) | |
| download | HydroRoll-23b32b900423ae8fe36a50224f0308cb3d97d4d0.tar.gz HydroRoll-23b32b900423ae8fe36a50224f0308cb3d97d4d0.zip | |
🏷bump
Diffstat (limited to 'ChienDice/data/reply_data.json')
| -rw-r--r-- | ChienDice/data/reply_data.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChienDice/data/reply_data.json b/ChienDice/data/reply_data.json new file mode 100644 index 0000000..e4977ee --- /dev/null +++ b/ChienDice/data/reply_data.json @@ -0,0 +1,17 @@ +[ + { + "rule": "hello", + "message": "你好!" + }, + { + "rule": "test", + "message": [ + { + "type": "text", + "data": { + "text": "测试" + } + } + ] + } +]
\ No newline at end of file |
