docs+feat: 重构规格与 Gitea 式 SSR 骨架(首页)

在 rebuild/gitea-ssr 落地产品规格、Cursor 规则,以及 Go 模板 SSR 首页/板块列表;未迁移路径仍回落 SPA,便于对照 main。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-29 03:11:25 +08:00
parent 4dc3bbb13f
commit 1414c71dec
28 changed files with 2891 additions and 24 deletions

8
web_src/package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "jiang13-web-src",
"private": true,
"description": "Gitea-style progressive assets for Jiang13 SSR",
"scripts": {
"build": "node build.mjs"
}
}