diff --git a/README.md b/README.md index f1205ec..e4b4e0f 100644 --- a/README.md +++ b/README.md @@ -484,7 +484,6 @@ Step 2.5: if c == CMD_PRINT then 打印数据 Step 2.6: -![主程序流程图](images/main.drawio.svg) #### save_data @@ -498,8 +497,6 @@ Step 4: 将所有库存记录写入文件 Step 5: 关闭文件 -![保存数据流程图](images/save_data.drawio.svg) - #### add_data Step 1: if 数据库满 then 提示数据库满并结束 @@ -513,5 +510,3 @@ Step 4: 输入零件名和库存数量 Step 5: 添加新零件到数据 Step 6: 提示添加成功 - -![添加库存记录流程图](images/add_data.drawio.svg) \ No newline at end of file