2026-05-20 21:39:12 +08:00

31 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>毅行Agentics - 后端服务</title>
<meta name="keywords" content="毅行AgenticsAI审核流程编排midway.js" />
<meta name="description" content="毅行Agentics后端服务 - 基于 Midway.js + LangChain 的 AI 智能审核与流程编排引擎" />
<link rel="stylesheet" href="css/welcome.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<body>
<div class="reveal">毅行Agentics — AI智能审核引擎</div>
<!-- 添加底部说明 -->
<div class="footer-bar">
<span>当前版本v8.x</span>
<div class="notice">
<span>本项目采用前后端分离架构,这是后端服务。</span>
<span>前端项目请访问:</span>
<a class="link" target="_blank" href="http://localhost:9001">毅行Agentics前端</a>
</div>
</div>
<script src="js/welcome.js"></script>
</body>
</html>