Archived
测试heroku服务器部署
This commit is contained in:
3 files changed
+5
-5
No files matched your search
+2
-2
@@ -11,8 +11,8 @@ from typing import Any
|
||||
from db.db import fetch_table
|
||||
|
||||
|
||||
def re_sort_number_image(origin_number: str, theme: str) -> tuple[bool, bool, bool, bool] | list[
|
||||
bool | list[Any] | Any]:
|
||||
def re_sort_number_image(origin_number: str, theme: str) -> tuple[bool, bool, bool, bool] or list[
|
||||
bool or list[Any] or Any]:
|
||||
"""
|
||||
返回一个排列好的svg base64代码列表
|
||||
:param theme:
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ class ErrorProcess:
|
||||
'msg': '',
|
||||
'data': None}
|
||||
|
||||
def get_theme_list(self):
|
||||
def get_theme_list(self) -> Response:
|
||||
"""
|
||||
直接获取可选主题
|
||||
:return:
|
||||
|
||||
Reference in New Issue
Block a user