Skip to content

Commit

Permalink
style: 更新侧边栏图标
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Aug 10, 2023
1 parent 2e58ddd commit ae1f34c
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 5 deletions.
6 changes: 6 additions & 0 deletions src/assets/icons/office.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/assets/icons/software.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions src/assets/icons/system.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/icons/windows-server.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/icons/windows.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/views/activation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ const selectedKeys = ref(pathName)
<template #expand-icon-down>
<i class="i-mdi:chevron-down inline-block" />
</template>
<template #icon><i class="i-mdi:server" /></template>
<template #icon><i class="i-icons:system text-base" /></template>
<template #title>{{ t('activate.sider.system') }}</template>
<AMenuItem key="windows" @click="router.push({ path: '/activation/windows' })">
<template #icon><i class="i-mdi:microsoft-windows" /></template>
<template #icon><i class="i-icons:windows" /></template>
<span>Windows</span>
</AMenuItem>
<AMenuItem key="windows-server" @click="router.push({ path: '/activation/windows-server' })">
<template #icon><i class="i-mdi:microsoft-windows" /></template>
<template #icon><i class="i-icons:windows-server" /></template>
<span>Windows Server</span>
</AMenuItem>
</ASubMenu>
<ASubMenu key="software">
<template #expand-icon-down>
<i class="i-mdi:chevron-down inline-block" />
</template>
<template #icon><i class="i-mdi:application-brackets" /></template>
<template #icon><i class="i-icons:software text-base" /></template>
<template #title>{{ t('activate.sider.software') }}</template>
<AMenuItem key="office" @click="router.push({ path: '/activation/office' })">
<template #icon><i class="i-mdi:microsoft-office" /></template>
<template #icon><i class="i-icons:office" /></template>
<span>Office</span>
</AMenuItem>
</ASubMenu>
Expand Down

0 comments on commit ae1f34c

Please sign in to comment.