feat(val-blog): add 2026-04-30 dream journey post

This commit is contained in:
Chen Gu
2026-08-13 17:00:22 +08:00
committed by Chen Gu
parent 691f96e8a6
commit 81978704fc
941 changed files with 195468 additions and 755 deletions
+15
View File
@@ -44,6 +44,21 @@ Add whatever helps you do your job. This is your cheat sheet.
- Current local HTTP proxy: `127.0.0.1:7897`
- `127.0.0.1:7890` was checked on 2026-03-26 and was not accepting connections
### Google Services (gog)
**所有 Google 服务(Gmail/Calendar/Drive/Sheets 等)必须通过代理访问**
使用 gog 前必须设置环境变量:
```bash
export HTTPS_PROXY=http://127.0.0.1:7897
export GOG_ACCOUNT=geekychen@gmail.com
```
然后在执行 gog 命令,例如:
```bash
gog gmail send --to "recipient@example.com" --subject "主题" --body "内容"
```
## Lightpanda
- Local Lightpanda CDP endpoint observed at: `ws://127.0.0.1:9222/`