Skip to content

Commit

Permalink
新增打赏二维码
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwrcy committed Apr 21, 2024
1 parent 85853cf commit 026e307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,10 @@ npx prisma studio

打开[bcrypt-generator](https://bcrypt-generator.com/)或者其他类似的bcrypt在线加密的网站,加密你的密码.

复制加密后的密码,编辑数据库,更新User表pwd字段,更新完后记得关掉5555端口的映射,执行`npx prisma studio`命令停止5555端口.
复制加密后的密码,编辑数据库,更新User表pwd字段,更新完后记得关掉5555端口的映射,执行`npx prisma studio`命令停止5555端口.

## 打赏

如果你觉得这个项目对你有帮助,可以对我打赏,感谢!

![1713695645770.png](https://yoyo.s3.bitiful.net/2024/04/21/6624eb9a4fd18.png)
2 changes: 1 addition & 1 deletion server/api/memo/list.post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineEventHandler(async (event) => {
orderBy: {
createdAt: "desc",
},
take: size,
take: 5,
},
_count: {
select: {
Expand Down

0 comments on commit 026e307

Please sign in to comment.