diff --git a/doc/小米便签新增功能.docx b/doc/小米便签新增功能.docx new file mode 100644 index 0000000..64e80db Binary files /dev/null and b/doc/小米便签新增功能.docx differ diff --git a/doc/添加图片_用例描述.md b/doc/添加图片_用例描述.md new file mode 100644 index 0000000..cfefbb9 --- /dev/null +++ b/doc/添加图片_用例描述.md @@ -0,0 +1,18 @@ +基本交互动作: + +1.用户点击添加图片按钮。 + +2.手机打开相册,判断图片是否存在。 + +3.图片存在则返回图片的路径。 + +4.在编辑光标处插入要添加的图片。 + +5.更新数据库的数据 + +扩展交互动作: + +2a.没有可以添加的图片。 + +2a1 取消添加图片。 + diff --git a/doc/统计便签数_用例描述.txt b/doc/统计便签数_用例描述.txt new file mode 100644 index 0000000..671df04 --- /dev/null +++ b/doc/统计便签数_用例描述.txt @@ -0,0 +1,10 @@ +用例描述: + +1.用例名称:添加string按钮 +2.用例功能:添加一个string按钮,用来展示目前共有多少个便签数 + +基本交互动作: +1.用户点击string按钮。 +2.系统统计目前便签总数。 +3.通过弹窗显示:目前共有便签数量。 +