Merge pull request #70 from langgenius/docs/opt-logs

Docs: optimize translation expression
This commit is contained in:
AllenWriter
2025-05-13 11:03:13 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
---
title: Outputting Logs for Development and Debugging
title: Outputting Logs for Plugins Development and Debugging
---
As a plugin developer, you may want to print arbitrary strings to logs during plugin processing for development or debugging purposes.

View File

@@ -1,5 +1,5 @@
---
title: 开发和调试输出日志
title: 输出开发和调试插件过程中的日志
---
作为插件开发者,你可能希望在插件处理过程中,为了开发或调试目的,将任意字符串输出到日志中。