小修改

This commit is contained in:
MarkusJoe
2022-04-09 10:54:05 +08:00
parent bbe0dffb65
commit 8c4eef775c
1 file changed
+1 -5
+1 -5
View File
@@ -12,11 +12,7 @@ from flask import render_template
from typing import Tuple from typing import Tuple
def view(theme: str, def view(theme: str, length: int, name: str, count: str ) -> str or Tuple[bool, str]:
length: int,
name: str,
count: str
) -> str or Tuple[bool, str]:
""" """
渲染模板 渲染模板
:param theme: :param theme: