From 9c232c1586097518bf13c26ea4336fb8a8da0eda Mon Sep 17 00:00:00 2001 From: ikmkj <1@qq,com> Date: Fri, 1 Aug 2025 00:15:19 +0800 Subject: [PATCH] =?UTF-8?q?docs(development=5Fplan):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=AE=A1=E5=88=92=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 补充了后端接口返回数据结构的改动说明 - 更新了前端页面的数据显示逻辑 - 添加了关于系统表和注册码功能的建议 --- doc/development_plan.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/development_plan.md b/doc/development_plan.md index 7f7be91..e53bfcc 100644 --- a/doc/development_plan.md +++ b/doc/development_plan.md @@ -101,3 +101,8 @@ - 全面更新了 `MarkdownFileService` 和 `MarkdownController`,将 `/api/markdown/recent` 和 `/api/markdown/grouping/{groupingId}` 两个接口的返回数据统一升级为包含分类名的 `MarkdownFileVO` 对象列表。 - **前端**: - 修改了 `HomePage.vue` 中的笔记卡片模板,使其直接从每个笔记对象中获取并显示 `groupingName` 属性,取代了之前错误的全局变量方案。 + + +~~~ +能不能设计一个表,叫做系统表,设置一个值,只有登录的用户能控制注册按钮关闭和打开,并且注册需要一个注册码,只有已经登录过的用户才能生成一个注册码,注册码有效期只有一天。只有用户注册就把注册码和注册码过期时间从数据表中删除了,若是用户注册填的注册码过期了,就把注册码和注册码过期时间从数据表中删除。 +~~~ \ No newline at end of file