From 508db9e9aef7ebb8cb3a80b7d4e14e71a8bb67e5 Mon Sep 17 00:00:00 2001 From: yuantao Date: Fri, 17 Oct 2025 14:38:57 +0800 Subject: [PATCH] =?UTF-8?q?\"=E4=BC=98=E5=8C=96=20=E4=BE=BF=E7=AD=BE?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E4=BA=A4=E4=BA=92=E4=BD=93?= =?UTF-8?q?=E9=AA=8C=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=BE=BF=E7=AD=BE=E6=BB=91?= =?UTF-8?q?=E5=8A=A8=E7=8A=B6=E6=80=81=E7=AE=A1=E7=90=86=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E5=9C=A8=E6=BB=91=E5=8A=A8=E7=8A=B6=E6=80=81=E4=B8=8B?= =?UTF-8?q?=E8=AF=AF=E8=A7=A6=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2\"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IFLOW.md | 3 +-- src/components/NoteItem.vue | 22 +++++++++++++++++++++- src/pages/NoteListPage.vue | 29 ++++++++++++++++++++++++----- update.txt | 22 ---------------------- 4 files changed, 46 insertions(+), 30 deletions(-) delete mode 100644 update.txt diff --git a/IFLOW.md b/IFLOW.md index 1460428..7a602e5 100644 --- a/IFLOW.md +++ b/IFLOW.md @@ -165,5 +165,4 @@ npm run android * 对于错误修复,使用 `修复` 前缀。 * 对于性能优化、代码重构(既不修复错误也不添加功能),使用 `优化` 前缀。 * 对于文档更新,使用 `文档` 前缀。 -* 提交信息应使用中文。 -* 每次提交代码时,如果涉及功能变更,应在 `update.txt` 文件中添加相应的更新日志,格式为日期和变更描述。 \ No newline at end of file +* 提交信息应使用中文。 \ No newline at end of file diff --git a/src/components/NoteItem.vue b/src/components/NoteItem.vue index 49800e9..fec9c05 100644 --- a/src/components/NoteItem.vue +++ b/src/components/NoteItem.vue @@ -31,6 +31,8 @@