File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -381,6 +381,16 @@ npm run tauri build
381381
382382---
383383
384+ # # 💬 交流群
385+
386+ QQ交流群 或者加我微信 拉微信群
387+
388+ | QQ 群 | 微信(个人) |
389+ | :---: | :---: |
390+ | < img src=" docs/images/qq_group.png" width=" 200" /> | < img src=" docs/images/wechat_info.jpg" width=" 200" /> |
391+
392+ ---
393+
384394# # ☕ 赞助项目
385395
386396如果不介意,请 [☕ 赞赏支持一下](docs/DONATE.md)
Original file line number Diff line number Diff line change @@ -1695,14 +1695,11 @@ function MainApp() {
16951695 }
16961696 } ;
16971697
1698- const timer = setTimeout ( ( ) => {
1699- void checkUpdates ( 'startup' ) ;
1700- intervalId = window . setInterval ( ( ) => {
1701- void checkUpdates ( 'hourly' ) ;
1702- } , UPDATE_POLL_INTERVAL_MS ) ;
1703- } , 8000 ) ;
1698+ void checkUpdates ( 'startup' ) ;
1699+ intervalId = window . setInterval ( ( ) => {
1700+ void checkUpdates ( 'hourly' ) ;
1701+ } , UPDATE_POLL_INTERVAL_MS ) ;
17041702 return ( ) => {
1705- clearTimeout ( timer ) ;
17061703 if ( intervalId !== undefined ) {
17071704 window . clearInterval ( intervalId ) ;
17081705 }
Original file line number Diff line number Diff line change 686686 border : 1px solid var (--border-light );
687687 border-left : none;
688688 border-radius : 0 10px 10px 0 ;
689- background : var ( --bg-surface ) ;
689+ background : transparent ;
690690 color : var (--text-secondary );
691691 display : inline-flex;
692692 align-items : center;
You can’t perform that action at this time.
0 commit comments