From 43b1e294459b564b814ed0dfd1447937252add54 Mon Sep 17 00:00:00 2001 From: wjyLearn <93930815+wjyLearn@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:55:27 +0800 Subject: [PATCH] fix some bug --- .gitignore | 1 + resources/images/monitor_axis_home_icon.svg | 3 + resources/web/data/text.js | 22 ++++ resources/web/homepage3/login.html | 120 ++++++++++++-------- src/slic3r/GUI/PrinterWebView.cpp | 46 ++++---- src/slic3r/GUI/PrinterWebView.hpp | 2 + src/slic3r/GUI/QDSDeviceManager.cpp | 7 +- src/slic3r/GUI/QDSDeviceManager.hpp | 5 + 8 files changed, 137 insertions(+), 69 deletions(-) create mode 100644 resources/images/monitor_axis_home_icon.svg diff --git a/.gitignore b/.gitignore index 1fc79e6..aed9954 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ Build Build.bat /build/ +/build2/ /build2022/ deps/build MYMETA.json diff --git a/resources/images/monitor_axis_home_icon.svg b/resources/images/monitor_axis_home_icon.svg new file mode 100644 index 0000000..835596a --- /dev/null +++ b/resources/images/monitor_axis_home_icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/web/data/text.js b/resources/web/data/text.js index 1292198..70f3398 100644 --- a/resources/web/data/text.js +++ b/resources/web/data/text.js @@ -139,6 +139,17 @@ var LangText={ "t146": "Upload limit exceeded", "t147": "File upload failed", "t148": "Add", + "t204": "Login Guide", + "t205": "After registering and logging in with QIDI MAKER or QIDI LINK account, you can bind your QIDI STUDIO software to your account.", + "t206": "After the binding is completed, the QIDI STUDIO slicing software can remotely control and manage the pre-printing machine through the QIDI cloud server, enabling the remote sending", + "t207": " of print jobs, status synchronization, and device management.", + "t208": "More", + "t209": "What is the difference between QIDI MAKER and QIDI LINK ?", + "t210": "QIDI MAKER is a comprehensive upgrade of QIDI LINK, which can better adapt to QIDI 3D printers, providing ", + "t211": "more stable and faster connection as well as richer functions and support.", + "t212": "QIDI MAKER will gradually support more models of QIDI 3D printers.", + "t213": "The account cannot be logged in?", + "t214": "If you encounter any problems, please feel free to contact the official after-sales support of QIDI at any time:", "wk17": "QIDI Tech Academy", "wk18": "Quick Start Tutorial", "wk19": "Learn by Topic", @@ -292,6 +303,17 @@ var LangText={ "t201": "设备连接", "t202":"请设置您的打印机连接以查看设备。", "t203":"请使用 QIDI Link APP 连接您的打印机。链接完成后,在线设备将同步到 “Link” 页面。", + "t204":"登录指南", + "t205":"通过 QIDI MAKER 或 QIDI LINK 注册并登录账号后,即可将你的 QIDI STUDIO 软件绑定至账户。", + "t206":"完成绑定后,QIDI STUDIO切片软件可通过 QIDI 云服务器,远程控制并管理前打印机,实现远程发", + "t207":"送打印任务、状态同步与设备管理。", + "t208":"了解更多", + "t209":"QIDI MAKER与QIDI LINK的区别 ?", + "t210":"QIDI MAKER 是QIDI LINK的全面升级版本,能够更好的适配QIDI 3D打印机,提", + "t211":"供更稳定、快速的连接和更丰富的功能与支持。", + "t212":"QIDI MAKER将逐步支持更多QIDI 3D打印机型号。", + "t213":"账号无法登录 ?", + "t214":"如遇到任何问题,请随时联系QIDI官方售后支持:", "wk1": "快速入门指南", "wk2": "本文介绍了QIDI Studio的最基本用法。它指导用户配置软件,创建项目,并逐步完成第一个打印任务。", "wk3": "基于项目的工作流", diff --git a/resources/web/homepage3/login.html b/resources/web/homepage3/login.html index 933ab3e..222106c 100644 --- a/resources/web/homepage3/login.html +++ b/resources/web/homepage3/login.html @@ -1,14 +1,18 @@ - + - - 登录指南 + + + + +Login Guide