Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yigger/jiezhang
基于 wepy 开发的一款纯记账的微信小程序
https://github.com/yigger/jiezhang
jiezhang wechat-mini-program wepy
Last synced: 3 days ago
JSON representation
基于 wepy 开发的一款纯记账的微信小程序
- Host: GitHub
- URL: https://github.com/yigger/jiezhang
- Owner: yigger
- License: mit
- Created: 2018-06-05T15:17:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T08:38:08.000Z (7 months ago)
- Last Synced: 2024-11-18T02:39:01.887Z (2 months ago)
- Topics: jiezhang, wechat-mini-program, wepy
- Language: JavaScript
- Homepage:
- Size: 4.55 MB
- Stars: 443
- Watchers: 14
- Forks: 141
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wepy - jiezhang: 基于wepy开发的记账小程序
README
# 洁账小程序
> 基于 wepy 开发的一款记账微信小程序### 因 wepy 框架停止更新,故此项目不再维护!
- 相关链接:https://www.zhihu.com/question/266440872/answer/427446395### 后端也开源啦!!感谢支持
https://github.com/yigger/jiezhang/releases### 体验二维码
![二维码](https://github.com/yigger/jiezhang/raw/master/screenshots/qrcode.jpg)### 功能
+ 日常记账,目前只支持基本的收入、支出、转账
+ 预算管理功能
+ 搜索功能
+ 消费报表
+ 首页看板自定义
+ 根据日历查看消费
+ 资产统计
+ ...### 安装
```
提示: 请自行注册属于自己的小程序~npm install wepy-cli -g
npm install
cp src/utils/host.js.example src/utils/host.js
npm run build
后面的开发问题可查看 https://tencent.github.io/wepy/ 获取进一步的帮助
```### 相关截图
![首页](https://github.com/yigger/jiezhang/raw/master/screenshots/01.png)### 更新日志
[Change Log](CHANGELOG.md)### 感谢
https://tencent.github.io/wepy/
https://github.com/dyq086/wepy-mall
https://github.com/czcaiwj/calendar
https://github.com/TalkingData/iview-weapp### 打赏
如果你喜欢我的作品,可以请我喝杯咖啡支持下,谢谢你。![](https://github.com/yigger/jiezhang/raw/master/screenshots/my_qrcode.png)
### License
JieZhang is licensed under [The MIT License](LICENSE)