16 Commits

Author SHA1 Message Date
Shuakami
1cfb212b80 docs: trim framework route note 2026-04-07 19:26:59 +08:00
Shuakami
4de61796d1 docs: add stable anchors for startup links 2026-04-07 19:24:22 +08:00
Shuakami
509dcd1565 docs: fold express troubleshooting note 2026-04-07 19:21:57 +08:00
Shuakami
6464d51765 docs: guide beginners toward shell mode 2026-04-07 19:09:30 +08:00
Shuakami
5dd7e2fe32 docs: split framework setup paths 2026-04-07 19:04:57 +08:00
Shuakami
cfd8bd1d43 docs: simplify framework mode setup guide 2026-04-07 18:25:40 +08:00
Shuakami
fb0eacc2a6 docs: add commands for framework plugin directory 2026-04-07 17:08:49 +08:00
Shuakami
aab869ffdb docs: format framework plugin paths 2026-04-07 17:07:20 +08:00
Shuakami
56aaadbc86 docs: clarify framework mode use case 2026-04-07 17:03:05 +08:00
Shuakami
07cdff7f41 docs: clarify download and startup guide 2026-04-07 16:59:38 +08:00
bailuotianyi
78c16358d8 补充 Framework 模式安装步骤与路径 (#355)
* docs

guide.md Framework 模式前置

* docs: 补充 Framework 模式安装步骤
2026-04-07 10:27:14 +08:00
Holden Wu
07bb0c0394 feat: 支持导出已删除好友或临时对话聊天记录 (#348)
* feat: 现支持导出已删除好友或临时对话的聊天记录

* docs: 添加导出删除好友或临时对话的说明

Added a section for exporting deleted friends or temporary conversations.
2026-04-05 09:37:29 +08:00
TeamBreaker
5e9ad3dad3 fix: 动态URL适配反向代理 + Docker NapCat 部署支持 + NapCat 4.17+ 兼容 (#334)
* fix: use dynamic URLs and support NapCat 4.17+ oneBot context

- Replace hardcoded `http://localhost:40653` with `window.location.origin`
  in use-api.ts, use-search.ts so the frontend works behind reverse
  proxies without manual URL patching
- Replace hardcoded `ws://localhost:40653` with protocol-aware dynamic
  WebSocket URL in use-websocket.ts (supports wss:// via reverse proxy)
- Add `window.location.origin` to the fetch interceptor's API request
  detection in auth.ts, so auth tokens are sent for full-URL requests
  (not just relative `/api` paths)
- Support NapCat 4.17+ plugin context which passes `oneBot` instead of
  `obContext` in the plugin init args (index.mjs)

Tested on Docker NapCat Shell mode behind Nginx Proxy Manager with
HTTPS and WebSocket proxying.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* docs: add Docker NapCat deployment guide and ARM64 setup script

- Add docker-setup.sh: auto-detects architecture and installs the
  correct esbuild platform binary (fixes x64 release on ARM64 Docker)
- Add docs/docker-napcat-deployment.md: step-by-step guide for deploying
  QCE as a plugin in Docker NapCat Shell mode, including plugins.json
  config, volume mounts, ARM64 adaptation, and reverse proxy setup
- Update README.md with Docker deployment section

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: TeamBreaker <you@example.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 14:12:30 +08:00
shuakami
7c8b16f277 docs: 修复 security.json 路径说明 2026-01-22 12:30:28 +08:00
shuakami
e3b59023de fix: 修复文档链接语法 2026-01-22 12:14:31 +08:00
shuakami
d5e7576fda docs: 添加 Material for MkDocs 文档站点 2026-01-22 12:12:52 +08:00