🎨 格式化

This commit is contained in:
BTMuli
2023-05-12 01:46:36 +08:00
parent 5cc5661b6e
commit 4a43a06236
2 changed files with 92 additions and 92 deletions

View File

@@ -1,11 +1,11 @@
{ {
"version": "0.1.4", "version": "0.1.4",
"notes": "See the assets to download this version and install.", "notes": "See the assets to download this version and install.",
"pub_date": "2023-05-02T10:45:45.017Z", "pub_date": "2023-05-02T10:45:45.017Z",
"platforms": { "platforms": {
"windows-x86_64": { "windows-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVSWkdzekNNZjh1aG54TWY5cWpnNW02d3dxSFNRSFg2aDlTOGdmSlRaM0VoQWUrR2JERE1MdGdDYUJXYUYybDlLa0RycW5SZjdjRndKVVNLdDhoQzltNVp3ZWhIVzhwRkFNPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjgzMDI0MzM4CWZpbGU6dGF1cmktZ2Vuc2hpbl8wLjEuNF94NjRfemgtQ04ubXNpLnppcApuOFNqamJqN0FwVXI2OHlTODhHVEl3Q1FTQzU2R1JVNi96b1Z4ZU5nRlk3aEY2WnMzaHZNTGJVdmpXc2wraTNWZUlkK2VZdlBxd1JYaWt3MUdGVWhBQT09Cg==", "signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVSWkdzekNNZjh1aG54TWY5cWpnNW02d3dxSFNRSFg2aDlTOGdmSlRaM0VoQWUrR2JERE1MdGdDYUJXYUYybDlLa0RycW5SZjdjRndKVVNLdDhoQzltNVp3ZWhIVzhwRkFNPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjgzMDI0MzM4CWZpbGU6dGF1cmktZ2Vuc2hpbl8wLjEuNF94NjRfemgtQ04ubXNpLnppcApuOFNqamJqN0FwVXI2OHlTODhHVEl3Q1FTQzU2R1JVNi96b1Z4ZU5nRlk3aEY2WnMzaHZNTGJVdmpXc2wraTNWZUlkK2VZdlBxd1JYaWt3MUdGVWhBQT09Cg==",
"url": "https://github.com/BTMuli/Tauri.Genshin/releases/download/v0.1.4/tauri-genshin_0.1.4_x64_zh-CN.msi.zip" "url": "https://github.com/BTMuli/Tauri.Genshin/releases/download/v0.1.4/tauri-genshin_0.1.4_x64_zh-CN.msi.zip"
} }
} }
} }

View File

@@ -1,84 +1,84 @@
{ {
"name": "tauri-genshin", "name": "tauri-genshin",
"description": "A Tauri App Demo", "description": "A Tauri App Demo",
"private": true, "private": true,
"version": "0.2.0", "version": "0.2.0",
"author": "BTMuli <bt-muli@outlook.com>", "author": "BTMuli <bt-muli@outlook.com>",
"packageManager": "npm@9.6.6", "packageManager": "npm@9.6.6",
"scripts": { "scripts": {
"lint": "concurrently \"npm:lint:*(!fix)\"", "lint": "concurrently \"npm:lint:*(!fix)\"",
"lint:fix": "concurrently \"npm:lint:*:fix\"", "lint:fix": "concurrently \"npm:lint:*:fix\"",
"lint:code": "eslint \"./src/**/*.{vue,ts,tsx,js,jsx}\"", "lint:code": "eslint \"./src/**/*.{vue,ts,tsx,js,jsx}\"",
"lint:code:fix": "npm run lint:code -- --fix", "lint:code:fix": "npm run lint:code -- --fix",
"lint:style": "stylelint \"./src/**/*.{vue,css}\"", "lint:style": "stylelint \"./src/**/*.{vue,css}\"",
"lint:style:fix": "npm run lint:style -- --fix", "lint:style:fix": "npm run lint:style -- --fix",
"prettier": "prettier \"**/*.{json,yml,html}\" --write", "prettier": "prettier \"**/*.{json,yml,html}\" --write",
"dev": "concurrently -k \"tauri dev --exit-on-panic\" \"vue-devtools\"", "dev": "concurrently -k \"tauri dev --exit-on-panic\" \"vue-devtools\"",
"vite:dev": "vite dev", "vite:dev": "vite dev",
"vite:build": "vite build", "vite:build": "vite build",
"build": "tauri build", "build": "tauri build",
"debug": "tauri build --debug", "debug": "tauri build --debug",
"preview": "vite preview", "preview": "vite preview",
"tauri": "tauri" "tauri": "tauri"
}, },
"bugs": { "bugs": {
"url": "https://github.com/BTMuli/Tauri.Genshin/issues" "url": "https://github.com/BTMuli/Tauri.Genshin/issues"
}, },
"directories": { "directories": {
"doc": "docs" "doc": "docs"
}, },
"homepage": "https://github.com/BTMuli/Tauri.Genshin#readme", "homepage": "https://github.com/BTMuli/Tauri.Genshin#readme",
"keywords": [ "keywords": [
"Tauri", "Tauri",
"Node", "Node",
"Typescript", "Typescript",
"Vite", "Vite",
"Genshin Impact", "Genshin Impact",
"Vuetify" "Vuetify"
], ],
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/BTMuli/Tauri.Genshin.git" "url": "https://github.com/BTMuli/Tauri.Genshin.git"
}, },
"dependencies": { "dependencies": {
"@mdi/font": "7.2.96", "@mdi/font": "7.2.96",
"@tauri-apps/api": "^1.3.0", "@tauri-apps/api": "^1.3.0",
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"js-md5": "^0.7.3", "js-md5": "^0.7.3",
"pinia": "^2.0.36", "pinia": "^2.0.36",
"pinia-plugin-persistedstate": "^3.1.0", "pinia-plugin-persistedstate": "^3.1.0",
"qs": "^6.11.1", "qs": "^6.11.1",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql", "tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
"vue": "^3.3.1", "vue": "^3.3.1",
"vue-json-viewer": "^3.0.4", "vue-json-viewer": "^3.0.4",
"vue-router": "^4.1.6", "vue-router": "^4.1.6",
"vuetify": "^3.2.3" "vuetify": "^3.2.3"
}, },
"devDependencies": { "devDependencies": {
"@tauri-apps/cli": "^1.3.1", "@tauri-apps/cli": "^1.3.1",
"@types/js-md5": "^0.7.0", "@types/js-md5": "^0.7.0",
"@types/node": "^20.1.2", "@types/node": "^20.1.2",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.59.5", "@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5", "@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-vue": "^4.2.2", "@vitejs/plugin-vue": "^4.2.2",
"@vue/devtools": "^6.5.0", "@vue/devtools": "^6.5.0",
"concurrently": "^8.0.1", "concurrently": "^8.0.1",
"eslint": "^8.40.0", "eslint": "^8.40.0",
"eslint-config-standard-with-typescript": "^34.0.1", "eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0", "eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.12.0", "eslint-plugin-vue": "^9.12.0",
"prettier": "2.8.8", "prettier": "2.8.8",
"stylelint": "^15.6.1", "stylelint": "^15.6.1",
"stylelint-config-standard-vue": "^1.0.0", "stylelint-config-standard-vue": "^1.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.7.0", "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
"stylelint-high-performance-animation": "^1.8.0", "stylelint-high-performance-animation": "^1.8.0",
"stylelint-order": "^6.0.3", "stylelint-order": "^6.0.3",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.3.5", "vite": "^4.3.5",
"vite-plugin-vuetify": "^1.0.2" "vite-plugin-vuetify": "^1.0.2"
} }
} }