在线blog初步完成
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ type Blog = {
|
||||
type BlogType = {
|
||||
btId: string,
|
||||
btName: string,
|
||||
blog_list: Blog[]
|
||||
blogs: Map<string, Blog>
|
||||
}
|
||||
|
||||
type User = {
|
||||
|
||||
Reference in New Issue
Block a user