Skip to content

Commit

Permalink
update bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightczx committed Nov 5, 2022
1 parent 77158fc commit 77db918
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ body:
- type: textarea
id: logs
attributes:
label: 相关的崩溃日志 位于 `%HOMEPATH%/Documents/Hutao/Log.db`
label: 相关的崩溃日志
description: |
在资源管理器中直接输入`%HOMEPATH%/Documents/Hutao`即可进入文件夹
在资源管理器中直接输入`%userprofile%/Documents/Hutao`即可进入文件夹
如果应用程序崩溃了,请将`log.db` 文件上传,文件包含了敏感信息,谨慎上传
如果这个表单是关于导入祈愿记录的问题,请包含你导入的`Json`文件
**务必不要上传`user.db`文件,该文件包含你的帐号敏感信息**
Expand Down
4 changes: 4 additions & 0 deletions src/Snap.Hutao/Snap.Hutao/Core/Windowing/ExtendedWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,9 @@ private void UpdateDragRectangles(AppWindowTitleBar appTitleBar)
// 48 is the navigation button leftInset
RectInt32 dragRect = new RectInt32(48, 0, (int)titleBar.ActualWidth, (int)titleBar.ActualHeight).Scale(scale);
appTitleBar.SetDragRectangles(dragRect.Enumerate().ToArray());

// workaround for https://github.com/microsoft/WindowsAppSDK/issues/2976
// add this to set the same window size after every time drag rectangles are set
appWindow.ResizeClient(appWindow.ClientSize);
}
}
2 changes: 1 addition & 1 deletion src/Snap.Hutao/Snap.Hutao/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="7f0db578-026f-4e0b-a75b-d5d06bb0a74d"
Publisher="CN=DGP Studio"
Version="1.1.20.0" />
Version="1.1.21.0" />

<Properties>
<DisplayName>胡桃</DisplayName>
Expand Down

0 comments on commit 77db918

Please sign in to comment.