Update README.md
This commit is contained in:
parent
6d41e7af23
commit
e3c5be58f8
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
## 介绍
|
||||
|
||||
[beancount](https://github.com/beancount/) 是一个优秀的开源复式记账工具,因为其基于文本记录的特性,难以拓展到移动端;本项目旨在将常见的记账行为提取出接口以供网络调用。
|
||||
[beancount](https://github.com/beancount/) 是一个优秀的开源复式记账工具,因为其基于文本记录的特性,难以拓展到移动端;本项目旨在将常见的记账行为封装为 RESTful API。
|
||||
|
||||
本仓库使用 `Golang` 进行文本的读写和接口服务支持,利用 `bean-query` 获取内容并解析,以 Json 格式返回。并基于已实现的接口内置实现了前端页面(适配移动端)。
|
||||
|
||||

|
||||

|
||||
|
||||
## 特性
|
||||
|
||||
|
|
@ -40,4 +40,4 @@ go build
|
|||
|
||||
## 开源协议
|
||||
|
||||
[MIT](https://github.com/BaoXuebin/beancount-gs/blob/main/License) @BaoXuebin
|
||||
[MIT](https://github.com/BaoXuebin/beancount-gs/blob/main/License) @BaoXuebin
|
||||
|
|
|
|||
Loading…
Reference in New Issue