Compare commits
	
		
			1 Commits
		
	
	
		
			v1.3.14
			...
			tauri-v1.2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 5063b8657d | 
| @@ -1,7 +1,7 @@ | |||||||
| import { defineConfig } from '@soybeanjs/eslint-config'; | import { defineConfig } from '@soybeanjs/eslint-config'; | ||||||
|  |  | ||||||
| export default defineConfig( | export default defineConfig( | ||||||
|   { vue: true, unocss: true }, |   { vue: true, unocss: true, ignores: ['src-tauri/target'] }, | ||||||
|   { |   { | ||||||
|     rules: { |     rules: { | ||||||
|       'vue/multi-word-component-names': [ |       'vue/multi-word-component-names': [ | ||||||
|   | |||||||
| @@ -32,16 +32,19 @@ | |||||||
|   }, |   }, | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "build": "vite build --mode prod", |     "build": "vite build --mode prod", | ||||||
|  |     "build:tauri": "pnpm tauri build", | ||||||
|     "build:test": "vite build --mode test", |     "build:test": "vite build --mode test", | ||||||
|     "cleanup": "sa cleanup", |     "cleanup": "sa cleanup", | ||||||
|     "commit": "sa git-commit", |     "commit": "sa git-commit", | ||||||
|     "dev": "vite --mode test", |     "dev": "vite --mode test", | ||||||
|     "dev:prod": "vite --mode prod", |     "dev:prod": "vite --mode prod", | ||||||
|  |     "dev:tauri": "pnpm tauri dev", | ||||||
|     "gen-route": "sa gen-route", |     "gen-route": "sa gen-route", | ||||||
|     "lint": "eslint . --fix", |     "lint": "eslint . --fix", | ||||||
|     "prepare": "simple-git-hooks", |     "prepare": "simple-git-hooks", | ||||||
|     "preview": "vite preview", |     "preview": "vite preview", | ||||||
|     "release": "sa release", |     "release": "sa release", | ||||||
|  |     "tauri-icon": "pnpm tauri icon ./public/logo.png", | ||||||
|     "typecheck": "vue-tsc --noEmit --skipLibCheck", |     "typecheck": "vue-tsc --noEmit --skipLibCheck", | ||||||
|     "update-pkg": "sa update-pkg" |     "update-pkg": "sa update-pkg" | ||||||
|   }, |   }, | ||||||
| @@ -73,6 +76,7 @@ | |||||||
|     "@sa/scripts": "workspace:*", |     "@sa/scripts": "workspace:*", | ||||||
|     "@sa/uno-preset": "workspace:*", |     "@sa/uno-preset": "workspace:*", | ||||||
|     "@soybeanjs/eslint-config": "1.3.7", |     "@soybeanjs/eslint-config": "1.3.7", | ||||||
|  |     "@tauri-apps/cli": "1.5.14", | ||||||
|     "@types/lodash-es": "4.17.12", |     "@types/lodash-es": "4.17.12", | ||||||
|     "@types/node": "20.14.10", |     "@types/node": "20.14.10", | ||||||
|     "@types/nprogress": "0.2.3", |     "@types/nprogress": "0.2.3", | ||||||
|   | |||||||
							
								
								
									
										165
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						| @@ -84,6 +84,9 @@ importers: | |||||||
|       '@soybeanjs/eslint-config': |       '@soybeanjs/eslint-config': | ||||||
|         specifier: 1.3.7 |         specifier: 1.3.7 | ||||||
|         version: 1.3.7(@unocss/eslint-config@0.61.3(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-vue@9.27.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint@9.6.0)) |         version: 1.3.7(@unocss/eslint-config@0.61.3(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-vue@9.27.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint@9.6.0)) | ||||||
|  |       '@tauri-apps/cli': | ||||||
|  |         specifier: 1.5.14 | ||||||
|  |         version: 1.5.14 | ||||||
|       '@types/lodash-es': |       '@types/lodash-es': | ||||||
|         specifier: 4.17.12 |         specifier: 4.17.12 | ||||||
|         version: 4.17.12 |         version: 4.17.12 | ||||||
| @@ -313,8 +316,8 @@ packages: | |||||||
|     resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==} |     resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==} | ||||||
|     engines: {node: '>=6.9.0'} |     engines: {node: '>=6.9.0'} | ||||||
|  |  | ||||||
|   '@babel/helper-create-class-features-plugin@7.24.7': |   '@babel/helper-create-class-features-plugin@7.24.8': | ||||||
|     resolution: {integrity: sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==} |     resolution: {integrity: sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==} | ||||||
|     engines: {node: '>=6.9.0'} |     engines: {node: '>=6.9.0'} | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       '@babel/core': ^7.0.0 |       '@babel/core': ^7.0.0 | ||||||
| @@ -331,8 +334,8 @@ packages: | |||||||
|     resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==} |     resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==} | ||||||
|     engines: {node: '>=6.9.0'} |     engines: {node: '>=6.9.0'} | ||||||
|  |  | ||||||
|   '@babel/helper-member-expression-to-functions@7.24.7': |   '@babel/helper-member-expression-to-functions@7.24.8': | ||||||
|     resolution: {integrity: sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==} |     resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==} | ||||||
|     engines: {node: '>=6.9.0'} |     engines: {node: '>=6.9.0'} | ||||||
|  |  | ||||||
|   '@babel/helper-module-imports@7.22.15': |   '@babel/helper-module-imports@7.22.15': | ||||||
| @@ -435,8 +438,8 @@ packages: | |||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       '@babel/core': ^7.0.0-0 |       '@babel/core': ^7.0.0-0 | ||||||
|  |  | ||||||
|   '@babel/plugin-transform-typescript@7.24.7': |   '@babel/plugin-transform-typescript@7.24.8': | ||||||
|     resolution: {integrity: sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==} |     resolution: {integrity: sha512-CgFgtN61BbdOGCP4fLaAMOPkzWUh6yQZNMr5YSt8uz2cZSSiQONCQFWqsE4NeVfOIhqDOlS9CR3WD91FzMeB2Q==} | ||||||
|     engines: {node: '>=6.9.0'} |     engines: {node: '>=6.9.0'} | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       '@babel/core': ^7.0.0-0 |       '@babel/core': ^7.0.0-0 | ||||||
| @@ -971,6 +974,75 @@ packages: | |||||||
|     resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==} |     resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==} | ||||||
|     engines: {node: '>=14.16'} |     engines: {node: '>=14.16'} | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-darwin-arm64@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-lxoSOp3KKSqzHJa7iT32dukPGMlfsTuja1xXSgwR8o/fqzpYJY7FY/3ZxesP8HR66FcK+vtqa//HNqeOQ0mHkA==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     cpu: [arm64] | ||||||
|  |     os: [darwin] | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-darwin-x64@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-EXSwN1n5spfG8FoXuyc90ACtmDJXzaZ1gxyENaq9xEpQoo7j/Q1vb6qXxmr6azKr8zmqY4h08ZFbv3exh93xJg==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     cpu: [x64] | ||||||
|  |     os: [darwin] | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-linux-arm-gnueabihf@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-Yb8BH/KYR7Tl+de40sZPfrqbhcU3Jlu+UPIrnXt05sjn48xqIps74Xjz8zzVp0TuHxUp8FmIGtCVhQgsbrsvvg==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     cpu: [arm] | ||||||
|  |     os: [linux] | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-linux-arm64-gnu@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-QrKHP4gRaHiup478rPBZ+BmNd88yze9jMmheoNy9mN1K/aECRmTHO+tWhsxv5moFHZzRhO0QDWxxvTtiaPXaGg==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     cpu: [arm64] | ||||||
|  |     os: [linux] | ||||||
|  |     libc: [glibc] | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-linux-arm64-musl@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-Hb1C1VMxmUcyGjW/K/INKF87zzzgLEVRmWZZnQd7M1P4uue4xPyIwUELSdX12Z2jREPgmLW4AXPD0m6wsNu7iw==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     cpu: [arm64] | ||||||
|  |     os: [linux] | ||||||
|  |     libc: [musl] | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-linux-x64-gnu@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-kD9v/UwPDuhIgq2TJj/s2/7rqk+vmExVV6xHPKI8vVbIvlNAOZqmx3fpxjej1241vhJ/piGd/m6q6YMWGsL0oQ==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     cpu: [x64] | ||||||
|  |     os: [linux] | ||||||
|  |     libc: [glibc] | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-linux-x64-musl@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-204Drgg9Zx0+THKndqASz4+iPCwqA3gQVF9C0CDIArNXrjPyJjVvW8VP5CHiZYaTNWxlz/ltyxluM6UFWbXNFw==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     cpu: [x64] | ||||||
|  |     os: [linux] | ||||||
|  |     libc: [musl] | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-win32-arm64-msvc@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-sqPSni2MnWNCm+8YZnLdWCclxfSHaYqKuPFSz8q7Tn1G1m/cA9gyPoC1G0esHftY7bu/ZM5lB4kM3I4U0KlLiA==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     cpu: [arm64] | ||||||
|  |     os: [win32] | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-win32-ia32-msvc@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-8xN8W0zTs8oFsQmvYLxHFeqhzVI7oTaPK1xQMc5gbpFP45jN41c21aCXfjnvzT+h90EfCHUF9EWj2HTEJSb7Iw==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     cpu: [ia32] | ||||||
|  |     os: [win32] | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-win32-x64-msvc@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-U0slee5tNM2PYECBpPHavLSwkT3szGMZ+qhcikQQbDan84bQdLn/kHWjyXOgLJs4KSve4+KxcrN+AVqj0VyHnw==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     cpu: [x64] | ||||||
|  |     os: [win32] | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli@1.5.14': | ||||||
|  |     resolution: {integrity: sha512-JOSMKymlg116UdEXSj69eg5p1OtZnQkUE0qIGbtNDO1sk3X/KgBN6+oHBW0BzPStp/W0AjBgrMWCqjHPwEpOug==} | ||||||
|  |     engines: {node: '>= 10'} | ||||||
|  |     hasBin: true | ||||||
|  |  | ||||||
|   '@tootallnate/once@2.0.0': |   '@tootallnate/once@2.0.0': | ||||||
|     resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} |     resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
| @@ -1937,8 +2009,8 @@ packages: | |||||||
|   echarts@5.5.1: |   echarts@5.5.1: | ||||||
|     resolution: {integrity: sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==} |     resolution: {integrity: sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==} | ||||||
|  |  | ||||||
|   electron-to-chromium@1.4.825: |   electron-to-chromium@1.4.826: | ||||||
|     resolution: {integrity: sha512-OCcF+LwdgFGcsYPYC5keEEFC2XT0gBhrYbeGzHCx7i9qRFbzO/AqTmc/C/1xNhJj+JA7rzlN7mpBuStshh96Cg==} |     resolution: {integrity: sha512-zULpSu/wQI4X9qWAHabbi0ZUfJ/bEFTA6bfdXlg6HSf5XS7A8vMdzpJC4r5Ws/5E5NGdrNHmXgvGewGuHMxhPQ==} | ||||||
|  |  | ||||||
|   emoji-regex@10.3.0: |   emoji-regex@10.3.0: | ||||||
|     resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==} |     resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==} | ||||||
| @@ -3639,8 +3711,8 @@ packages: | |||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       postcss: '>4 <9' |       postcss: '>4 <9' | ||||||
|  |  | ||||||
|   postcss-selector-parser@6.1.0: |   postcss-selector-parser@6.1.1: | ||||||
|     resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==} |     resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==} | ||||||
|     engines: {node: '>=4'} |     engines: {node: '>=4'} | ||||||
|  |  | ||||||
|   postcss-value-parser@4.2.0: |   postcss-value-parser@4.2.0: | ||||||
| @@ -4812,13 +4884,13 @@ snapshots: | |||||||
|       lru-cache: 5.1.1 |       lru-cache: 5.1.1 | ||||||
|       semver: 6.3.1 |       semver: 6.3.1 | ||||||
|  |  | ||||||
|   '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.8)': |   '@babel/helper-create-class-features-plugin@7.24.8(@babel/core@7.24.8)': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@babel/core': 7.24.8 |       '@babel/core': 7.24.8 | ||||||
|       '@babel/helper-annotate-as-pure': 7.24.7 |       '@babel/helper-annotate-as-pure': 7.24.7 | ||||||
|       '@babel/helper-environment-visitor': 7.24.7 |       '@babel/helper-environment-visitor': 7.24.7 | ||||||
|       '@babel/helper-function-name': 7.24.7 |       '@babel/helper-function-name': 7.24.7 | ||||||
|       '@babel/helper-member-expression-to-functions': 7.24.7 |       '@babel/helper-member-expression-to-functions': 7.24.8 | ||||||
|       '@babel/helper-optimise-call-expression': 7.24.7 |       '@babel/helper-optimise-call-expression': 7.24.7 | ||||||
|       '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.8) |       '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.8) | ||||||
|       '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 |       '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 | ||||||
| @@ -4840,7 +4912,7 @@ snapshots: | |||||||
|     dependencies: |     dependencies: | ||||||
|       '@babel/types': 7.24.8 |       '@babel/types': 7.24.8 | ||||||
|  |  | ||||||
|   '@babel/helper-member-expression-to-functions@7.24.7': |   '@babel/helper-member-expression-to-functions@7.24.8': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@babel/traverse': 7.24.8 |       '@babel/traverse': 7.24.8 | ||||||
|       '@babel/types': 7.24.8 |       '@babel/types': 7.24.8 | ||||||
| @@ -4879,7 +4951,7 @@ snapshots: | |||||||
|     dependencies: |     dependencies: | ||||||
|       '@babel/core': 7.24.8 |       '@babel/core': 7.24.8 | ||||||
|       '@babel/helper-environment-visitor': 7.24.7 |       '@babel/helper-environment-visitor': 7.24.7 | ||||||
|       '@babel/helper-member-expression-to-functions': 7.24.7 |       '@babel/helper-member-expression-to-functions': 7.24.8 | ||||||
|       '@babel/helper-optimise-call-expression': 7.24.7 |       '@babel/helper-optimise-call-expression': 7.24.7 | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - supports-color |       - supports-color | ||||||
| @@ -4927,7 +4999,7 @@ snapshots: | |||||||
|   '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.8)': |   '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.8)': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@babel/core': 7.24.8 |       '@babel/core': 7.24.8 | ||||||
|       '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.8) |       '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.8) | ||||||
|       '@babel/helper-plugin-utils': 7.24.8 |       '@babel/helper-plugin-utils': 7.24.8 | ||||||
|       '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.24.8) |       '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.24.8) | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
| @@ -4958,11 +5030,11 @@ snapshots: | |||||||
|       '@babel/core': 7.24.8 |       '@babel/core': 7.24.8 | ||||||
|       '@babel/helper-plugin-utils': 7.24.8 |       '@babel/helper-plugin-utils': 7.24.8 | ||||||
|  |  | ||||||
|   '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.24.8)': |   '@babel/plugin-transform-typescript@7.24.8(@babel/core@7.24.8)': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@babel/core': 7.24.8 |       '@babel/core': 7.24.8 | ||||||
|       '@babel/helper-annotate-as-pure': 7.24.7 |       '@babel/helper-annotate-as-pure': 7.24.7 | ||||||
|       '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.8) |       '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.8) | ||||||
|       '@babel/helper-plugin-utils': 7.24.8 |       '@babel/helper-plugin-utils': 7.24.8 | ||||||
|       '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.8) |       '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.8) | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
| @@ -5444,6 +5516,49 @@ snapshots: | |||||||
|     dependencies: |     dependencies: | ||||||
|       defer-to-connect: 2.0.1 |       defer-to-connect: 2.0.1 | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-darwin-arm64@1.5.14': | ||||||
|  |     optional: true | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-darwin-x64@1.5.14': | ||||||
|  |     optional: true | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-linux-arm-gnueabihf@1.5.14': | ||||||
|  |     optional: true | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-linux-arm64-gnu@1.5.14': | ||||||
|  |     optional: true | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-linux-arm64-musl@1.5.14': | ||||||
|  |     optional: true | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-linux-x64-gnu@1.5.14': | ||||||
|  |     optional: true | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-linux-x64-musl@1.5.14': | ||||||
|  |     optional: true | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-win32-arm64-msvc@1.5.14': | ||||||
|  |     optional: true | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-win32-ia32-msvc@1.5.14': | ||||||
|  |     optional: true | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli-win32-x64-msvc@1.5.14': | ||||||
|  |     optional: true | ||||||
|  |  | ||||||
|  |   '@tauri-apps/cli@1.5.14': | ||||||
|  |     optionalDependencies: | ||||||
|  |       '@tauri-apps/cli-darwin-arm64': 1.5.14 | ||||||
|  |       '@tauri-apps/cli-darwin-x64': 1.5.14 | ||||||
|  |       '@tauri-apps/cli-linux-arm-gnueabihf': 1.5.14 | ||||||
|  |       '@tauri-apps/cli-linux-arm64-gnu': 1.5.14 | ||||||
|  |       '@tauri-apps/cli-linux-arm64-musl': 1.5.14 | ||||||
|  |       '@tauri-apps/cli-linux-x64-gnu': 1.5.14 | ||||||
|  |       '@tauri-apps/cli-linux-x64-musl': 1.5.14 | ||||||
|  |       '@tauri-apps/cli-win32-arm64-msvc': 1.5.14 | ||||||
|  |       '@tauri-apps/cli-win32-ia32-msvc': 1.5.14 | ||||||
|  |       '@tauri-apps/cli-win32-x64-msvc': 1.5.14 | ||||||
|  |  | ||||||
|   '@tootallnate/once@2.0.0': {} |   '@tootallnate/once@2.0.0': {} | ||||||
|  |  | ||||||
|   '@trysound/sax@0.2.0': {} |   '@trysound/sax@0.2.0': {} | ||||||
| @@ -5723,7 +5838,7 @@ snapshots: | |||||||
|   '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))(vue@3.4.31(typescript@5.5.3))': |   '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))(vue@3.4.31(typescript@5.5.3))': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@babel/core': 7.24.8 |       '@babel/core': 7.24.8 | ||||||
|       '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.8) |       '@babel/plugin-transform-typescript': 7.24.8(@babel/core@7.24.8) | ||||||
|       '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.8) |       '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.8) | ||||||
|       vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7) |       vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7) | ||||||
|       vue: 3.4.31(typescript@5.5.3) |       vue: 3.4.31(typescript@5.5.3) | ||||||
| @@ -6081,7 +6196,7 @@ snapshots: | |||||||
|   browserslist@4.23.2: |   browserslist@4.23.2: | ||||||
|     dependencies: |     dependencies: | ||||||
|       caniuse-lite: 1.0.30001641 |       caniuse-lite: 1.0.30001641 | ||||||
|       electron-to-chromium: 1.4.825 |       electron-to-chromium: 1.4.826 | ||||||
|       node-releases: 2.0.14 |       node-releases: 2.0.14 | ||||||
|       update-browserslist-db: 1.1.0(browserslist@4.23.2) |       update-browserslist-db: 1.1.0(browserslist@4.23.2) | ||||||
|  |  | ||||||
| @@ -6589,7 +6704,7 @@ snapshots: | |||||||
|       tslib: 2.3.0 |       tslib: 2.3.0 | ||||||
|       zrender: 5.6.0 |       zrender: 5.6.0 | ||||||
|  |  | ||||||
|   electron-to-chromium@1.4.825: {} |   electron-to-chromium@1.4.826: {} | ||||||
|  |  | ||||||
|   emoji-regex@10.3.0: {} |   emoji-regex@10.3.0: {} | ||||||
|  |  | ||||||
| @@ -6827,7 +6942,7 @@ snapshots: | |||||||
|       globals: 13.24.0 |       globals: 13.24.0 | ||||||
|       natural-compare: 1.4.0 |       natural-compare: 1.4.0 | ||||||
|       nth-check: 2.1.1 |       nth-check: 2.1.1 | ||||||
|       postcss-selector-parser: 6.1.0 |       postcss-selector-parser: 6.1.1 | ||||||
|       semver: 7.6.2 |       semver: 7.6.2 | ||||||
|       vue-eslint-parser: 9.4.3(eslint@9.6.0) |       vue-eslint-parser: 9.4.3(eslint@9.6.0) | ||||||
|       xml-name-validator: 4.0.0 |       xml-name-validator: 4.0.0 | ||||||
| @@ -8584,13 +8699,13 @@ snapshots: | |||||||
|     dependencies: |     dependencies: | ||||||
|       icss-utils: 5.1.0(postcss@8.4.39) |       icss-utils: 5.1.0(postcss@8.4.39) | ||||||
|       postcss: 8.4.39 |       postcss: 8.4.39 | ||||||
|       postcss-selector-parser: 6.1.0 |       postcss-selector-parser: 6.1.1 | ||||||
|       postcss-value-parser: 4.2.0 |       postcss-value-parser: 4.2.0 | ||||||
|  |  | ||||||
|   postcss-modules-scope@3.2.0(postcss@8.4.39): |   postcss-modules-scope@3.2.0(postcss@8.4.39): | ||||||
|     dependencies: |     dependencies: | ||||||
|       postcss: 8.4.39 |       postcss: 8.4.39 | ||||||
|       postcss-selector-parser: 6.1.0 |       postcss-selector-parser: 6.1.1 | ||||||
|  |  | ||||||
|   postcss-modules-values@4.0.0(postcss@8.4.39): |   postcss-modules-values@4.0.0(postcss@8.4.39): | ||||||
|     dependencies: |     dependencies: | ||||||
| @@ -8601,7 +8716,7 @@ snapshots: | |||||||
|     dependencies: |     dependencies: | ||||||
|       postcss: 5.2.18 |       postcss: 5.2.18 | ||||||
|  |  | ||||||
|   postcss-selector-parser@6.1.0: |   postcss-selector-parser@6.1.1: | ||||||
|     dependencies: |     dependencies: | ||||||
|       cssesc: 3.0.0 |       cssesc: 3.0.0 | ||||||
|       util-deprecate: 1.0.2 |       util-deprecate: 1.0.2 | ||||||
| @@ -9626,7 +9741,7 @@ snapshots: | |||||||
|       '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.8) |       '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.8) | ||||||
|       '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.8) |       '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.8) | ||||||
|       '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.8) |       '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.8) | ||||||
|       '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.8) |       '@babel/plugin-transform-typescript': 7.24.8(@babel/core@7.24.8) | ||||||
|       '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.8) |       '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.8) | ||||||
|       '@vue/compiler-dom': 3.4.31 |       '@vue/compiler-dom': 3.4.31 | ||||||
|       kolorist: 1.8.0 |       kolorist: 1.8.0 | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								public/logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 20 KiB | 
							
								
								
									
										3
									
								
								src-tauri/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,3 @@ | |||||||
|  | # Generated by Cargo | ||||||
|  | # will have compiled files and executables | ||||||
|  | /target/ | ||||||
							
								
								
									
										3664
									
								
								src-tauri/Cargo.lock
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										26
									
								
								src-tauri/Cargo.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,26 @@ | |||||||
|  | [package] | ||||||
|  | name = "app" | ||||||
|  | version = "0.1.0" | ||||||
|  | description = "A Tauri App" | ||||||
|  | authors = ["you"] | ||||||
|  | license = "" | ||||||
|  | repository = "" | ||||||
|  | default-run = "app" | ||||||
|  | edition = "2021" | ||||||
|  | rust-version = "1.60" | ||||||
|  |  | ||||||
|  | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||||||
|  |  | ||||||
|  | [build-dependencies] | ||||||
|  | tauri-build = { version = "1.5.1", features = [] } | ||||||
|  |  | ||||||
|  | [dependencies] | ||||||
|  | serde_json = "1.0" | ||||||
|  | serde = { version = "1.0", features = ["derive"] } | ||||||
|  | tauri = { version = "1.6.1", features = [] } | ||||||
|  |  | ||||||
|  | [features] | ||||||
|  | # this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled. | ||||||
|  | # If you use cargo directly instead of tauri's cli you can use this feature flag to switch between tauri's `dev` and `build` modes. | ||||||
|  | # DO NOT REMOVE!! | ||||||
|  | custom-protocol = [ "tauri/custom-protocol" ] | ||||||
							
								
								
									
										3
									
								
								src-tauri/build.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,3 @@ | |||||||
|  | fn main() { | ||||||
|  |   tauri_build::build() | ||||||
|  | } | ||||||
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/128x128.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 8.8 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/128x128@2x.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 19 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/32x32.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 1.7 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/Square107x107Logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 7.4 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/Square142x142Logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 9.9 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/Square150x150Logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 10 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/Square284x284Logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 21 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/Square30x30Logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 1.6 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/Square310x310Logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 23 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/Square44x44Logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 2.6 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/Square71x71Logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 4.7 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/Square89x89Logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 6.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/StoreLogo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 3.0 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/icon.icns
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/icon.ico
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 31 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src-tauri/icons/icon.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 39 KiB | 
							
								
								
									
										8
									
								
								src-tauri/src/main.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,8 @@ | |||||||
|  | // Prevents additional console window on Windows in release, DO NOT REMOVE!! | ||||||
|  | #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] | ||||||
|  |  | ||||||
|  | fn main() { | ||||||
|  |   tauri::Builder::default() | ||||||
|  |     .run(tauri::generate_context!()) | ||||||
|  |     .expect("error while running tauri application"); | ||||||
|  | } | ||||||
							
								
								
									
										60
									
								
								src-tauri/tauri.conf.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,60 @@ | |||||||
|  | { | ||||||
|  |   "$schema": "../node_modules/@tauri-apps/cli/schema.json", | ||||||
|  |   "build": { | ||||||
|  |     "beforeBuildCommand": "npm run build", | ||||||
|  |     "beforeDevCommand": "npm run dev", | ||||||
|  |     "devPath": "http://localhost:9527", | ||||||
|  |     "distDir": "../dist" | ||||||
|  |   }, | ||||||
|  |   "package": { | ||||||
|  |     "productName": "soybean-admin", | ||||||
|  |     "version": "1.0.0" | ||||||
|  |   }, | ||||||
|  |   "tauri": { | ||||||
|  |     "allowlist": { | ||||||
|  |       "all": false | ||||||
|  |     }, | ||||||
|  |     "bundle": { | ||||||
|  |       "active": true, | ||||||
|  |       "category": "DeveloperTool", | ||||||
|  |       "copyright": "", | ||||||
|  |       "deb": { | ||||||
|  |         "depends": [] | ||||||
|  |       }, | ||||||
|  |       "externalBin": [], | ||||||
|  |       "icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"], | ||||||
|  |       "identifier": "cn.soybeanjs.admin", | ||||||
|  |       "longDescription": "", | ||||||
|  |       "macOS": { | ||||||
|  |         "entitlements": null, | ||||||
|  |         "exceptionDomain": "", | ||||||
|  |         "frameworks": [], | ||||||
|  |         "providerShortName": null, | ||||||
|  |         "signingIdentity": null | ||||||
|  |       }, | ||||||
|  |       "resources": [], | ||||||
|  |       "shortDescription": "", | ||||||
|  |       "targets": "all", | ||||||
|  |       "windows": { | ||||||
|  |         "certificateThumbprint": null, | ||||||
|  |         "digestAlgorithm": "sha256", | ||||||
|  |         "timestampUrl": "" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "security": { | ||||||
|  |       "csp": null | ||||||
|  |     }, | ||||||
|  |     "updater": { | ||||||
|  |       "active": false | ||||||
|  |     }, | ||||||
|  |     "windows": [ | ||||||
|  |       { | ||||||
|  |         "fullscreen": false, | ||||||
|  |         "height": 768, | ||||||
|  |         "resizable": true, | ||||||
|  |         "title": "SoybeanAdmin", | ||||||
|  |         "width": 1366 | ||||||
|  |       } | ||||||
|  |     ] | ||||||
|  |   } | ||||||
|  | } | ||||||