1
0

feat: 优化书籍和章节编辑界面

This commit is contained in:
2024-12-23 09:47:24 +08:00
parent 13590cbe9c
commit e0653d7400
9 changed files with 571 additions and 509 deletions

16
.gitignore vendored
View File

@@ -91,14 +91,14 @@ replay_pid*
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr
# CMake
cmake-build-*/