Skip to content

Commit

Permalink
fix: 重启弹窗无法正确唤起
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Jun 1, 2024
1 parent 6b76ffd commit 9da4ba7
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 92 deletions.
9 changes: 2 additions & 7 deletions changeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
# 新增
1. 新增:发送图片
2. 新增:插件图标

# 优化
1. 优化了部分代码
2. 关闭了`PluginInstaller`插件对于本插件的自动安装
# 修复
1. 修复:检测更新时,重启弹窗无法正确展示
1 change: 1 addition & 0 deletions electron.vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default defineConfig({
viteCp({
targets: [
{ src: './manifest.json', dest: 'dist' },
{ src: './changeLog.md', dest: 'dist' },
{ src: './src/pages', dest: 'dist/pages' },
{ src: './assets', dest: 'dist/assets' },
],
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "定时消息",
"slug": "auto_send_messages",
"description": "定时自动发送消息,允许定时发送、定群发送、自定义消息内容",
"version": "1.4.0",
"version": "1.4.1",
"icon": "./assets/icon.svg",
"thumb": "./assets/icon.svg",
"authors": [
Expand All @@ -32,7 +32,7 @@
"repo": "adproqwq/LiteLoaderQQNT-AutoSendMessages",
"branch": "main",
"release": {
"tag": "v1.4.0",
"tag": "v1.4.1",
"file": "auto_send_messages.zip"
}
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liteloaderqqnt-auto-send-messages",
"version": "1.4.0",
"version": "1.4.1",
"description": "A plugin for LiteLoaderQQNT. It can auto send messages to the groups. It is powered by Vite & Typescript",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "8.0.0-alpha.14",
"electron": "^30.0.9",
"electron-vite": "^2.2.0",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"unplugin-zip-pack": "^1.0.1",
"vite": "^5.2.12",
"vite-plugin-checker": "^0.6.4",
Expand Down
Loading

0 comments on commit 9da4ba7

Please sign in to comment.