Skip to content

Commit 882b92c

Browse files
committed
fix build
1 parent 6a071be commit 882b92c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/docs/content/docs/ja/tools/enrich.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ LinkedIn URLで指定した企業に類似する企業を、所在地や規模
634634
| `url` | string | はい | LinkedIn企業URL(例:linkedin.com/company/google) |
635635
| `accountLocation` | json | いいえ | 所在地でフィルター(国名の配列) |
636636
| `employeeSizeType` | string | いいえ | 従業員数フィルタータイプ(例:RANGE) |
637-
| `employeeSizeRange` | json | いいえ | 従業員数の範囲({start, end}オブジェクトの配列) |
637+
| `employeeSizeRange` | json | いいえ | 従業員数の範囲(\{start, end\}オブジェクトの配列) |
638638
| `page` | number | いいえ | ページ番号(デフォルト:1) |
639639
| `num` | number | いいえ | ページあたりの結果数 |
640640

apps/docs/content/docs/ja/tools/google_maps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ WiFiアクセスポイント、基地局、またはIPアドレスを使用し
282282
| --------- | ---- | -------- | ----------- |
283283
| `apiKey` | string | はい | Google Maps APIキー |
284284
| `query` | string | はい | 検索クエリ(例:「タイムズスクエアのレストラン」) |
285-
| `location` | json | いいえ | 結果を優先する位置({lat, lng}|
285+
| `location` | json | いいえ | 結果を優先する位置(\{lat, lng\}|
286286
| `radius` | number | いいえ | 検索半径(メートル) |
287287
| `type` | string | いいえ | 場所タイプフィルタ(例:restaurant、cafe、hotel) |
288288
| `language` | string | いいえ | 結果の言語コード(例:en、es、fr) |

apps/docs/content/docs/zh/tools/google_forms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
171171
| --------- | ---- | -------- | ----------- |
172172
| `formId` | string || 要监听的 Google Forms 表单 ID |
173173
| `eventType` | string || 要监听的事件类型:SCHEMA(表单结构变更)或 RESPONSES(新提交) |
174-
| `topicName` | string || Cloud Pub/Sub 主题名称(格式:projects/{project}/topics/{topic}|
174+
| `topicName` | string || Cloud Pub/Sub 主题名称(格式:projects/\{project\}/topics/\{topic\}|
175175
| `watchId` | string || 自定义监听 ID(4-63 个字符,小写字母、数字、连字符) |
176176

177177
#### 输出

apps/docs/content/docs/zh/tools/google_maps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
282282
| --------- | ---- | -------- | ----------- |
283283
| `apiKey` | string || Google Maps API key |
284284
| `query` | string || 搜索查询(例如,"Times Square 附近的餐厅") |
285-
| `location` | json || 用于结果偏向的地理位置({lat, lng}|
285+
| `location` | json || 用于结果偏向的地理位置(\{lat, lng\}|
286286
| `radius` | number || 搜索半径(米) |
287287
| `type` | string || 地点类型筛选(例如,restaurant、cafe、hotel) |
288288
| `language` | string || 结果的语言代码(例如,en、es、fr) |

0 commit comments

Comments
 (0)