demo参见https://s-url.cf。
内容
主要是利用了Cloudflare的KV数据库。
具体实现可参考https://github.com/nICEnnnnnnnLee/Url-Shorten-Worker。
本版本增加了短网址过期时间设置,以及一个简单的首页鉴权。
index.js 第6~7行
开启鉴权后,需要加入?token={VALID_TOKEN}后缀,例如 https://xxx.com/?token=123
const VALID_TOKEN = '123' // '' 为首页不鉴权
const RECORD_TTL = 60*60*24 // 0 为永久保存