基于 leancloud-storage 实现的无后端记账本

来源:Lruihao/bill-note
网站:https://lruihao.github.io/bill-note/

警告
本文最后更新于 2025-01-16,文中内容可能已过时。

Preparation

去 leancloud 创建一个应用,再新增一个 Bill Class, 补充一下字段:

nametypedescription
payNumber消费金额
pay_descriptionString消费描述
pay_typeString消费类型
pay_userString付款人

Init

set for yourself.

1
2
3
4
5
AV.init({
    appId: '',
    appKey: '',
    serverURL: ''
  });

Push

push the bill-note/docs to web server.

技术栈

  • leancloud-storage
  • Vue.js
  • HTML, CSS, JS
Buy me a coffee~
Lruihao 支付宝支付宝
Lruihao 微信微信

发现新版本

当前站点有新版本可用。