mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: windows缩略图工具栏 (#1551)
* 从 v1 引入图标 * feat: windows缩略图工具栏 * 更新windows任务栏控制图标 图标基于microsoft fluent icon修改 移除like和unlike * update * 启动时显示taskbar buttons
This commit is contained in:
parent
d3e44541fb
commit
07d7564b1e
20 changed files with 122 additions and 12 deletions
|
|
@ -12,8 +12,8 @@ import { RepeatMode } from '@/shared/playerDataTypes'
|
|||
|
||||
const iconDirRoot =
|
||||
process.env.NODE_ENV === 'development'
|
||||
? path.join(process.cwd(), './src/main/assets/icons')
|
||||
: path.join(__dirname, './assets/icons')
|
||||
? path.join(process.cwd(), './src/main/assets/icons/tray')
|
||||
: path.join(__dirname, './assets/icons/tray')
|
||||
|
||||
enum MenuItemIDs {
|
||||
Play = 'play',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue