chore: format & feedback beautification

This commit is contained in:
Ad-closeNN
2026-05-23 21:18:44 +08:00
parent f283dc2d40
commit 256d2ca844
15 changed files with 452 additions and 112 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
---
import { getEntry, render } from "astro:content";
import { addIssueToContext } from "astro:schema";
import Markdown from "@components/misc/Markdown.astro";
import I18nKey from "../i18n/i18nKey";
import { i18n } from "../i18n/translation";
import MainGridLayout from "../layouts/MainGridLayout.astro";
import { addIssueToContext } from "astro:schema";
const aboutPost = await getEntry("spec", "info");
if (!aboutPost) {