mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 19:18:13 -05:00
⚡ Perf: optimize the performance of main page
This commit is contained in:
parent
562f3c2926
commit
4093a49d82
@ -34,7 +34,8 @@ app.config.globalProperties.$builtInPicBed = [
|
|||||||
'upyun',
|
'upyun',
|
||||||
'aliyun',
|
'aliyun',
|
||||||
'github',
|
'github',
|
||||||
'webdavplist'
|
'webdavplist',
|
||||||
|
'local'
|
||||||
]
|
]
|
||||||
app.config.unwrapInjectedRef = true
|
app.config.unwrapInjectedRef = true
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@
|
|||||||
</el-sub-menu>
|
</el-sub-menu>
|
||||||
<el-menu-item :index="routerConfig.SETTING_PAGE">
|
<el-menu-item :index="routerConfig.SETTING_PAGE">
|
||||||
<el-icon>
|
<el-icon>
|
||||||
<Setting />
|
<Tools />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
<span>{{ $T('PICLIST_SETTINGS') }}</span>
|
<span>{{ $T('PICLIST_SETTINGS') }}</span>
|
||||||
</el-menu-item>
|
</el-menu-item>
|
||||||
@ -235,7 +235,7 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
// import { Component, Vue, Watch } from 'vue-property-decorator'
|
// import { Component, Vue, Watch } from 'vue-property-decorator'
|
||||||
import {
|
import {
|
||||||
Setting,
|
Tools,
|
||||||
UploadFilled,
|
UploadFilled,
|
||||||
PictureFilled,
|
PictureFilled,
|
||||||
Menu,
|
Menu,
|
||||||
|
Loading…
Reference in New Issue
Block a user