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 cbe14cb commit 8ee852f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ Next, set the `Parameter Dictionary` to a `Dictionary`.

- `set`: The content will be saved to CAIO unless there is already an existing item with the same content.
- `get`: The item at the specified index (e.g., 0) will be returned.
- `delete`: The item at the specified index (e.g., 0) will be deleted, returning its content.
- `table`: It will specify the table to either set or get the item from, with options being `["favorite", "clips"]`. This parameter is optional and has a default value of `clips`.
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ Base Path: `/path/to/save`

- `set`:将把内容保存到CAIO中,除非已存在相同内容的项。
- `get`:将返回指定索引(例如:0)处的项。
- `delete`:将删除指定索引(例如:0)处的项,返回该项内容。
- `table`:将指定要设置或获取项的表格,可选项为 `["favorite", "clips"]`。此项可省略,默认值为 `clips`
2 changes: 1 addition & 1 deletion dist/CAIO.json

Large diffs are not rendered by default.

0 comments on commit 8ee852f

Please sign in to comment.