md文件保存实现,修改bookmark的事务问题
This commit is contained in:
+1
-16
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user