feat(web): make instance overview card-first

This commit is contained in:
chick
2026-07-18 23:23:41 +08:00
parent abfd07f8a3
commit 2411801240
5 changed files with 719 additions and 223 deletions
@@ -145,6 +145,7 @@ export function InstanceDetail({
</a>
) : null}
<a href={`/settings/instances/${encodeURIComponent(instanceId)}`}></a>
<nav aria-label="实例模块">
<ul>
{MODULES.map((item) => {