From 245d180c25cdb88b78e275bbbf87c65473028826 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 29 Jul 2026 00:04:28 +0800 Subject: [PATCH] docs(user-manual): correct the deeplink usageEnabled default All three manuals stated the parameter defaults to true. It now defaults to false, and the script body is shown in full before import. Without an explicit `true` the script is imported but left disabled, and can be enabled from the app. --- docs/user-manual/en/5-faq/5.3-deeplink.md | 2 +- docs/user-manual/ja/5-faq/5.3-deeplink.md | 2 +- docs/user-manual/zh/5-faq/5.3-deeplink.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-manual/en/5-faq/5.3-deeplink.md b/docs/user-manual/en/5-faq/5.3-deeplink.md index d42b981af..ed7a4955d 100644 --- a/docs/user-manual/en/5-faq/5.3-deeplink.md +++ b/docs/user-manual/en/5-faq/5.3-deeplink.md @@ -60,7 +60,7 @@ ccswitch://v1/import?resource={type}&app={app}&name={name}&... | `configUrl` | No | Remote configuration URL | | `enabled` | No | Whether to enable (boolean) | | `usageScript` | No | Usage query script | -| `usageEnabled` | No | Whether to enable usage query (default true) | +| `usageEnabled` | No | Whether to enable usage query (**default false**). The script body is shown in full in the import confirmation dialog; without an explicit `true` the script is imported but left disabled, and can be enabled in the app | | `usageApiKey` | No | Usage query API Key | | `usageBaseUrl` | No | Usage query base URL | | `usageAccessToken` | No | Usage query access token | diff --git a/docs/user-manual/ja/5-faq/5.3-deeplink.md b/docs/user-manual/ja/5-faq/5.3-deeplink.md index e2f643ebc..3988d94cb 100644 --- a/docs/user-manual/ja/5-faq/5.3-deeplink.md +++ b/docs/user-manual/ja/5-faq/5.3-deeplink.md @@ -60,7 +60,7 @@ ccswitch://v1/import?resource={type}&app={app}&name={name}&... | `configUrl` | いいえ | リモート設定 URL | | `enabled` | いいえ | 有効にするかどうか(ブール値) | | `usageScript` | いいえ | 使用量クエリスクリプト | -| `usageEnabled` | いいえ | 使用量クエリを有効にするか(デフォルト true) | +| `usageEnabled` | いいえ | 使用量クエリを有効にするか(**デフォルト false**)。スクリプト本文はインポート確認ダイアログに全文表示されます。明示的に `true` を指定しない場合はインポートされるだけで有効化されず、アプリ内で手動で有効にできます | | `usageApiKey` | いいえ | 使用量クエリ専用 API Key | | `usageBaseUrl` | いいえ | 使用量クエリ専用アドレス | | `usageAccessToken` | いいえ | 使用量クエリアクセストークン | diff --git a/docs/user-manual/zh/5-faq/5.3-deeplink.md b/docs/user-manual/zh/5-faq/5.3-deeplink.md index 82ddebb6c..e80d72ef2 100644 --- a/docs/user-manual/zh/5-faq/5.3-deeplink.md +++ b/docs/user-manual/zh/5-faq/5.3-deeplink.md @@ -60,7 +60,7 @@ ccswitch://v1/import?resource={type}&app={app}&name={name}&... | `configUrl` | 否 | 远程配置 URL | | `enabled` | 否 | 是否启用(布尔值) | | `usageScript` | 否 | 用量查询脚本 | -| `usageEnabled` | 否 | 是否启用用量查询(默认 true) | +| `usageEnabled` | 否 | 是否启用用量查询(**默认 false**)。脚本正文会完整展示在导入确认框中;未显式传 `true` 时仅导入不启用,可在应用内手动开启 | | `usageApiKey` | 否 | 用量查询专用 API Key | | `usageBaseUrl` | 否 | 用量查询专用地址 | | `usageAccessToken` | 否 | 用量查询访问令牌 |