Compare commits

...

2 Commits

Author SHA1 Message Date
zimk
8fcd8fd186 chore: 添加 wrangler.toml.example 模板 2026-03-23 01:40:57 +08:00
zimk
8d4693db90 chore: wrangler.toml 移出版本控制 2026-03-23 01:37:11 +08:00
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ node_modules/
.wrangler/ .wrangler/
.env .env
public/config.js public/config.js
wrangler.toml

View File

@@ -3,6 +3,6 @@ main = "src/index.js"
compatibility_date = "2026-03-12" compatibility_date = "2026-03-12"
workers_dev = true workers_dev = true
routes = [ # routes = [
{ pattern = "nekoai-api.git.llc", custom_domain = true } # { pattern = "nekoai-api.yourdomain.com", custom_domain = true }
] # ]