Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ $ yarn install
* `yarn dev`: 启动本地开发服务器,文件修改将实时更新。(**注意:** 左导航栏相关修改需要重启服务)
* `yarn build`: 构建生产环境代码,构建完成后会在 `dist` 目录生成静态文件
* `yarn serve`: 本地预览构建后的静态文件

test pr preview
Comment on lines +17 to +18
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion | 🟠 Major

🧩 Analysis chain

Remove temporary test line to avoid accidental doc noise.

This appears to be a preview marker and breaks the section’s formatting. Prefer making the PR a Draft or noting this in the PR description instead of committing to README.

Apply this diff to revert:

-
-test pr preview

🏁 Script executed:

#!/bin/bash
rg -n "test pr preview" README.md

Length of output: 18


Remove temporary preview marker from README
The line at README.md:18 (test pr preview) is a leftover and breaks formatting; please remove it.

- test pr preview
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
test pr preview
🤖 Prompt for AI Agents
In README.md around lines 17-18, remove the temporary preview marker line
containing "test pr preview" which is a leftover and breaks formatting; delete
that single line and ensure the surrounding Markdown content remains properly
formatted (adjust blank lines if needed) so the README renders correctly.