This commit is contained in:
bridge
2026-01-08 01:06:10 +08:00
parent a007292b60
commit 1647494c7d
3 changed files with 2 additions and 1 deletions

View File

@@ -222,7 +222,6 @@
- [ ] 世界秘密 & 世界法则 (可灵活自定义)
- [ ] 炼蛊
- [ ] 灭世危机
- [ ] 成为后世传奇
### 🔭 远期展望
- [ ] 历史/事件的小说化&图片化&视频化

View File

@@ -109,3 +109,4 @@ def test_cp_serialization():
assert cp_new.realm == Realm.Qi_Refinement

View File

@@ -117,3 +117,4 @@ def test_df_get_list_int():
assert get_list_int(row, "c", separator="|") == [1, 3]