Skip to content

Commit

Permalink
bug fixs
Browse files Browse the repository at this point in the history
fix app icon size.
fix app name display issue.
optimising the build process
  • Loading branch information
jerrykuku committed Nov 7, 2024
1 parent e1d144d commit 94f0e22
Show file tree
Hide file tree
Showing 21 changed files with 9,470 additions and 7,510 deletions.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .env.dev
NODE_ENV=dev
#VUE_APP_DEV_IP=demo.casaos.io
VUE_APP_DEV_IP=10.0.0.72
VUE_APP_DEV_IP=10.0.0.90
# VUE_APP_DEV_IP=10.147.20.1
# VUE_APP_DEV_IP=192.168.2.15
# VUE_APP_DEV_IP=192.168.2.219
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"packageManager": "pnpm@8.7.0",
"dependencies": {
"@fontsource/roboto": "^4.5.8",
"@icewhale/casaos-appmanagement-openapi": "^0.4.9-alpha7",
"@icewhale/casaos-appmanagement-openapi": "0.4.9-alpha7",
"@icewhale/casaos-openapi": "latest",
"@icewhale/icewhale-files-openapi": "1.2.2-alpha4",
"@icewhale/zimaos-localstorage-openapi": "1.2.2-alpha7",
Expand Down Expand Up @@ -69,9 +69,9 @@
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@types/node": "^20.12.7",
"@vue/cli-plugin-babel": "4.5.13",
Expand All @@ -97,15 +97,15 @@
"mochapack": "^1.1.15",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"patch-package": "^7.0.2",
"postcss": "^8.1",
"postcss-loader": "^4.0.3",
"postcss": "^8.4.38",
"postcss-loader": "^4.3.0",
"postinstall-postinstall": "^2.1.0",
"rss-parser": "^3.13.0",
"sass": "^1.72.0",
"sass": "^1.74.1",
"sass-loader": "10.1.1",
"style-resources-loader": "^1.5.0",
"swiper": "^5.4.5",
"tailwindcss": "^2.0.1",
"tailwindcss": "^2.2.19",
"ts-loader": "^7.0.5",
"vue-loader": "^15.11.1",
"vue-server-renderer": "^2.7.16",
Expand Down
Loading

0 comments on commit 94f0e22

Please sign in to comment.