You've already forked FrameTour-RenderWorker
对接
This commit is contained in:
@ -70,6 +70,8 @@ def load_local_template():
|
||||
|
||||
|
||||
def get_template_def(template_id):
|
||||
if template_id not in TEMPLATES:
|
||||
download_template(template_id)
|
||||
return TEMPLATES.get(template_id)
|
||||
|
||||
def download_template(template_id):
|
||||
|
Reference in New Issue
Block a user