Skip to content

Commit

Permalink
feat: .
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoker committed Dec 16, 2024
1 parent 0ac4810 commit 6e8b9a5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"@antv/g2plot": "^2.4.32",
"@element-plus/icons-vue": "^2.3.1",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-shell": "^2.2.0",
"axios": "^1.7.9",
"clipboard": "^2.0.11",
"core-js": "^3.39.0",
"echarts": "^5.5.1",
"element-plus": "^2.9.0",
"highlight.js": "^11.10.0",
"element-plus": "^2.9.1",
"highlight.js": "^11.11.0",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"js-md5": "^0.8.3",
"json-bigint": "^1.0.0",
"marked": "^15.0.3",
"marked": "^15.0.4",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
Expand All @@ -50,27 +50,27 @@
"@tauri-apps/cli": "^2.1.0",
"@types/js-cookie": "^3.0.6",
"@types/json-bigint": "^1.0.4",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.1.4",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"minimist": "^1.2.8",
"path": "^0.12.7",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"sass": "^1.82.0",
"sass": "^1.83.0",
"terser": "^5.37.0",
"typescript": "~5.7.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.3",
"vue-class-component": "^8.0.0-0",
"vue-template-compiler": "^2.7.16",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "IoTDC3"
name = "IoT DC3"
version = "2024.3.0"
description = "IoT DC3 Application"
authors = ["pnoker"]
Expand Down
Binary file added src-tauri/icons/PAI Studio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "IoTDC3",
"productName": "IoT DC3",
"version": "2024.3.0",
"identifier": "io.github.pnoker.dc3.client",
"build": {
Expand Down

0 comments on commit 6e8b9a5

Please sign in to comment.