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