feat(backend): 实现Go后端API并添加测试脚本

This commit is contained in:
2025-12-23 23:28:09 +08:00
parent 044f355818
commit af8fdd5f52
17 changed files with 1241 additions and 7 deletions

View File

@@ -3,13 +3,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>极简App分发系统</title>
<title>App分发系统</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header>
<h1>App分发系统</h1>
<h1>App分发系统By拉面王</h1>
<h6>项目经理:Qwen3max,测试经理:Doubao-seed-1.8,开发经理:Doubao-seed-1.8,bug修复和模块整合:拉面王</h6>
</header>
<!-- 登录区域 -->