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
|
<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'
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user