cfwork_shortlink_text
cfwork_shortlink_text copied to clipboard
使用cf的work实现的短网址和文本分享
👷 cloudflare worker实现的短网址和文本分享
使用方法
npm install -g @cloudflare/wrangler
wrangler login
修改index.js中的路径为你自己的路径,防止其他人使用,如果需要公开访问,把admin_path
设置成/
即可
const admin_path = '/short_link_admin'
const api_path = '/short_api'
去cf worker页面创建一个kv,并且把id填写到wrangler.toml
里面,在进行发布,并把wrangler.toml
中的account_id
改成你自己的(通过wrangler whoami
查看)
wrangler publish