md文件保存实现,修改bookmark的事务问题

This commit is contained in:
simple321vip
2022-04-28 09:25:40 +08:00
parent fff3ee0a3d
commit d24c4ab45d
6 changed files with 111 additions and 57 deletions
+1 -16
View File
@@ -1,21 +1,6 @@
type Blog = {
bid: string,
btId: string,
btName: string,
title: string,
blog_prex: string,
content: string
}
type BlogType = {
btId: string,
btName: string,
blogs: Map<string, Blog>
}
type User = {
id: string,
username: string
}
export { Blog, BlogType, User }
export { User }