build(projects): update deps and fix style [升级依赖&修复代码格式]

This commit is contained in:
Soybean 2023-05-24 00:16:31 +08:00
parent 6c50662280
commit c1c4335ce7
4 changed files with 200 additions and 298 deletions

View File

@ -75,7 +75,7 @@
"qs": "^6.11.2", "qs": "^6.11.2",
"swiper": "^9.3.2", "swiper": "^9.3.2",
"ua-parser-js": "^1.0.35", "ua-parser-js": "^1.0.35",
"vditor": "^3.9.2", "vditor": "^3.9.3",
"vue": "3.3.4", "vue": "3.3.4",
"vue-i18n": "^9.2.2", "vue-i18n": "^9.2.2",
"vue-router": "^4.2.1", "vue-router": "^4.2.1",
@ -85,24 +85,24 @@
}, },
"devDependencies": { "devDependencies": {
"@amap/amap-jsapi-types": "^0.0.13", "@amap/amap-jsapi-types": "^0.0.13",
"@iconify/json": "^2.2.67", "@iconify/json": "^2.2.68",
"@iconify/vue": "^4.1.1", "@iconify/vue": "^4.1.1",
"@soybeanjs/cli": "^0.1.9", "@soybeanjs/cli": "^0.1.9",
"@soybeanjs/vite-plugin-vue-page-route": "^0.0.5", "@soybeanjs/vite-plugin-vue-page-route": "^0.0.5",
"@types/bmapgl": "^0.0.7", "@types/bmapgl": "^0.0.7",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
"@types/node": "20.2.1", "@types/node": "20.2.3",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36", "@types/ua-parser-js": "^0.7.36",
"@unocss/preset-uno": "^0.52.0", "@unocss/preset-uno": "^0.52.3",
"@unocss/transformer-directives": "^0.52.0", "@unocss/transformer-directives": "^0.52.3",
"@unocss/vite": "^0.52.0", "@unocss/vite": "^0.52.3",
"@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1", "@vitejs/plugin-vue-jsx": "^3.0.1",
"conventional-changelog": "^3.1.25", "conventional-changelog": "^3.1.25",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.41.0", "eslint": "^8.41.0",
"eslint-config-soybeanjs": "^0.3.7", "eslint-config-soybeanjs": "^0.3.8",
"lint-staged": "13.2.2", "lint-staged": "13.2.2",
"mockjs": "^1.1.0", "mockjs": "^1.1.0",
"rollup-plugin-visualizer": "^5.9.0", "rollup-plugin-visualizer": "^5.9.0",

File diff suppressed because it is too large Load Diff

View File

@ -19,9 +19,9 @@
class="inline-block align-text-bottom mr-4px text-16px" class="inline-block align-text-bottom mr-4px text-16px"
:class="{ 'text-#BBBBBB': theme.header.inverted }" :class="{ 'text-#BBBBBB': theme.header.inverted }"
/> />
<span :class="{ 'text-#BBBBBB': theme.header.inverted }">{{ <span :class="{ 'text-#BBBBBB': theme.header.inverted }">
breadcrumb.i18nTitle ? t(breadcrumb.i18nTitle) : breadcrumb.label {{ breadcrumb.i18nTitle ? t(breadcrumb.i18nTitle) : breadcrumb.label }}
}}</span> </span>
</template> </template>
</n-breadcrumb-item> </n-breadcrumb-item>
</template> </template>

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="h-full"> <div class="h-full">
<n-card title="当前页面只有super才能看到" class="h-full shadow-sm rounded-16px"> </n-card> <n-card title="当前页面只有super才能看到" class="h-full shadow-sm rounded-16px"></n-card>
</div> </div>
</template> </template>