fix: tab highlight reactivity, cleanup docs and build scripts

- Fix tab highlight not updating visually — switch from class={tabClass()}
  to Svelte's class:active directive for proper reactive class binding
- Rewrite README.md with full project structure, architecture, build guide
- Rewrite build.sh to build both GUI and server, output to build/
- Add scripts/build.sh for granular builds (gui/server/all)
- Add build/, frontend-dist/, and test vault dirs to .gitignore
- Remove stale binaries from project root
- Update AGENTS.md session summary
This commit is contained in:
2026-06-03 05:08:58 +08:00
parent 105657400b
commit b6a3a2238d
9 changed files with 228 additions and 43 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -16,8 +16,8 @@
background: #13131f;
}
</style>
<script type="module" crossorigin src="/assets/main-CuGUigdf.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-D-hpY-IS.css">
<script type="module" crossorigin src="/assets/main-C54_blTe.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-CtXutc3Z.css">
</head>
<body>
<div id="app"></div>