feat(biji): 优化笔记展示功能并调整端口
-将服务器端口从 8083 改为 8084 - 在数据库中添加 grouping_id 字段 - 实现笔记分组展示功能 -优化笔记编辑页面布局 -重构后端接口返回类型 - 移除 MarkdownFile 实体中的 userId 字段
This commit is contained in:
@@ -13,7 +13,7 @@ file:
|
||||
|
||||
#??
|
||||
server:
|
||||
port: 8083
|
||||
port: 8084
|
||||
|
||||
|
||||
## Snowflake ID?????
|
||||
|
||||
Reference in New Issue
Block a user