This commit is contained in:
机械小鸽 2025-03-28 18:55:38 +08:00 committed by GitHub
parent c53fb29ae7
commit b630cc541c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 90 additions and 1021 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
#!/usr/bin/bash #!/usr/bin/bash
# 设置 Mapbox 公钥和密钥
echo "pk.eyJ1IjoibWF3ZWl5dXdlaXdlaSIsImEiOiJjbGtrdjhhMHUwbWwzM3VwYzVtbXkwY2lrIn0.-u-QP8-tfrhAIpvQiNMsOw" > /data/params/d/MapboxPublicKey
echo "sk.eyJ1IjoibWF3ZWl5dXdlaXdlaSIsImEiOiJjbG15NHN1dDMwdWc5MmxwaDdkZ3Z5dHNyIn0.pk06qTKkAZyBC1Z37v8i0A" > /data/params/d/MapboxSecretKey
# 设置适当的权限
chmod 644 /data/params/d/MapboxPublicKey
chmod 644 /data/params/d/MapboxSecretKey
exec ./launch_chffrplus.sh exec ./launch_chffrplus.sh