引入二级大纲功能,新增父子节点关系及子节点排序,同时调整API与UI以支持嵌套大纲管理

This commit is contained in:
2026-03-22 16:53:33 +08:00
parent 20c759150a
commit 098ff4e16d
33 changed files with 2516 additions and 381 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
noval:
build: .
container_name: noval
ports:
- "80:8000"
expose:
- "8000"
volumes:
# SQLite 数据持久化
- noval-data:/app/data
environment:
- TZ=Asia/Shanghai
restart: unless-stopped
volumes:
noval-data: