Skip to content

Commit

Permalink
update: README.md 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyzhang1992 committed Dec 1, 2023
1 parent 6fade6b commit 39e5bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

该小程序的目的是为了大家更方便简洁的学习中国传统古诗文,同时通过这些代码更多的学习使用小程序。

> 该项目为微信原生版本,[Taro 重构版](https://github.com/johnnyzhang1992/gushiTaro) 上线后,d当前项目将不再维护。
## 文件目录

- `apis`
Expand Down
3 changes: 2 additions & 1 deletion apis/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ export const GET_USER_COLLECT = (method, data) => {
/**
* 更新收藏状态
* @param {String} method POST
* @param {Object} data
* @param {number} id
* @param {number} user_id
* @param {poem,sentence,author} type
*/
export const UPDATE_USER_COLLECT = (method, data) => {
Expand Down

0 comments on commit 39e5bd5

Please sign in to comment.