@@ -162,7 +162,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
162162| ` category ` | string | 是 | 项目类别(如 LOGIN、PASSWORD、API_CREDENTIAL、SECURE_NOTE、SERVER、DATABASE)|
163163| ` title ` | string | 否 | 项目标题 |
164164| ` tags ` | string | 否 | 以逗号分隔的标签列表 |
165- | ` fields ` | string | 否 | 字段对象的 JSON 数组(如 [ { " label" :" username" ," value" :" admin" ," type" :" STRING" ," purpose" :" USERNAME" } ] )|
165+ | ` fields ` | string | 否 | 字段对象的 JSON 数组(如 ` [ {"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"} ] ` )|
166166
167167#### 输出
168168
@@ -184,7 +184,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
184184| ` serverUrl ` | string | 否 | 1Password Connect 服务器 URL(用于 Connect Server 模式)|
185185| ` vaultId ` | string | 是 | 保险库 UUID |
186186| ` itemId ` | string | 是 | 要替换的项目 UUID |
187- | ` item ` | string | 是 | 表示完整项目的 JSON 对象(如 { " vault" :{" id" :" ..." }," category" :" LOGIN" ," title" :" My Item" ," fields" :[... ]} )|
187+ | ` item ` | string | 是 | 表示完整项目的 JSON 对象(如 ` {"vault":{"id":"..."},"category":"LOGIN","title":"My Item","fields":[...]} ` )|
188188
189189#### 输出
190190
@@ -206,7 +206,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
206206| ` serverUrl ` | string | 否 | 1Password Connect 服务器 URL(用于 Connect Server 模式) |
207207| ` vaultId ` | string | 是 | 保管库 UUID |
208208| ` itemId ` | string | 是 | 要更新的条目 UUID |
209- | ` operations ` | string | 是 | RFC6902 patch 操作的 JSON 数组(例如,[ { " op" :" replace" ," path" :" /title" ," value" :" New Title" } ] ) |
209+ | ` operations ` | string | 是 | RFC6902 patch 操作的 JSON 数组(例如,` [{"op":"replace","path":"/title","value":"New Title"}] ` ) |
210210
211211#### 输出
212212
0 commit comments