Skip to content

Commit

Permalink
调整关于日志的描述
Browse files Browse the repository at this point in the history
  • Loading branch information
ywmoyue committed Aug 18, 2024
1 parent 9743362 commit bd3de41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ body:
label: 日志
description: 如果可以,提交日志更有助于我们分析问题。但请注意,日志可能泄露你的敏感信息,如果介意,可以在提交完issue后将日志文件发送至开发者邮箱
placeholder: |
日志文件在应用的设置页帮助页最底下可以找到
日志文件在应用的设置页开发者选项页可以找到
如果是闪退问题,需要将日志级别设置为Trace并复现问题后提供日志
开发者邮箱在应用设置页关于页可以找到
- type: textarea
Expand Down
7 changes: 4 additions & 3 deletions src/BiliLite.UWP/Controls/Settings/DevSettingsControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@

<StackPanel Orientation="Vertical"
MaxWidth="1200">
<controls:SettingsCard>
<controls:SettingsCard
Description="需要定位闪退问题时,请将日志级别设置为Trace">
<controls:SettingsCard.HeaderIcon>
<font:FontAwesome Icon="Solid_Broom"></font:FontAwesome>
<font:FontAwesome Icon="Solid_FileCode"></font:FontAwesome>
</controls:SettingsCard.HeaderIcon>
<controls:SettingsCard.Header>
<Button Click="BtnOpenLogFolder_OnClick">打开日志文件夹</Button>
Expand Down Expand Up @@ -49,7 +50,7 @@
</controls:SettingsCard>

<controls:SettingsCard Header="日志级别"
Description="需要定位问题时,请设置为Trace级别">
Description="需要定位闪退问题时,请设置为Trace级别">
<controls:SettingsCard.HeaderIcon>
<font:FontAwesome Icon="Solid_FileMedical"></font:FontAwesome>
</controls:SettingsCard.HeaderIcon>
Expand Down

0 comments on commit bd3de41

Please sign in to comment.