feat(icon): new logo
BIN
public/favicon.ico
Executable file → Normal file
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 742 B |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 4.3 KiB |
@ -63,7 +63,6 @@ let deviceWaitForScreenSizeTask: ((w: number, h: number) => void) | null = null;
|
||||
let unlisten: UnlistenFn | undefined;
|
||||
let lastClipboard = "";
|
||||
|
||||
// TODO 1. 窗口激活时剪切板同步到设备 2. 为剪切板同步设置两个选项
|
||||
// TODO 添加一个滑动的按键,相当于调用swipe,难点在于如何设定多个坐标点
|
||||
// 当滑动按键激活时
|
||||
// 1. 使用svg的polyline,可见gpt配合vue来渲染直线
|
||||
|