From ff08a4daad9bbfe4cb84ea40437f3ddcd686b18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=BB=E5=AE=89=20=E5=90=B4?= Date: Wed, 26 Nov 2025 10:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 --- readme.md | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 2e885c1..9d94ab8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# Node 依赖 -node_modules/ - # 小程序构建后的 npm 目录 miniprogram_npm/ diff --git a/readme.md b/readme.md index c85a0bc..052e0c6 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1 @@ -common 公共文件 -components 组件文件 -helper 根据名称存放对应通用处理函数 -pages 存放具体业务UI相关文件 - bizs 业务代码 - components 具体业务提取的组件(对应业务层面) - mocks 模拟数据,对用业务创一个对应js文件,后续连接http接口时在对应的bizs中进行替换即可 - styles 具体业务对应的样式代码 -styles 公共样式代码 -tpls 模板脚本文件 -utils 工具类 - request.js 封装的http请求,后续后端api提供后将mock的数据替换 \ No newline at end of file +pages 存放具体业务UI相关文件 \ No newline at end of file