diff --git a/README.md b/README.md index 09d8378..5617242 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ Step 2.5: if c == CMD_PRINT then 打印数据 Step 2.6: -![主程序流程图](images/main.drawio.svg) +![picture-main.draw](/picture-main.drawio.svg) #### save_data @@ -370,7 +370,7 @@ Step 4: 将所有库存记录写入文件 Step 5: 关闭文件 -![保存数据流程图](images/save_data.drawio.svg) +![picture-save.draw](/picture-save.drawio.svg) #### add_data @@ -381,7 +381,7 @@ Step 4: 输入学生名和学生数量 Step 5: 添加新学生到数据 Step 6: 提示添加成功 -![添加库存记录流程图](images/add_data.drawio.svg) +![picture-add](/picture-add.drawio.svg) ### query_data diff --git a/picture-add.drawio.svg b/picture-add.drawio.svg new file mode 100644 index 0000000..a97cf47 --- /dev/null +++ b/picture-add.drawio.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/picture-main.drawio.svg b/picture-main.drawio.svg new file mode 100644 index 0000000..bf0d2cc --- /dev/null +++ b/picture-main.drawio.svg @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/picture-save.drawio.svg b/picture-save.drawio.svg new file mode 100644 index 0000000..e60694f --- /dev/null +++ b/picture-save.drawio.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file