feat: 移除 uv-ui, 改用 wot
This commit is contained in:
parent
a7234f6f30
commit
8de552d83a
@ -78,7 +78,6 @@
|
|||||||
"bin-wrapper": "npm:bin-wrapper-china"
|
"bin-wrapper": "npm:bin-wrapper-china"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@climblee/uv-ui": "^1.1.20",
|
|
||||||
"@dcloudio/uni-app": "3.0.0-3090920231225001",
|
"@dcloudio/uni-app": "3.0.0-3090920231225001",
|
||||||
"@dcloudio/uni-app-plus": "3.0.0-3090920231225001",
|
"@dcloudio/uni-app-plus": "3.0.0-3090920231225001",
|
||||||
"@dcloudio/uni-components": "3.0.0-3090920231225001",
|
"@dcloudio/uni-components": "3.0.0-3090920231225001",
|
||||||
@ -98,7 +97,8 @@
|
|||||||
"pinia-plugin-persistedstate": "3.2.1",
|
"pinia-plugin-persistedstate": "3.2.1",
|
||||||
"qs": "^6.11.2",
|
"qs": "^6.11.2",
|
||||||
"vue": "3.2.47",
|
"vue": "3.2.47",
|
||||||
"vue-i18n": "9.9.0"
|
"vue-i18n": "9.9.0",
|
||||||
|
"wot-design-uni": "^1.2.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^18.4.3",
|
"@commitlint/cli": "^18.4.3",
|
||||||
@ -109,7 +109,6 @@
|
|||||||
"@dcloudio/uni-stacktracey": "3.0.0-3090920231225001",
|
"@dcloudio/uni-stacktracey": "3.0.0-3090920231225001",
|
||||||
"@dcloudio/vite-plugin-uni": "3.0.0-3090920231225001",
|
"@dcloudio/vite-plugin-uni": "3.0.0-3090920231225001",
|
||||||
"@iconify-json/carbon": "^1.1.27",
|
"@iconify-json/carbon": "^1.1.27",
|
||||||
"@ttou/uv-typings": "^1.10.2",
|
|
||||||
"@types/node": "^20.11.5",
|
"@types/node": "^20.11.5",
|
||||||
"@types/wechat-miniprogram": "^3.4.7",
|
"@types/wechat-miniprogram": "^3.4.7",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
||||||
|
@ -11,7 +11,7 @@ export default defineUniPages({
|
|||||||
easycom: {
|
easycom: {
|
||||||
autoscan: true,
|
autoscan: true,
|
||||||
custom: {
|
custom: {
|
||||||
'^uv-(.*)': '@climblee/uv-ui/components/uv-$1/uv-$1.vue',
|
'^wd-(.*)': 'wot-design-uni/components/wd-$1/wd-$1.vue',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
tabBar: {
|
tabBar: {
|
||||||
|
8493
pnpm-lock.yaml
generated
8493
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,4 @@
|
|||||||
import { createSSRApp } from 'vue'
|
import { createSSRApp } from 'vue'
|
||||||
import uvUI from '@climblee/uv-ui'
|
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
import store from './store'
|
import store from './store'
|
||||||
import i18n from './locale/index'
|
import i18n from './locale/index'
|
||||||
@ -12,7 +11,6 @@ export function createApp() {
|
|||||||
const app = createSSRApp(App)
|
const app = createSSRApp(App)
|
||||||
app.use(store)
|
app.use(store)
|
||||||
app.use(i18n)
|
app.use(i18n)
|
||||||
app.use(uvUI)
|
|
||||||
app.use(routeInterceptor)
|
app.use(routeInterceptor)
|
||||||
app.use(requestInterceptor)
|
app.use(requestInterceptor)
|
||||||
return {
|
return {
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
"@types/wechat-miniprogram",
|
"@types/wechat-miniprogram",
|
||||||
"@uni-helper/uni-app-types",
|
"@uni-helper/uni-app-types",
|
||||||
"@uni-helper/uni-cloud-types",
|
"@uni-helper/uni-cloud-types",
|
||||||
"@ttou/uv-typings/shim",
|
"wot-design-uni/global.d.ts"
|
||||||
"@ttou/uv-typings/v3"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"vueCompilerOptions": {
|
"vueCompilerOptions": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user