Files
phaten-audio/.cursor/rules/my-cursor-rules.mdc
PhatenIoT-yan 0dea23b3ff update zh -product
update zh -product
2026-01-04 16:21:03 +08:00

18 lines
717 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> 这个方式,根据实际内容修改下载文件地址的代码
}
4、添加的新文件或者相关的标题首字母都需要大写