Refactor: refine wiki plan procedure. (#17579)

### Summary

Refine wiki plan procedure.

---------

Co-authored-by: Yingfeng Zhang <yingfeng.zhang@gmail.com>
Co-authored-by: buua436 <sz_buua@foxmail.com>
This commit is contained in:
Kevin Hu
2026-08-03 16:03:17 +08:00
committed by GitHub
parent 51af9e2eae
commit 3b4a96d421
25 changed files with 6175 additions and 114 deletions

View File

@@ -131,6 +131,8 @@ def add_graph_templates():
def add_compilation_templates():
CompilationTemplateService.ensure_table()
CompilationTemplateService.filter_delete([CompilationTemplateService.model.is_builtin])
CompilationTemplateService.seed_builtins_from_files()