Skip to content

Commit fcf8a0c

Browse files
author
李杰
committed
修改文档
1 parent 19ba31b commit fcf8a0c

5 files changed

Lines changed: 15 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

docs/images/qq_group.png

119 KB
Loading

docs/images/wechat_info.jpg

136 KB
Loading

src/App.tsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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
}

src/styles/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@
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;

0 commit comments

Comments
 (0)