📝 Docs: 更新到 nonepress 3.8.0 (#4126)

This commit is contained in:
StarHeart
2026-08-01 16:57:44 +08:00
committed by GitHub
parent b38b1e5261
commit 1b88a6e77d
198 changed files with 2042 additions and 1641 deletions
+3 -3
View File
@@ -49,8 +49,8 @@ export function Form({
data
.filter((item) => item.tags.length > 0)
.map((ele) => ele.tags)
.flat()
)
.flat(),
),
)
.catch((e) => {
console.error(e);
@@ -63,7 +63,7 @@ export function Form({
const handleNextStep = () => {
const currentStepNames = formItems[currentStep].items.map(
(item) => item.name
(item) => item.name,
);
if (currentStepNames.every((name) => result[name])) {
setCurrentStep(currentStep + 1);