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/
.env
public/config.js
wrangler.toml

View File

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