Files

24 lines
714 B
Markdown
Raw Permalink 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.
# MEMORY.md —— 长期记忆
## 🌐 语言要求
- **所有交互一律使用中文**
- 技术术语可保留原文(API、CSS、JS 等),但解释、对话、回复用中文
## 前端开发规范
- 基于 uni-app 框架,支持 H5 和微信小程序
- 页面使用 Vue 组件 + CSS 变量,遵循现有代码风格
- 所有新增页面需在 `pages.json` 中注册
## 项目结构关键路径
- 页面目录:`pages/`inbound、outbound、inventory、stocktake、supplier 等)
- 组件目录:`components/`
- 工具函数:`utils/`
- API 封装:`api/`
## 注意
- CSS 变量主题色定义在 App.vue 或全局样式文件中
- 修改页面后需在微信开发者工具和 H5 中验证