0
0
Fork 0

我选择1.0.1

Browse Source
This commit is contained in:
yunyun 2026-06-01 13:00:10 +08:00
parent 982a728e7f
commit d0bb954136
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ function showAbout() {
dialog.showMessageBox(mainWindow, {
type: 'info',
title: '关于课堂小助手',
message: '课堂小助手 v1.0.0',
message: '课堂小助手 v1.0.1',
detail: '一款专为课堂教学设计的辅助工具\n支持Windows 7及以上系统'
})
}

View File

@ -1,6 +1,6 @@
{
"name": "classroom-assistant",
"version": "1.0.0",
"version": "1.0.1",
"description": "课堂小助手 - Electron桌面应用",
"main": "main.js",
"scripts": {