diff --git a/.vscode/settings.json b/.vscode/settings.json index 9cc38b1ef..75b9ec18a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -72,5 +72,6 @@ "[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true - } + }, + "prettier": {} } diff --git a/build/plugins/index.ts b/build/plugins/index.ts index f9e261c7d..97fc3e2db 100644 --- a/build/plugins/index.ts +++ b/build/plugins/index.ts @@ -5,7 +5,6 @@ import unocss from '@unocss/vite'; import progress from 'vite-plugin-progress'; import VueDevtools from 'vite-plugin-vue-devtools'; import pageRoute from '@soybeanjs/vite-plugin-vue-page-route'; -import { webUpdateNotice } from '@plugin-web-update-notification/vite'; import unplugin from './unplugin'; import mock from './mock'; import visualizer from './visualizer'; @@ -28,15 +27,7 @@ export function setupVitePlugins(viteEnv: ImportMetaEnv): (PluginOption | Plugin ...unplugin(viteEnv), unocss(), mock(viteEnv), - progress(), - webUpdateNotice({ - notificationProps: { - title: 'πŸ‘‹ ζœ‰ζ–°η‰ˆζœ¬δΊ†', - description: 'η‚Ήε‡»εˆ·ζ–°ι‘΅ι’θŽ·ε–ζœ€ζ–°η‰ˆζœ¬', - buttonText: 'εˆ·ζ–°', - dismissButtonText: 'εΏ½η•₯' - } - }) + progress() ]; if (viteEnv.VITE_VISUALIZER === 'Y') { diff --git a/index.html b/index.html index 860efc0eb..0b1834be2 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,6 @@ - - - - %VITE_APP_NAME% diff --git a/package.json b/package.json index 8c907b642..1ecd90c4d 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,6 @@ "@amap/amap-jsapi-types": "0.0.13", "@iconify/json": "2.2.118", "@iconify/vue": "4.1.1", - "@plugin-web-update-notification/vite": "^1.6.5", "@soybeanjs/cli": "0.7.1", "@soybeanjs/vite-plugin-vue-page-route": "0.0.10", "@types/bmapgl": "0.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c693e843a..fd42bcac0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,9 +102,6 @@ devDependencies: '@iconify/vue': specifier: 4.1.1 version: 4.1.1(vue@3.3.4) - '@plugin-web-update-notification/vite': - specifier: ^1.6.5 - version: 1.6.5(vite@4.4.9) '@soybeanjs/cli': specifier: 0.7.1 version: 0.7.1 @@ -2180,19 +2177,6 @@ packages: tslib: 2.6.2 dev: true - /@plugin-web-update-notification/core@1.6.5: - resolution: {integrity: sha512-DgyeVczO3nziivhI1p9+iWILFwnBmH0tmlVJKMf6q3YlFSqG8pDgNEylBN77Whwkuso2JrBcuhLqHSAnm1tiYw==} - dev: true - - /@plugin-web-update-notification/vite@1.6.5(vite@4.4.9): - resolution: {integrity: sha512-11nsEiOdDRZFbsSTNHWN4dA/dLoABwCPqErQZtDndPOQF9dW3TVpyCm4YZ6uuRv5RdretK2ELq+2kDkDFB4uFQ==} - peerDependencies: - vite: '>4.0.0 || ^3.0.0 || ^2.0.0' - dependencies: - '@plugin-web-update-notification/core': 1.6.5 - vite: 4.4.9(@types/node@20.6.3)(sass@1.67.0) - dev: true - /@pnpm/config.env-replace@1.1.0: resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==} engines: {node: '>=12.22.0'}