Expand manhuang collect/UI (tabs, markets, guishi/quote probes), add configs and launchd helpers, ops handbooks, and scripts for channel validation and price/threat enrichment. Keys stay in keys.env.example only.
39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
<plist version="1.0">
|
||
<dict>
|
||
<key>Label</key>
|
||
<string>com.feibisi.manhuang-quotes</string>
|
||
|
||
<key>ProgramArguments</key>
|
||
<array>
|
||
<string>/bin/bash</string>
|
||
<string>/Users/feibisi-studio/Projects/joy-cli/scripts/manhuang/run-quote-probe.sh</string>
|
||
<!-- 无参:有 .demand-probe.request 则 demand-first;否则 quotes 过期才 rotate -->
|
||
</array>
|
||
|
||
<!-- 每 30 分钟检查:request 旗 / quotes 过期(脚本内节流,不会空转打外网) -->
|
||
<key>StartInterval</key>
|
||
<integer>1800</integer>
|
||
|
||
<key>RunAtLoad</key>
|
||
<true/>
|
||
|
||
<key>WorkingDirectory</key>
|
||
<string>/Users/feibisi-studio/Projects/joy-cli</string>
|
||
|
||
<key>StandardOutPath</key>
|
||
<string>/Users/feibisi-studio/logs/manhuang-quotes.stdout.log</string>
|
||
|
||
<key>StandardErrorPath</key>
|
||
<string>/Users/feibisi-studio/logs/manhuang-quotes.stderr.log</string>
|
||
|
||
<key>EnvironmentVariables</key>
|
||
<dict>
|
||
<key>PATH</key>
|
||
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
|
||
<key>PYTHONPATH</key>
|
||
<string>/Users/feibisi-studio/Projects/joy-cli/src</string>
|
||
</dict>
|
||
</dict>
|
||
</plist>
|