From e3c5be58f8525fadf4ad49934079223b3a4a0329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E6=84=8F?= Date: Tue, 30 Nov 2021 14:27:59 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 974f06b..37d8d34 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ ## 介绍 -[beancount](https://github.com/beancount/) 是一个优秀的开源复式记账工具,因为其基于文本记录的特性,难以拓展到移动端;本项目旨在将常见的记账行为提取出接口以供网络调用。 +[beancount](https://github.com/beancount/) 是一个优秀的开源复式记账工具,因为其基于文本记录的特性,难以拓展到移动端;本项目旨在将常见的记账行为封装为 RESTful API。 本仓库使用 `Golang` 进行文本的读写和接口服务支持,利用 `bean-query` 获取内容并解析,以 Json 格式返回。并基于已实现的接口内置实现了前端页面(适配移动端)。 -![snapshot](https://cdn.xdbin.com/github/beancount-ns/snapshot.png) +![snapshot](./snapshot.png) ## 特性 @@ -40,4 +40,4 @@ go build ## 开源协议 -[MIT](https://github.com/BaoXuebin/beancount-gs/blob/main/License) @BaoXuebin \ No newline at end of file +[MIT](https://github.com/BaoXuebin/beancount-gs/blob/main/License) @BaoXuebin