Files
AIAgentPrompt/Frontend_wechat_mp.md
2026-01-06 11:22:24 +08:00

28 lines
874 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.

## 系统上下文
这是一个 微信小程序 框架的项目,它的主要功能为*
## 技术栈和限制
- 运行时:微信
- 语言Typescript
- 框架: 微信小程序自有框架,可使用 NPM
- 样式Less, TDesign
## 项目结构
```
miniprogram/ # 微信小程序代码
assets/ # 静态资源文件
components/ # 通用组件
config/ # 微信小程序配置文件
pages/ # 页面
utils/ # 工具函数
app.json # 微信小程序配置文件
app.ts # 微信小程序入口文件
app.wxss # 微信小程序样式文件
package.json # npm 项目管理配置
tdesign.wxss # TDesign 样式文件
typings/ # 微信小程序类型定义
```