From 3d4d3dd88a438647d44eae0af5662d143ca21c6f Mon Sep 17 00:00:00 2001 From: Yerong <44803668+YerongAI@users.noreply.github.com> Date: Thu, 10 Mar 2022 01:03:49 +0800 Subject: [PATCH] Update message --- config/Message/issue.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/Message/issue.json diff --git a/config/Message/issue.json b/config/Message/issue.json new file mode 100644 index 00000000..4270fe26 --- /dev/null +++ b/config/Message/issue.json @@ -0,0 +1,10 @@ +{ + "en-us": { + "Title": "Issue of tooltip", + "Content": "Because of [.NET's problem](https://github.com/dotnet/wpf/issues/6220), the tooltip can not work on non-100% scaling screen. This issue has little impact. If you want, you can use these methods to fix:\n\n- Change your screen to 100% scaling.\n- Download version [8.2.9.2](https://download.coolhub.top/Office_Tool_Plus/) to use, it may lost some new features." + }, + "zh-cn": { + "Title": "Tooltip 问题", + "Content": "由于 [.NET 的问题](https://github.com/dotnet/wpf/issues/6220),程序中的 tooltip 无法在高分屏下正常工作。这个小问题应该不会有太多影响,如果需要,你可以使用以下方法解决:\n\n- 将屏幕缩放调整为 100%.\n- 使用旧版本 Office Tool Plus,你可以下载 [8.2.9.2](https://download.coolhub.top/Office_Tool_Plus/) 版本,但会缺少一些新功能。" + } +} \ No newline at end of file