Skip to content

Commit

Permalink
feat: ✨ new feature to use original filename appended with _starless …
Browse files Browse the repository at this point in the history
…as ouptut filename

updated all dependencies, added new feature to append _starless to the input filename as the output filename
  • Loading branch information
Ripwords committed Sep 15, 2022
1 parent ac8330c commit 3fa10a9
Show file tree
Hide file tree
Showing 9 changed files with 1,827 additions and 733 deletions.
6 changes: 3 additions & 3 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
export interface GlobalComponents {
Loading: typeof import('./src/components/Loading.vue')['default']
Expand All @@ -21,5 +23,3 @@ declare module '@vue/runtime-core' {
Starnet: typeof import('./src/components/Starnet.vue')['default']
}
}

export {}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- REMOVE IN PRODUCTION -->
<script src="http://localhost:8098"></script>
<!-- REMOVE IN PRODUCTION -->
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"name": "starnet-gui",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"dev": "tauri dev",
"build": "tauri build"
},
"dependencies": {
"@tauri-apps/api": "^1.0.2",
"@vueuse/core": "8.6.0",
"pinia": "2.0.14",
"vue": "3.2.36"
"@vueuse/core": "^9.2.0",
"pinia": "^2.0.22",
"vue": "^3.2.39"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.3",
"@vitejs/plugin-vue": "2.3.3",
"naive-ui": "2.29.1",
"typescript": "4.7.3",
"unplugin-auto-import": "0.8.7",
"unplugin-vue-components": "0.19.6",
"vite": "2.9.9",
"vite-plugin-windicss": "1.8.4",
"vue-tsc": "^0.36.1",
"windicss": "3.5.4"
"@tauri-apps/cli": "^1.0.5",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/devtools": "^6.2.1",
"naive-ui": "^2.33.3",
"typescript": "^4.8.3",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.0",
"vite-plugin-windicss": "^1.8.8",
"vue-tsc": "^0.40.13",
"windicss": "^3.5.6"
}
}
Loading

0 comments on commit 3fa10a9

Please sign in to comment.