docs(api): 更新 API 文档,统一使用 Box3 标识#36
Merged
Merged
Conversation
- 将中英文文档中 `db` API 的标识从 ⬆ MC 改为 ✅ Box3 - 移除 `console`、`require(id)` 和 `sleep(ms)` 函数的重复条目 - 修复表格格式中的轻微间距问题 refactor(template): 优化 app.ts 模板,改进代码风格 - 将函数声明替换为箭头函数,保持风格一致 - 使用模板字符串替代字符串拼接 - 添加描述性注释,说明每项功能的作用 - 将变量声明从 'var' 更新为 'const'/'let' - 将消息中的项目名称占位符从 'PROJECT_NAME' 改为 'b'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dbAPI 的标识从 ⬆ MC 改为 ✅ Box3console、require(id)和sleep(ms)函数的重复条目refactor(template): 优化 app.ts 模板,改进代码风格