mirror of
https://github.com/cft0808/edict.git
synced 2026-09-06 17:09:57 +08:00
- install.sh: clean invalid binding 'pattern' field (Closes #142) - server.py: make dispatch channel configurable via agent_config.json (Closes #139) - server.py: add POST /api/set-dispatch-channel endpoint - sync_agent_config.py: preserve dispatchChannel across syncs - ModelConfig.tsx/api.ts: add dispatch channel selector UI - install.ps1: add Windows PowerShell install script (Closes #136) - Verify gongbu/bingbu SOUL.md are correct and consistent (Closes #131) - Already fixed in prior commit: Closes #127, Closes #124, Closes #132, Closes #125
15 lines
481 B
HTML
15 lines
481 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>三省六部 · Edict Dashboard</title>
|
|
<script type="module" crossorigin src="/assets/index-DQ-p_wPk.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-NQIHw-yB.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|