mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
issue
This commit is contained in:
parent
aaa0c82380
commit
9bde904a97
10
.github/ISSUE_TEMPLATE/01_bug.yaml
vendored
10
.github/ISSUE_TEMPLATE/01_bug.yaml
vendored
@ -22,3 +22,13 @@ body:
|
|||||||
尽可能详细描述错误产生的细节。
|
尽可能详细描述错误产生的细节。
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
@ -31,7 +31,7 @@ def tryqueryfromhost():
|
|||||||
|
|
||||||
return _version, res
|
return _version, res
|
||||||
except:
|
except:
|
||||||
print_exc()
|
pass
|
||||||
|
|
||||||
|
|
||||||
def tryqueryfromgithub():
|
def tryqueryfromgithub():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user