Initial commit: obsidian to gitea

This commit is contained in:
2026-05-07 15:04:41 +08:00
commit a57afa86b4
323 changed files with 42569 additions and 0 deletions

10
period/daily/26/260320.md Normal file
View File

@@ -0,0 +1,10 @@
```bash
OLD="/dashscope/caches/application/wjh"
NEW="/home/admin/cpfs/wjh"
grep -rl "$OLD" .venv | xargs sed -i "s|$OLD|$NEW|g"
find .venv -name "*.pyc" -delete
python -c "import sys; print(sys.prefix)"
```