🔨 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 <el-icon
class="layout__menu__setting__item__icon" class="layout__menu__setting__item__icon"
> >
<Setting /> <Tools />
</el-icon> </el-icon>
{{ $T('MANAGE_MAIN_PAGE_SETTING') }} {{ $T('MANAGE_MAIN_PAGE_SETTING') }}
</span> </span>
@ -276,7 +276,7 @@
import { ref, reactive, computed, onBeforeMount, watch } from 'vue' import { ref, reactive, computed, onBeforeMount, watch } from 'vue'
import { shell } from 'electron' import { shell } from 'electron'
import { supportedPicBedList } from '../utils/constants' 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 { useRouter, useRoute } from 'vue-router'
import { ElNotification } from 'element-plus' import { ElNotification } from 'element-plus'
import { invokeToMain } from '../utils/dataSender' import { invokeToMain } from '../utils/dataSender'

View File

@ -134,7 +134,7 @@
class="el-icon-setting" class="el-icon-setting"
@click="buildContextMenu(item)" @click="buildContextMenu(item)"
> >
<Setting /> <Tools />
</el-icon> </el-icon>
<el-icon <el-icon
v-else v-else
@ -200,7 +200,7 @@
</div> </div>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { Close, Download, Goods, Remove, Setting } from '@element-plus/icons-vue' import { Close, Download, Goods, Remove, Tools } from '@element-plus/icons-vue'
import { T as $T } from '@/i18n/index' import { T as $T } from '@/i18n/index'
import ConfigForm from '@/components/ConfigFormForPlugin.vue' import ConfigForm from '@/components/ConfigFormForPlugin.vue'
import { debounce, DebouncedFunc } from 'lodash' import { debounce, DebouncedFunc } from 'lodash'