1+ <!-- -*- conding: utf-8 -*- -->
2+ <!DOCTYPE html>
3+ < html lang ="zh-CN ">
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7+ < meta name ="renderer " content ="webkit ">
8+ < meta name ="force-rendering " content ="webkit ">
9+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
10+ < meta name ="author " content ="红蓝灯 ">
11+ < meta name ="keywords " content ="红蓝灯, RBL, %%keywords%% ">
12+ < meta http-equiv ="Content-Language " content ="zh-CN ">
13+ < meta name ="robots " content ="all ">
14+ < meta name ="description " content ="这里是红蓝灯的秘密基地,欢迎你的到来! ">
15+ < meta name ="generator " content ="PTools ">
16+ < meta property ="og:title " content ="Eggy UI-RE 开发随笔 1%%c:chinese%% - 红蓝灯的秘密基地 ">
17+ < meta property ="og:description " content ="这里是红蓝灯的秘密基地,欢迎你的到来! ">
18+ < title class ="chinese "> Eggy UI-RE 开发随笔 1 - 红蓝灯的秘密基地</ title >
19+ < script src ="../include/script.js "> </ script >
20+ < link href ="../include/style.css " rel ="stylesheet ">
21+ < link href ="../include/logo.ico " rel ="icon ">
22+ </ head >
23+ < body class ="line-numbers ">
24+ < nav id ="topnav ">
25+ < div class ="nav-inner ">
26+ < a href ="../index.html "> 首页</ a >
27+ < a href ="../download.html "> 下载</ a >
28+ < a href ="../project.html "> 项目</ a >
29+ < a href ="../column.html "> 专栏</ a >
30+ < a href ="../articles.html "> 文章</ a >
31+ < a href ="../about.html "> 关于</ a >
32+ < a href ="https://github.com/CN-RBL " target ="_blank "> 我的GitHub</ a >
33+ < a href ="https://space.bilibili.com/3546389388724715 " target ="_blank "> 我的B站</ a >
34+ </ div >
35+ </ nav >
36+ < div id ="nav-spacer " aria-hidden ="true "> </ div >
37+ < div id ="main ">
38+ < h1 class ="chinese "> Eggy UI-RE 开发随笔 1</ h1 >
39+ < p class ="chinese "> 时间:2026.3.28 | 开发者:RBL</ p >
40+ < hr >
41+ < h2 class ="chinese "> 今日目标</ h2 >
42+ < ul >
43+ < li > [x] 初始化 Installer 子块</ li >
44+ < li > [ ] 优化 Center 子块</ li >
45+ < li > [x] 初步完善 Installer 子块</ li >
46+ < li > [ ] 完成 Installer 主要功能</ li >
47+ < li > [x] 打包 Installer 子块</ li >
48+ </ ul >
49+ < h2 class ="chinese "> 今日成果</ h2 >
50+ < p class ="chinese ">
51+ < a href ="../file/a_26_3_28/main.exe "> 构建产物</ a > </ p >
52+ < h2 class ="chinese fc "> 随笔</ h2 >
53+ < p class ="chinese "> 今天主要完善了 Installer 子块,完成了两个界面。感觉今天最难受的就是折腾 Pywebview 了,我之前在 EggyUI 实现安装程序的时候用的就是 Pywebview,当时也没有什么环境问题很成功,但今天缺遇到了一大堆问题,无可奈何只能切换为 PyQt6,好早之后的界面开发十分顺利,下次避坑一下</ p >
54+ </ div >
55+ < div id ="copyright ">
56+ < p class ="chinese "> © 2026 红蓝灯 保留所有权利才怪</ p >
57+ < p class ="english "> © 2026 RBL All rights reserved? Hardly.</ p >
58+ < p class ="english "> Best view at 1528x740</ p >
59+ < p class ="english "> Power by PTools</ p >
60+ </ div >
61+ </ body >
62+ </ html >
0 commit comments