fix: resolve logical issues when generating multi-page data

This commit is contained in:
LIlGG
2025-10-10 18:48:40 +08:00
parent e96c2da9e5
commit 884f5186a6
6 changed files with 104 additions and 46 deletions

View File

@@ -5,7 +5,7 @@
export interface UPageArtifactData {
// artifact id唯一
id: string;
// 页面名称,最终渲染为页面文件名,如 `index.html`,不包含后缀。唯一
// 页面名称,如 `index`最终渲染为页面文件名,唯一
name: string;
// 页面标题,最终渲染为页面标题
title: string;