# 微信小程序工具集 **Repository Path**: liang-mingzhao/weapp-tools ## Basic Information - **Project Name**: 微信小程序工具集 - **Description**: 基于微信小程序的各类工具(搜索`集成工具集`即可体验小程序) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: https://github.com/0604hx/weapp-tools - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-05-05 - **Last Updated**: 2021-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 小程序工具集 > 基于微信小程序的各种简单工具合集 ## 开源地址 (*欢迎 Star ~ ~ ( ̄▽ ̄)*) GitHub: [https://github.com/0604hx/weapp-tools](https://github.com/0604hx/weapp-tools) Gitee: [https://gitee.com/0604hx/weapp-tools](https://gitee.com/0604hx/weapp-tools) ## 工具目录 > 📅 表示计划中 **日常生活类** [胎儿体重测算](weapp/pages/daily/fetusWeight) | [个人密码本](weapp/pages/daily/password) | [时序数据](weapp/pages/daily/sequence) | [微信支付截图生成器](weapp/pages/daily/screenMaker) | [分期还款笔记](weapp/pages/daily/monthly) **职场工具** [IP归属查询](weapp/pages/business/ip) | [图片转PDF](weapp/pages/business/img2pdf) **其他** [意见反馈](weapp/pages/other/issue) | [关于](weapp/pages/other/about) ## 在线体验 > 左侧为小程序二维码
扫码或微信搜索集成工具集体验小程序 关注公众号
## 系列博文 1. [微信小程序开发基础(胎儿体重测算工具实例)](https://blog.csdn.net/ssrc0604hx/article/details/110877828) 2. [云函数开发及调试(意见反馈实例)](https://blog.csdn.net/ssrc0604hx/article/details/111587855) ## 首页预览 > 更多运行时预览图片请转 [screen](documents/screen) ![首页](documents/screen/index.png) ## 附录 ### 第三方库 [vant-weapp](https://github.com/youzan/vant-weapp) [wx-f2](https://github.com/antvis/wx-f2) ### project.config.json 配置说明 **packOptions.ignore** > 详见:[项目配置文件](https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html) ```json "ignore": [ {"type": "suffix", "value": ".md"}, {"type": "folder", "value": "documents" }, {"type": "folder", "value": "cloud" } ] ```