8 lines
269 B
Bash
8 lines
269 B
Bash
#!/data/data/com.termux/files/usr/bin/bash
|
|
# 手动收集数据快捷方式
|
|
|
|
bash ~/.openclaw/workspace/scripts/collect-phone-data.sh
|
|
|
|
# 显示通知
|
|
termux-notification --title "数据收集完成" --content "电量、短信、通话记录已更新" --id collect-data
|