Commit 3ddacf3d18e64d7885bcd161f142091bcccc953b

Authored by fengwotao
1 parent fcf8c66c

feat(src/packages): 保存缩略图图标更换

... ... @@ -52,7 +52,7 @@
52 52 <n-button size="small" type="primary" ghost @click="thumbnailSyncUpdate()">
53 53 <template #icon>
54 54 <n-icon>
55   - <Awake />
  55 + <Thumbnail1 />
56 56 </n-icon>
57 57 </template>
58 58 </n-button>
... ... @@ -68,7 +68,7 @@
68 68 import { toRefs, Ref, reactive, computed } from 'vue'
69 69 import { renderIcon, goDialog, goHome } from '@/utils'
70 70 import { icon } from '@/plugins'
71   -import { Save, Awake } from '@vicons/carbon'
  71 +import { Save, Thumbnail1 } from '@vicons/carbon'
72 72 import { useRemoveKeyboard } from '../../../hooks/useKeyboard.hook'
73 73
74 74 import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'
... ...