Feature(custom): release not now use markdown render, also optimize UI dispaly of update page

This commit is contained in:
Kuingsmile
2026-01-12 11:51:27 +08:00
parent 9accc4e4da
commit 2443f56562
4 changed files with 3242 additions and 3199 deletions

View File

@@ -99,6 +99,7 @@ const buildMainPageMenu = (win: BrowserWindow) => {
label: $t('ABOUT'),
click() {
dialog.showMessageBox({
type: 'info',
title: 'PicList',
message: 'PicList',
detail: `Version: ${pkg.version}\nAuthor: Kuingsmile\nGithub: https://github.com/Kuingsmile/PicList`,