# CaMiniprogram **Repository Path**: codeavatar/ca-miniprogram ## Basic Information - **Project Name**: CaMiniprogram - **Description**: 自定义的微信小程序框架 开发手册:https://xo2ewx12j9.k.topthink.com/@1epkg6y2dv/gaishu.html - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-28 - **Last Updated**: 2023-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: 开源 ## README # CaMiniprogram #### 介绍 微信小程序(CAMP框架) #### 软件架构 ``` ┏ asset //【框架资源】 ┃ ┣ css //样式 ┃ ┃ ┣ applayout.wxss //应用样式 ┃ ┃ ┣ fwlayout.wxss //框架布局 ┃ ┃ ┣ fwwidget.wxss //框架组件 ┃ ┃ ┗ weui.wxss //微信样式 ┃ ┗ img //图片 ┃ ┣ common //公用 ┃ ┣ empty //占位图 ┃ ┣ navigator //导航图 ┃ ┗ icon_app_logo.png //应用图标 ┣ components //【框架组件】 ┃ ┣ AttachmentFiles //显示附件 ┃ ┣ PrivacyAuthorize //隐私授权 ┃ ┗ UploadFiles //上传附件 ┣ pages //【页面】 ┃ ┣ basic //基础功能 ┃ ┣ common //共用页面 ┃ ┣ component //组件 ┃ ┣ function //功能 ┃ ┣ layout //布局 ┃ ┣ res //应用资源 ┃ ┗ template //应用模版 ┣ template //【框架模版】 ┃ ┣ layoutui //布局UI ┃ ┃ ┗ listempty //空页面 ┃ ┣ navigation //导航 ┃ ┃ ┗ topbar //顶部导航 ┃ ┗ widget //插件 ┃ ┣ confirmdialog //确认框 ┃ ┗ dialog //提示框 ┣ utils //【扩展脚本】 ┃ ┣ fwauthority.js //本地合法数据 ┃ ┣ fwlog.js //日志 ┃ ┣ fwmd5.js //Md5算法 ┃ ┣ fwsign.js //数字签名 ┃ ┣ fwtool.js //工具 ┃ ┣ fwutil.js //扩展 ┃ ┗ fwwechat.js //微信功能 ┣ .eslintrc.js //【校验配置 ┣ app.js //【应用脚本】 ┣ app.json //【应用配置】 ┣ app.wxss //【应用样式】 ┣ appconfig.js //【应用设置】 ┣ LICENSE ┣ project.config.json ┣ project.private.config.json ┣ README.en.md ┣ README.md ┗ sitemap.json ``` #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. [开发文档](https://xo2ewx12j9.k.topthink.com/@1epkg6y2dv/gaishu.html) 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)