Initial commit: NekoAI Cloudflare chat app

This commit is contained in:
zimk
2026-03-13 17:00:59 +08:00
commit ef6e362205
10 changed files with 1952 additions and 0 deletions

3
public/config.example.js Normal file
View File

@@ -0,0 +1,3 @@
window.NEKOAI_CONFIG = {
API_BASE_URL: "https://your-worker-name.your-subdomain.workers.dev"
};