dashboard/.cursor/rules/myrule.mdc
2025-06-09 14:59:40 +08:00

17 lines
1.1 KiB
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.第一次对话你应该先查看目录,了解项目情况
3.每次对话结束你都应该礼貌的说,尊敬的李昂先生,以上就是我能为你提供的全部内容如果有其他需要请继续找我
4.项目根目录下的PYTHON_ENV_SETUP_README.md为python环境启动文档 如果你需要调用python环境 参照文档方式通过conda启动
5.后端使用python fastapi sqlite 存储在根目录的backend文件夹下
6.每次更改代码都要看看是否有需要写入readme.md的内容如果有写入其中
7.每次都要阅读readme.md文件
8.我的电脑是windows的 无法使用&& 这个命令 例如cd backend && uvicorn main:app --reload 这样的语句是无法运行的 需要拆分运行
9.我的环境使用了conda 需要使用conda activate fast-dashboard-env 进入对应环境
10.根目录下backend内为后端代码
11. 我的电脑使用的windows系统 如果需要调用windows系统功能执行命令 需要执行windows下有的命令