在线blog初步完成

This commit is contained in:
simple321vip
2022-04-27 09:18:20 +08:00
parent 6e5d90d613
commit fff3ee0a3d
6 changed files with 177 additions and 87 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ type Blog = {
type BlogType = {
btId: string,
btName: string,
blog_list: Blog[]
blogs: Map<string, Blog>
}
type User = {