This commit is contained in:
恍兮惚兮 2024-08-07 16:00:49 +08:00
parent aaa0c82380
commit 9bde904a97
2 changed files with 11 additions and 1 deletions

View File

@ -20,5 +20,15 @@ body:
Describe the reproduction steps precisely if possible.
尽可能详细描述错误产生的细节。
validations:
required: true
- type: textarea
attributes:
label: Logs 日志文件
description: >
Please provide me with the latest txt log file in the logs directory.
将logs目录下最新的txt日志文件给我。
validations:
required: true

View File

@ -31,7 +31,7 @@ def tryqueryfromhost():
return _version, res
except:
print_exc()
pass
def tryqueryfromgithub():