没想好
没想好
📂脚本分享
假设环境变量已有A, B, C渠道,加入BARK_PUSH渠道,同时对4个渠道推送import notify
notify.push_config["BARK_PUSH"]="xxxxxxxxx" #把BARK_PUSH加入push_config
notify.send("title","content")假设环境变量已有A, B, C渠道,不用环境变量的渠道,单独发送BARK_PUSH渠道import notify
notify.push_config=
notify.send("title"
一个ddns的shell脚本,补充参数及设置定时任务即可使用#!/bin/bash
# A bash script to update a Cloudflare DNS A record with the external IP of the source machine
# Used to provide DDNS service for my home
# Needs the DNS record pre-creating on Cloudflare
# Proxy - uncomment and provide details if using a proxy
#export http
提供云服务支持