- Deleted `windowDelineation.test.ts` as it is no longer needed. - Removed `index.ts` and `tokenizer.ts` from the tokenization module due to refactoring. - Eliminated unused types related to authentication, code citation, context provider API, and core functionalities. - Cleaned up the `status.ts` file by removing the `StatusKind` type definition.
819 B
819 B
rules.md
在构建这个LLM应用网页时,你需要基于VUE3开发。我需要前端只运行渲染和数据回传,后端负责llm api调用,类似copilet的auto inline suggustions实现和数据解析。
指导原则
- 不要擅自用npm或者yarn运行网页,你既看不到网页的内容,也无法阻止命令暂停。但是,你可以用npm run build检查代码。
- 应该保证代码效率,不多定义变量,不写冗余注释,把降低延迟放在第一位。
- 每次完成任务前都要反复阅读检查代码,确保代码准确无误。
- 尽量不要搜索关键字,而是了解代码结构后查询整个问题代码明确问题所在。
- @/milkdown-docs/ 代表milkdown的最新官方文档,不要修改,涉及到前端编辑器的指令时要核对官方文档。