Skip to content

Commit 462c2d0

Browse files
committed
chore: open preview window & set position bottom right
1 parent df4027f commit 462c2d0

File tree

13 files changed

+3015
-2497
lines changed

13 files changed

+3015
-2497
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "publish"
1+
name: publish
22

33
on:
44
push:
@@ -16,10 +16,10 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- platform: "macos-latest" # for Arm based macs (M1 and above).
20-
args: "--target aarch64-apple-darwin"
21-
- platform: "macos-latest" # for Intel based macs.
22-
args: "--target x86_64-apple-darwin"
19+
- platform: macos-latest # for Arm based macs (M1 and above).
20+
args: --target aarch64-apple-darwin
21+
- platform: macos-latest # for Intel based macs.
22+
args: --target x86_64-apple-darwin
2323

2424
runs-on: ${{ matrix.platform }}
2525
steps:
@@ -44,8 +44,8 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:
4646
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
47-
releaseName: "App v__VERSION__"
48-
releaseBody: "See the assets to download this version and install."
47+
releaseName: App v__VERSION__
48+
releaseBody: See the assets to download this version and install.
4949
releaseDraft: true
5050
prerelease: false
5151
args: ${{ matrix.args }}

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"dev": "vite",
88
"build": "vue-tsc --noEmit && vite build",
99
"preview": "vite preview",
10-
"lint": "eslint . --ext .ts,.vue,.tsx",
11-
"lint:fix": "eslint --fix",
10+
"lint": "eslint --fix",
1211
"tauri": "tauri"
1312
},
1413
"dependencies": {
@@ -32,7 +31,6 @@
3231
"eslint": "^9.14.0",
3332
"typescript": "^5.6.3",
3433
"unocss": "^0.64.1",
35-
"unplugin-auto-import": "^0.18.4",
3634
"vite": "^5.4.11",
3735
"vue-tsc": "^2.1.10"
3836
},

0 commit comments

Comments
 (0)