Mike Huang
Mike Huang
考慮方向 1. 加快scroll速度 2. 取消scroll特效
不使用scroll特效,而是直接focus
目前計畫大概是這樣... 1. 讓程式關閉或縮小時可進入tray 2. 加入排程設定檔 3. 下載時若有更新則從tray icon跳balloon通知 4. 設定程式參數可啟動時不跳UI而直接進tray並開始排程 5. 程式啟動時自動執行(windows要修改register, 但electron要確認如何做, 其他平台要再確認)
應該是icon設計不良...列入調整項目XD
稍微研究後發現新版electron會鎖定app.asar導致無法更新app.asar檔, 但是要更新整包太浪費時間, 官方[Issue](https://github.com/electron/electron/issues/673)已提出未來可動態更新app.asar, 目前可先往提示有新版本, 然後跳到下載頁面為主.
Share my quick workaround: Just create a new class like `CustomViewportRuler`, content is same as `ViewPortRuler` but correct the wrong code, then using DI container to replace it. ```typescript providers:...
I didn't notice the extension version, but it seems updated automatically, now I'm using v15.0.1 and all works fine. Thanks :)
Hi @ahnpnl, do you think this PR is fine to approve?