feat(admin): 运营后台(登录/查看/编辑补全)+ 写入API + 审计留痕 #4

Merged
lixu merged 6 commits from devin/1781923221-admin-console into main 2026-06-20 13:42:10 +08:00
Showing only changes of commit 8909ddcb69 - Show all commits
+10
View File
@@ -79,6 +79,16 @@ export default function App() {
<button onClick={() => setView({ name: "api" })} className="ml-1 text-emerald-600 hover:underline">
API
</button>
<div className="mt-2">
<a
href="https://beian.miit.gov.cn/"
target="_blank"
rel="noreferrer"
className="hover:text-gray-600"
>
ICP备2025185218号-6
</a>
</div>
</div>
</footer>
</div>