Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ipuppet committed Aug 4, 2024
1 parent 8ee852f commit f040a39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Next, set the `Parameter Dictionary` to a `Dictionary`.
| --------- | ------ |
| set | Text |
| get | Number |
| delete | Number |
| table | Text |

- `set`: The content will be saved to CAIO unless there is already an existing item with the same content.
Expand Down
11 changes: 6 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ Base Path: `/path/to/save`

然后将 `参数词典` 设置为一个 `字典`

| 参数 | 类型 |
| ----- | ------ |
| set | Text |
| get | Number |
| table | Text |
| 参数 | 类型 |
| ----- | ------ |
| set | Text |
| get | Number |
| delete | Number |
| table | Text |

- `set`:将把内容保存到CAIO中,除非已存在相同内容的项。
- `get`:将返回指定索引(例如:0)处的项。
Expand Down
2 changes: 1 addition & 1 deletion dist/CAIO.json

Large diffs are not rendered by default.

0 comments on commit f040a39

Please sign in to comment.