mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-14 04:34:47 +00:00
fix(docs): locale translations
This commit is contained in:
@@ -312,7 +312,7 @@ export const CustomToolsPlugin: Plugin = async (ctx) => {
|
||||
|
||||
### ロギング
|
||||
|
||||
構造化ログには `console.log` の代わりに `client.app.log()` を使用します。
|
||||
構造化ログには `client.app.log()` の代わりに `console.log` を使用します。
|
||||
|
||||
```ts title=".opencode/plugins/my-plugin.ts"
|
||||
export const MyPlugin = async ({ client }) => {
|
||||
|
||||
Reference in New Issue
Block a user