feat(val-blog): add 2026-04-30 dream journey post
This commit is contained in:
@@ -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/`
|
||||
|
||||
Reference in New Issue
Block a user