feat: update worker.js link and add API_KEY configuration step in README

This commit is contained in:
王锦强
2025-03-10 23:58:33 +08:00
parent 8d331f9ff2
commit b2f8964796

View File

@@ -25,7 +25,8 @@ docker run -d -p 8080:8080 --name=tts zuoban/zb-tts
1. 创建一个新的 Cloudflare Worker
2. 复制以下脚本内容到 Worker
[worker.js](https://raw.githubusercontent.com/zuoban/tts/main/web/templates/worker.js)
[worker.js](https://raw.githubusercontent.com/zuoban/tts/refs/heads/main/workers/src/index.js)
3. 修改 API_KEY 配置
## API 使用示例