diff --git a/Docs/image/ScreenShot.PNG b/Docs/image/ScreenShot.PNG new file mode 100644 index 00000000..28c8d5e0 Binary files /dev/null and b/Docs/image/ScreenShot.PNG differ diff --git a/README.md b/README.md index 13c3180e..0242fc5e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ Use QT write lunar calendar. ------------------------------------------------ +### Screenshots +![Screenshots](Docs/image/ScreenShot.PNG "Screenshots") + +------------------------------------------------ + ### Compile - Create and enter the build directory diff --git a/README_zh_CN.md b/README_zh_CN.md index 26fea489..e84183ed 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -26,6 +26,11 @@ Qt 写的农历库。带一个日历应用程序。 ------------------------------------------------ +### 屏幕截图 +![屏幕截图](Docs/image/ScreenShot.PNG "屏幕截图") + +------------------------------------------------ + ### 编译 - 建立并进入build目录 @@ -46,7 +51,6 @@ Qt 写的农历库。带一个日历应用程序。 cmake .. cmake --build . - ------------------------------------------------ ### 使用 diff --git a/tag.sh b/tag.sh index 75adf0c3..0c104469 100644 --- a/tag.sh +++ b/tag.sh @@ -13,7 +13,6 @@ if [ -n "$1" ]; then echo " - Test is ok ?" echo " - Translation is ok ?" echo " - Setup file is ok ?" - echo " - Update_*.xml is ok ?" read -t 30 -p "Be sure to input Y, not input N: " INPUT if [ "$INPUT" != "Y" -a "$INPUT" != "y" ]; then