直接添加模板到仓库
This commit is contained in:
@ -52,7 +52,7 @@ def indent_text(text: str, indent: int = 2) -> str:
|
||||
def generate_index(questions: list[dict], dry_run: bool, logger) -> str:
|
||||
"""Generate index.typ content."""
|
||||
lines = [
|
||||
'#import "@local/phomework:0.1.0": homework, question, answer, shadow',
|
||||
'#import "./templates/lib.typ": homework, question, answer, shadow',
|
||||
"",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user