README.md 添加需求

main
wuyize 2023-06-18 15:04:51 +08:00
parent 4528b5343e
commit 95d3698189
2 changed files with 15 additions and 1 deletions

View File

@ -73,8 +73,12 @@ Row {
}
FluFilledButton {
anchors.horizontalCenter: parent.horizontalCenter
normalColor: "green"
normalColor: FluColors.Green.normal
text: "登录"
onClicked: {
showSuccess("click")
}
}
}
}

View File

@ -12,6 +12,16 @@
4、能够基于某个知识内容进行知识分享、知识评论等。
## 需求
1. 文件传输断点续传、HTTP请求
2. pdf、音视频流式传输、word/ppt转pdf/html、*markdown
3. 多级目录、标签、内容检索、*智能推荐
4. 文件数据:简介、评论、点赞数、浏览量、分享次数、标签、收藏数
5. 用户数据:收藏、历史(本地)、评论、点赞
6. 可查看、评论、分享,仅管理员可上传、修改
7. 消息
## Requirements
Qt 6.4.3Qt Core, Qt Quick, Qt QML, Qt ShaderTool, Qt 5 Compatibility Module.