mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 00:18:13 -04:00
🔨 Refactor: change some icons
This commit is contained in:
parent
4093a49d82
commit
42e08f50a1
@ -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'
|
||||
|
@ -134,7 +134,7 @@
|
||||
class="el-icon-setting"
|
||||
@click="buildContextMenu(item)"
|
||||
>
|
||||
<Setting />
|
||||
<Tools />
|
||||
</el-icon>
|
||||
<el-icon
|
||||
v-else
|
||||
@ -200,7 +200,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<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 ConfigForm from '@/components/ConfigFormForPlugin.vue'
|
||||
import { debounce, DebouncedFunc } from 'lodash'
|
||||
|
Loading…
Reference in New Issue
Block a user