WXRIW / Ink-Canvas

A fantastic Ink Canvas in WPF/C#, with fantastic support for Seewo Boards.
GNU General Public License v3.0
229 stars 55 forks source link

使用 Windows 11 Fluent 风格并修复了一个崩溃问题 #126

Closed NotYoojun closed 8 months ago

NotYoojun commented 10 months ago

头一次为这个项目做出贡献,望大佬们通过和建议!谢谢

NotYoojun commented 10 months ago
image image image image image
NotYoojun commented 10 months ago

@WXRIW 我自己电脑上这一句话编译不通过,就先注释掉了。然后 pull request 的时候忘记取消注释了。记得改回来,抱歉啊

image

改回来之后的 StoreHelper.cs:

namespace Ink_Canvas.Helpers
{
    public static class StoreHelper
    {
        public static bool IsStoreApp
        {
            get
            {
                try
                {
                    object GetCurrentPackage()
                    {
                        return Windows.ApplicationModel.Package.Current;
                    }

                    if (GetCurrentPackage() != null)
                    {
                        return true;
                    }
                    return false;
                }
                catch
                {
                    return false;
                }
            }
        }
    }
}
NotYoojun commented 10 months ago

好了,把WinRT的部分解决了,顺便优化了下csproj文件

KremeCN commented 10 months ago

image 这俩开关好小 ovo

NotYoojun commented 10 months ago

image 这俩开关好小 ovo

Viewbox 的问题,我回头看下

KremeCN commented 10 months ago

image 工具栏的按钮也是有亮有暗

NotYoojun commented 10 months ago
image image

我这边都没问题啊 你是不是编译的最新版

KremeCN commented 10 months ago

image image 我这边都没问题啊 你是不是编译的最新版

好吧,确实不是最新版。我的问题,对不起 qwq