README.md 添加需求
parent
4528b5343e
commit
95d3698189
|
@ -73,8 +73,12 @@ Row {
|
|||
}
|
||||
FluFilledButton {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
normalColor: "green"
|
||||
normalColor: FluColors.Green.normal
|
||||
text: "登录"
|
||||
onClicked: {
|
||||
showSuccess("click")
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
10
README.md
10
README.md
|
@ -12,6 +12,16 @@
|
|||
|
||||
4、能够基于某个知识内容进行知识分享、知识评论等。
|
||||
|
||||
## 需求
|
||||
|
||||
1. 文件传输(断点续传)、HTTP请求
|
||||
2. pdf、音视频(流式传输)、word/ppt转pdf/html、*markdown
|
||||
3. 多级目录、标签、内容检索、*智能推荐
|
||||
4. 文件数据:简介、评论、点赞数、浏览量、分享次数、标签、收藏数
|
||||
5. 用户数据:收藏、历史(本地)、评论、点赞
|
||||
6. 可查看、评论、分享,仅管理员可上传、修改
|
||||
7. 消息
|
||||
|
||||
## Requirements
|
||||
|
||||
Qt 6.4.3:Qt Core, Qt Quick, Qt QML, Qt ShaderTool, Qt 5 Compatibility Module.
|
||||
|
|
Loading…
Reference in New Issue