Files
vault-para/100-project/Personal/Home-Automation/南电/API.md
T
zhiqiang feng f2703a8c14 Refactor Personal folder structure for improved organization
Consolidated 16+ top-level categories into 8 clear functional groups (AI, Development, Home-Automation, Infrastructure, Lifestyle, PKM, Professional, Backup). Merged duplicate files (OpenRouter.md, Github.md) and archived originals. This simplifies navigation and improves long-term maintainability.

(vault changes by Claude Code)
2025-12-29 14:17:58 +08:00

27 lines
327 B
Markdown

login by wexin qrcode
login id generate:
```python
def generate_qr_login_id():
"""
Generate a unique id for qr code login
word-by-word copied from js code
"""
rand_str = f"{int(time.time() * 1000)}{random.random()}"
return md5(rand_str.encode()).hexdigest()
```
generated:
```id
607d21bf2f06142e52d2057de49eed8d
```