From b583108afa9a63f762d9526e35b442ef665859d2 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Sun, 28 Sep 2025 20:44:12 +0800 Subject: [PATCH 01/15] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ddc7272..acc3d1d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,4 +15,4 @@ assignees: '' 如果有必要,提供报错时的有关截图。/If applicable, add screenshots to help explain your problem. ## 附件(可选)/Attachments (Optional) -请将会**出现问题的文件**以及**日志文件**打包成一个 ZIP 后作为附件贴在 issue 内。/Please compress the problematic files and the log files into a single ZIP archive and attach it to this issue. +请将会**出现问题的文件**以及**日志文件**打包成一个 ZIP 后作为附件贴在 issue 内,日志文件位于程序目录下的 `logs` 文件夹内。/Please compress the problematic files and the log files into a single ZIP archive and attach it to this issue. The log files are located in the `logs` folder under the program directory. From 741d334a9210c010415818f44f3f0ea94737d94c Mon Sep 17 00:00:00 2001 From: ww-rm Date: Sun, 28 Sep 2025 22:20:48 +0800 Subject: [PATCH 02/15] =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=A1=8C=E9=9D=A2?= =?UTF-8?q?=E6=8A=95=E5=BD=B1=E6=97=B6=E8=87=AA=E5=8A=A8=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E5=88=86=E8=BE=A8=E7=8E=87=E4=B8=BA=E4=B8=BB?= =?UTF-8?q?=E5=B1=8F=E5=B9=95=E5=88=86=E8=BE=A8=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewer/Views/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SpineViewer/Views/MainWindow.xaml.cs b/SpineViewer/Views/MainWindow.xaml.cs index 65e2b60..2e8b939 100644 --- a/SpineViewer/Views/MainWindow.xaml.cs +++ b/SpineViewer/Views/MainWindow.xaml.cs @@ -232,6 +232,7 @@ public partial class MainWindow : Window User32.SetParent(handle, workerw); User32.SetLayeredWindowAttributes(handle, 0, byte.MaxValue, User32.LWA_ALPHA); + _vm.SFMLRendererViewModel.SetResolution(sw, sh); wnd.Position = new(0, 0); wnd.Size = new(sw + 1, sh); wnd.Size = new(sw, sh); From 6900968555dbefb31bf956e54ef1978239c62dea Mon Sep 17 00:00:00 2001 From: ww-rm Date: Mon, 29 Sep 2025 00:05:41 +0800 Subject: [PATCH 03/15] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewer/Views/DiagnosticsDialog.xaml | 155 +++++++++++++++-------- 1 file changed, 101 insertions(+), 54 deletions(-) diff --git a/SpineViewer/Views/DiagnosticsDialog.xaml b/SpineViewer/Views/DiagnosticsDialog.xaml index 35f2b09..a4f0f75 100644 --- a/SpineViewer/Views/DiagnosticsDialog.xaml +++ b/SpineViewer/Views/DiagnosticsDialog.xaml @@ -21,73 +21,120 @@