Revert "docs: fix <object> 标签"

This reverts commit 756b7d9ba5.
This commit is contained in:
uye
2026-07-08 13:18:59 +08:00
parent 756b7d9ba5
commit e1b50141bc
5 changed files with 5 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ Todo
Fastest screenshot method found, `details` structure:
- `method` (string, required): Fastest screenshot method.
- `cost` (number, required): Time cost in milliseconds.
- `alternatives` (array&lt;object&gt;, required): All candidate methods and their costs.
- `alternatives` (array<object>, required): All candidate methods and their costs.
- `ScreencapCost`
Screenshot cost statistics (reported every 10 screenshots), `details` structure:

View File

@@ -117,7 +117,7 @@ Todo
最速のスクリーンショット方式が見つかりました、`details` 構造:
- `method` (string, required): 最速のスクリーンショット方式。
- `cost` (number, required): 所要時間(ミリ秒)。
- `alternatives` (array&lt;object&gt;, required): 全候補方式とその所要時間。
- `alternatives` (array<object>, required): 全候補方式とその所要時間。
- `ScreencapCost`
スクリーンショット所要時間統計10回ごとに報告、`details` 構造:

View File

@@ -125,7 +125,7 @@ typedef void(ASST_CALL* AsstCallback)(int msg, const char* details, void* custom
가장 빠른 스크린샷 방식을 찾음, `details` 구조:
- `method` (string, required): 가장 빠른 스크린샷 방식.
- `cost` (number, required): 소요 시간 (밀리초).
- `alternatives` (array&lt;object&gt;, required): 모든 후보 방식과 소요 시간.
- `alternatives` (array<object>, required): 모든 후보 방식과 소요 시간.
- `ScreencapCost`
스크린샷 소요 시간 통계 (10회마다 보고), `details` 구조:

View File

@@ -125,7 +125,7 @@ typedef void(ASST_CALL* AsstCallback)(int msg, const char* details, void* custom
已找到最快的截图方式,`details` 结构如下:
- `method` (string, required): 最快的截图方式。
- `cost` (number, required): 耗时,单位毫秒。
- `alternatives` (array&lt;object&gt;, required): 各候选方式及其耗时。
- `alternatives` (array<object>, required): 各候选方式及其耗时。
- `ScreencapCost`
截图耗时统计(每 10 次截图回传一次),`details` 结构如下:

View File

@@ -125,7 +125,7 @@ typedef void(ASST_CALL* AsstCallback)(int msg, const char* details, void* custom
已找到最快的截圖方式,`details` 結構如下:
- `method` (string, required): 最快的截圖方式。
- `cost` (number, required): 耗時,單位毫秒。
- `alternatives` (array&lt;object&gt;, required): 各候選方式及其耗時。
- `alternatives` (array<object>, required): 各候選方式及其耗時。
- `ScreencapCost`
截圖耗時統計(每 10 次截圖回傳一次),`details` 結構如下: