📝 add release notes

This commit is contained in:
layyback
2023-06-24 23:01:56 +08:00
parent 1fc3d00f9c
commit d7d7e1423e
3 changed files with 17 additions and 13 deletions

View File

@@ -6,11 +6,11 @@ import commonConst from '@/common/utils/commonConst';
import { main } from '../browsers';
import { app } from 'electron';
Object.defineProperty(app, 'isPackaged', {
get() {
return true;
},
});
// Object.defineProperty(app, 'isPackaged', {
// get() {
// return true;
// },
// });
class VersionHandler {
private lastestVersion: string;