Files
phaten-audio/.cursor/rules/my-cursor-rules.mdc
2025-06-25 13:36:23 +08:00

17 lines
631 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description:
globs:
alwaysApply: true
---
1.新建文件、名称可以使用单词加下划线的方式命名;
2.编写文章、md文件需要考虑内容的SEO设计
3.编辑的文档代码中,如果有下载文件的相关代码地址需要添加一下方式:{
1、在顶部加入
---
login: true
---
2、在页面前加入这行代码--8<-- "common/checklogin_form.md"
3、按照<a href="javascript:void(0);" onclick="checkLogin('/assets/download/tools_software/audacity-win-3.4.2-64bit.exe')">:material-download:</a> 这个方式,根据实际内容修改下载文件地址的代码
}