Files
daily-question/backend/readme.md
2025-11-24 03:52:19 +08:00

28 lines
757 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 后端功能
使用dbbetter-sqite3
### 今日问题管理
问题结构:
id(uuid), title(string)description(string)tags(string[]) summary(string) createdAt updatedAt date(stringYYYY-MM-DD) qid(uuid)
对数据库的资源的内容,增删改查
### 问题资料库管理
id(uuid) title(string)description(string)tags(string[]), repeat(boolean), isUse(boolean), usedAt, createdAt, updatedAt
对问题资料库进行管理
### 额外功能
#### 随机获取问题
随机获取一条未使用的library的问题获取到问题后。
操作1对资料库的对应的那条数据更新数据isUseusedAt
操作2添加一条任务是当天任务的一条数据到daily当中
#### AI添加问题列表