🔨 Refactor: change some icons

This commit is contained in:
萌萌哒赫萝
2023-08-03 19:54:28 -07:00
parent 4093a49d82
commit 42e08f50a1
2 changed files with 4 additions and 4 deletions

View File

@@ -127,7 +127,7 @@
<el-icon
class="layout__menu__setting__item__icon"
>
<Setting />
<Tools />
</el-icon>
{{ $T('MANAGE_MAIN_PAGE_SETTING') }}
</span>
@@ -276,7 +276,7 @@
import { ref, reactive, computed, onBeforeMount, watch } from 'vue'
import { shell } from 'electron'
import { supportedPicBedList } from '../utils/constants'
import { CirclePlus, SuccessFilled, Folder, Switch, Setting, ChromeFilled, HomeFilled, FolderOpened } from '@element-plus/icons-vue'
import { CirclePlus, SuccessFilled, Folder, Switch, Tools, ChromeFilled, HomeFilled, FolderOpened } from '@element-plus/icons-vue'
import { useRouter, useRoute } from 'vue-router'
import { ElNotification } from 'element-plus'
import { invokeToMain } from '../utils/dataSender'