From da188afd82bbff7e645d7ebadc180151a2750040 Mon Sep 17 00:00:00 2001 From: Kawaxxxsaki <1111@123.com> Date: Mon, 1 Dec 2025 15:21:37 +0800 Subject: [PATCH] =?UTF-8?q?docs(web):=20=E4=BF=AE=E6=AD=A3HTML=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=8E=E8=AF=AD=E4=B9=89=E5=B8=83=E5=B1=80=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=9A=84=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将文档标题从"test"修改为"html 列表与语义布局",使其更准确地反映文档内容 --- .../web/basic-syntax/html-lists-and-semantic-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes/programming/web/basic-syntax/html-lists-and-semantic-layout.md b/docs/notes/programming/web/basic-syntax/html-lists-and-semantic-layout.md index 236e2ef..a393cf9 100644 --- a/docs/notes/programming/web/basic-syntax/html-lists-and-semantic-layout.md +++ b/docs/notes/programming/web/basic-syntax/html-lists-and-semantic-layout.md @@ -1,5 +1,5 @@ --- -title: test +title: html 列表与语义布局 createTime: 2025/11/02 20:47:50 permalink: /programming/web/basic-syntax/html-lists-and-semantic-layout/ ---