Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
36bef3d
Add files via upload
biaogexiong May 20, 2026
8b9fe80
Add files via upload
biaogexiong May 21, 2026
8f79235
Rename apps/icons/reg_2bit.png to apps/icons/regedit/reg_2bit.png
biaogexiong May 21, 2026
196cdeb
Rename apps/icons/reg_string.png to apps/icons/regedit/reg_string.png
biaogexiong May 21, 2026
fd13d80
Add regedit link to desktop.html
biaogexiong May 21, 2026
2ee06e7
Add registry editor translations to lang_zh_CN.properties
biaogexiong May 21, 2026
4067f0e
Add registry editor translations to lang_zh_TW.properties
biaogexiong May 21, 2026
b78508c
Add Registry Editor entries to lang_en.properties
biaogexiong May 21, 2026
760df77
Add update log for version 10.2.3
biaogexiong May 21, 2026
eefc064
Add regedit window with iframe content
biaogexiong May 21, 2026
12d5e97
Add 'regedit' to webapps list
biaogexiong May 21, 2026
72f92ea
Add regedit.html for registry editor interface
biaogexiong May 21, 2026
e3b0f01
Update regedit window structure and iframe source
biaogexiong May 21, 2026
73f9d8e
Refactor styles for improved UI appearance
biaogexiong May 22, 2026
a2c10df
Add regedit app with iframe loading
biaogexiong May 22, 2026
ef2c58a
Update iframe source URL for regedit page
biaogexiong May 22, 2026
bae49f5
Delete apps/page directory
biaogexiong May 22, 2026
da2ddd7
Update iframe source in apps.js
biaogexiong May 22, 2026
6b5920a
Change regedit name to Chinese and update iframe source
biaogexiong May 22, 2026
b710d77
Refine translations in lang_zh_TW.properties
biaogexiong May 22, 2026
6cc2ca5
Update lang_zh_CN.properties with registry editor terms
biaogexiong May 22, 2026
39aabe6
Change shortcut key for add action to 'N'
biaogexiong May 22, 2026
3c916b2
Add new registry editor properties and commands
biaogexiong May 22, 2026
4549e2f
Update lang/lang_zh_TW.properties
biaogexiong May 22, 2026
f5e4b9a
Update lang/lang_zh_TW.properties
biaogexiong May 22, 2026
81af96d
Update lang/lang_zh_CN.properties
biaogexiong May 22, 2026
ffa0110
Merge branch 'main' into main
biaogexiong May 22, 2026
05f4605
移動位置
biaogexiong May 22, 2026
1be8043
Add registry editor task to tasks.js
biaogexiong May 24, 2026
a512d77
Merge branch 'win12-online:main' into main
biaogexiong May 24, 2026
0a36fdf
Merge branch 'main' into main
biaogexiong May 24, 2026
fb4c517
Merge branch 'main' into main
biaogexiong May 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added apps/icons/regedit/reg_2bit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/icons/regedit/reg_string.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion data/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ let taskmgrTasks = [
icon: 'icon/vscode.png',
link: 'vscode'
},
{
name: '注册表编辑器',
icon: 'icon/regedit.png',
link: 'regedit'
},
{
name: 'System'
},
Expand Down Expand Up @@ -168,4 +173,4 @@ let taskmgrTasks = [
{
name: 'Windows Management Service'
}
]
]
29 changes: 28 additions & 1 deletion desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@
<img src="icon/taskmgr.png">
<p data-i18n="taskmgr.name">任务管理器</p>
</a>
<a oncontextmenu="return showcm(event, 'smlapp', ['regedit', '注册表编辑器'])" onclick="openapp('regedit');hide_startmenu();">
<img src="icon/regedit.png">
<p data-i18n="regedit.name">注册表编辑器</p>
</a>
<a oncontextmenu="return showcm(event, 'smlapp', ['notepad', '记事本'])" onclick="openapp('notepad');hide_startmenu();">
<img src="icon/notepad.svg">
<p data-i18n="notepad.name">记事本</p>
Expand Down Expand Up @@ -1875,7 +1879,12 @@ <h2 class="tit" data-i18n="about.intro.others"><span></span>其它</h2>
<div class="cnt update">
<h1 class="tit" data-i18n="about.update.name"><span></span>更新记录</h1>
<div style="margin-left: 20px;">
<details><summary><span>v10.2.2</span> 修改部分动效和 UI 细节</summary><p>
<details><summary><span>v10.2.3</span> 注册表和小改动</summary><p>
&emsp;&emsp;-(更新来自 @biaogexiong)<br>
&emsp;&emsp;- 增加了注册表编辑器<br>
&emsp;&emsp;- 修正繁体中文的奇怪翻译<br>
</p></details>
<details><summary><span>v10.2.2</span> 修改部分动效和UI细节</summary><p>
&emsp;&emsp;-(更新来自 @HHCL233)<br>
&emsp;&emsp;- 在任务栏自动隐藏时显示隐藏状态图标 (#669)<br>
&emsp;&emsp;- 删除 Blackboard 特殊标题效果<br>
Expand Down Expand Up @@ -2358,6 +2367,24 @@ <h1 class="tit" data-i18n="about.update.name"><span></span>更新记录</h1>
<iframe src="https://android11react.osrc.com/" frameborder="0" style=" width: 100%;height: 100%;" loading="lazy"></iframe>
</div>
</div>
<div class="window regedit">
<div class="resize-bar"></div>
<div class="titbar">
<img src="icon/regedit.png" class="icon">
<p data-i18n="regedit.name">注册表编辑器</p>
<div>
<a class="a wbtg red" onclick="hidewin('regedit')"><i class="bi bi-x-lg"></i></a>
<a class="a wbtg max" onclick="maxwin('regedit')"><i class="bi bi-app"></i></a>
<a class="a wbtg" onclick="minwin('regedit')"><i class="bi bi-dash-lg"></i></a>
</div>
</div>
<div class="loadback">
<img src="icon/regedit.png" class="icon">
</div>
<div class="content" id="win-regedit">
<!-- <iframe src="https://biaogenet.qzz.io/apppage/fakereg.html" frameborder="0" style="width: 100%; height: 100%;" loading="lazy"></iframe> -->
</div>
</div>
<div class="window pythonEditor">
<div class="resize-bar"></div>
<div class="titbar">
Expand Down
Binary file added icon/regedit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions lang/lang_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,24 @@ run.name=Run
run.txt=Type the name of a program, folder, document, or Internet resource, and Windows will open it for you.
run.open=Open

# regedit
regedit.name=Registry Editor
regedit.file=File(F)
regedit.edit=Edit(E)
regedit.view=View(V)
regedit.likes=My Favorite(A)
regedit.help=Help(H)
regedit.thispc=This PC
regedit.selename=Name
regedit.seletype=Type
regedit.seledata=Data
regedit.default=(Default)
regedit.none=(None)
regedit.expand=Expand(E)
regedit.add=New(N)
regedit.rename=Rename(M)
regedit.delete=Delete(D)
regedit.change=Change(M)

# winver
winver.name=About Windows
Expand Down
19 changes: 19 additions & 0 deletions lang/lang_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,25 @@ run.name=运行
run.txt=Windows 将根据你所输入的名称,为你打开相应的程序、文件夹、文档或 Internet 资源。
run.open=打开:

# regedit
regedit.name=注册表编辑器
regedit.file=文件(F)
regedit.edit=编辑(E)
regedit.view=查看(V)
regedit.likes=收藏(A)
regedit.help=帮助(H)
regedit.thispc=此电脑
regedit.selename=名称
regedit.seletype=类型
regedit.seledata=数值
regedit.default=(默认值)
regedit.none=(数值未设定)
regedit.expand=展开(E)
regedit.add=新建(N)
regedit.rename=重命名(M)
regedit.delete=删除(D)
regedit.change=修改(M)
Comment thread
biaogexiong marked this conversation as resolved.

# winver
winver.name=关于 Windows
winver.p1=版本 25H2 (OS 内部版本 24612.1896)
Expand Down
29 changes: 24 additions & 5 deletions lang/lang_zh_TW.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
updating=休對故人思故國,且將新火試新茶<br />正在更新
updating=休對故人思故國,且將新火試新茶<br>正在更新
cover-hp=請轉為橫向檢視以獲得最佳體驗
login=登入
welcome=歡迎
Expand All @@ -11,7 +11,7 @@ folder.pic=圖片
folder.mus=音樂
stmenu-pinned=已釘選
stmenu-allapp=全部
feedback.name=意見反應中樞
feedback.name=意見反應中心
stmenu-tj=建議專案
stmenu-tj-f1=科學地使用瓶蓋.pptx
stmenu-tj-t1=5 分鐘前
Expand Down Expand Up @@ -155,8 +155,8 @@ setting.privacy=隱私權與安全性
setting.update=Windows Update

# edge
edge.schbing=在 Bing 中搜索,或輸入一個網址
edge.name=Microsoft Edge
edge.schbing=在必應中搜索,或輸入一個網址
edge.rename=為標籤頁命名

# explorer
Expand All @@ -170,7 +170,7 @@ explorer.tag.red=紅色
explorer.tag.blue=藍色
explorer.tag.yellow=黃色
explorer.tag.green=綠色
explorer.tag.orange=橙色
explorer.tag.orange=橘色
explorer.tag.purple=紫色
explorer.tag.pink=粉色
explorer.new=新增
Expand All @@ -182,7 +182,7 @@ explorer.mount=掛載本地資料夾
code-editor.name=程式碼編輯器
imgviewer.name=圖片檢視器
mediaplayer.name=媒體播放器
pdfviewer.name=PDF 檢視器
pdfviewer.name=PDF 查看器
nts.file-save-ok=<p class="tit">儲存成功</p><p>檔案已儲存。</p>
nts.unsaved-changes=<p class="tit">是否儲存變更?</p><p>檔案有未儲存的修改,關閉前是否儲存?</p>
save=儲存
Expand Down Expand Up @@ -239,6 +239,25 @@ run.name=執行
run.txt=輸入程式、資料夾、文件或網際網路資源的名稱,Windows 會自動開啟。
run.open=開啟

# regedit
regedit.name=登錄編輯程式
regedit.file=檔案(F)
regedit.edit=編輯(E)
regedit.view=檢視(V)
regedit.likes=我的最愛(A)
regedit.help=說明(H)
regedit.thispc=電腦
regedit.selename=名稱
regedit.seletype=類型
regedit.seledata=資料
regedit.default=(預設值)
regedit.none=(數值未設定)
regedit.expand=展開(E)
regedit.add=新增(N)
regedit.rename=重新命名(M)
regedit.delete=刪除(D)
regedit.change=修改(M)

# winver
winver.name=關於 Windows
winver.p1=版本 25H2 (OS 組建 24612.1896)
Expand Down
10 changes: 9 additions & 1 deletion module/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ let apps = {
},
// webapp 即将网页嵌套作为应用内容,格式参考 desktop.html 中 vscode, bilibili
webapps: {
apps: ['vscode', 'bilibili', 'copilot', 'minesweeper'],
apps: ['vscode', 'bilibili','copilot','minesweeper','regedit'],
init: () => {
for (const app of apps.webapps.apps) {
apps[app].load();
Expand Down Expand Up @@ -777,6 +777,14 @@ let apps = {
load: () => {
$('#win-minesweeper')[0].insertAdjacentHTML('afterbegin', '<iframe src="https://win12-online.github.io/win12/games/minesweeper.html" frameborder="0" style="width: 100%; height: 100%;" loading="lazy"></iframe>');
}
},
'regedit': {
init: () => {
return null;
},
load: () => {
$('#win-regedit')[0].insertAdjacentHTML('afterbegin', '<iframe src="https://biaogenet.qzz.io/apppage/fakereg.html" frameborder="0" style="width: 100%; height: 100%;" loading="lazy"></iframe>');
}
},
defender: {
init: () => {
Expand Down
Loading