管理和服务分离

This commit is contained in:
simple321vip
2022-04-20 22:48:23 +08:00
parent 952587cd2c
commit e3be0674d8
12 changed files with 54 additions and 334 deletions
+6 -1
View File
@@ -12,4 +12,9 @@ type BlogType = {
blog_list: Blog[]
}
export { Blog, BlogType }
type User = {
id: string,
username: string
}
export { Blog, BlogType, User }