Skip to content

Commit

Permalink
Feat new UI (#3)
Browse files Browse the repository at this point in the history
* feat:new ui
  • Loading branch information
RWDai authored Aug 20, 2024
1 parent 1d5ef90 commit e445cc6
Show file tree
Hide file tree
Showing 18 changed files with 1,116 additions and 553 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__
tagName: app-v__VERSION__
releaseName: 'App v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
args: ${{ matrix.args }}
args: ${{ matrix.args }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ dist-ssr
*.sw?

src-tauri/Cargo.lock
yarn.lock
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="en" >

<head>
<meta charset="UTF-8" />
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"@tauri-apps/api": "2.0.0-beta.13",
"@tauri-apps/plugin-dialog": "2.0.0-beta.5",
"@tauri-apps/plugin-log": "2.0.0-beta.6",
"@tauri-apps/plugin-process": "2.0.0-rc.0",
"@tauri-apps/plugin-shell": "2.0.0-beta.6",
"less": "^4.2.0",
"vue": "^3.4.29"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e445cc6

Please sign in to comment.