Skip to content

Commit 90994f0

Browse files
committed
upd
1 parent 67c9af9 commit 90994f0

5 files changed

Lines changed: 88 additions & 2 deletions

File tree

MCPythonAPI/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1 class="english">MCPythonAPI</h1>
3838
<hr>
3939
<p class="chinese fc">新的Minecraft Python API!基于Python</p>
4040
<h2 class="chinese">简介</h2>
41-
41+
<p class="chinese">在一个温暖的午后</p>
4242
</div>
4343
<div id="copyright">
4444
<p class="chinese">© 2026 红蓝灯 保留所有权利才怪</p>

articles.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<div id="main">
3434
<h1 class="chinese">文章列表</h1>
3535
<br>
36+
<div class="card">
37+
<a href="articles\eggyui_re_development_notes_1.html">Eggy UI-RE 开发随笔 1</a>
38+
</div>
3639
<div class="card">
3740
<a href="articles\how_to_quickly_clean_staircase_handrails.html">如何快速清理楼梯扶手</a>
3841
</div>
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Eggy UI-RE 开发随笔 1%%c:chinese%%
2+
3+
时间:2026.3.28 | 开发者:RBL%%c:chinese%%
4+
5+
---
6+
7+
## 今日目标%%c:chinese%%
8+
9+
- [x] 初始化 Installer 子块
10+
- [ ] 优化 Center 子块
11+
- [x] 初步完善 Installer 子块
12+
- [ ] 完成 Installer 主要功能
13+
- [x] 打包 Installer 子块
14+
15+
## 今日成果%%c:chinese%%
16+
17+
[构建产物](../file/a_26_3_28/main.exe)%%c:chinese,%%
18+
19+
## 随笔%%c:chinese,fc%%
20+
21+
今天主要完善了 Installer 子块,完成了两个界面。感觉今天最难受的就是折腾 Pywebview 了,我之前在 EggyUI 实现安装程序的时候用的就是 Pywebview,当时也没有什么环境问题很成功,但今天缺遇到了一大堆问题,无可奈何只能切换为 PyQt6,好早之后的界面开发十分顺利,下次避坑一下%%c:chinese%%

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1 class="chinese funny" style="text-align: center;">Ciallo~(∠・ω< )⌒
5050
<div class="notice">
5151
<h2 class="chinese" style="text-align: left;">公告</h2>
5252
<hr>
53-
<p class="chinese">已开学<br/>服了,网站搞了这么久,meta原来还没完善啊……</p>
53+
<p class="chinese">已开学<br/>服了,网站搞了这么久,meta原来还没完善啊……<br/>目前EggyUI-RE火热完善中</p>
5454
<p class="chinese funny" style="text-align: center;" onclick="alert('救不了一点😭')">[点我] 救救孩子 😰</p>
5555
</div>
5656
</div>

0 commit comments

Comments
 (0)