功能更新: - AccountsPage.vue: 工具栏显示 KDocs 在线状态(就绪/离线) - settings.js: 添加 fetchKdocsStatus API 函数 - 每60秒自动刷新状态 代码清理: - 删除废弃的 legacy 模板文件(约170KB) - templates/index.html - templates/login.html - templates/register.html - templates/reset_password.html 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
501 B
HTML
16 lines
501 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
|
<title>知识管理平台</title>
|
|
<script type="module" crossorigin src="./assets/index-7hTgh8K-.js"></script>
|
|
<link rel="stylesheet" crossorigin href="./assets/index-BVjJVlht.css">
|
|
</head>
|
|
<body>
|
|
<noscript>该页面需要启用 JavaScript 才能使用。</noscript>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|
|
|