Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Apr 9, 2019
1 parent 502d1b5 commit 1a79806
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Binary file added Docs/image/ScreenShot.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Use QT write lunar calendar.

------------------------------------------------

### Screenshots
![Screenshots](Docs/image/ScreenShot.PNG "Screenshots")

------------------------------------------------

### Compile
- Create and enter the build directory

Expand Down
6 changes: 5 additions & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Qt 写的农历库。带一个日历应用程序。

------------------------------------------------

### 屏幕截图
![屏幕截图](Docs/image/ScreenShot.PNG "屏幕截图")

------------------------------------------------

### 编译
- 建立并进入build目录

Expand All @@ -46,7 +51,6 @@ Qt 写的农历库。带一个日历应用程序。
cmake ..
cmake --build .


------------------------------------------------

### 使用
Expand Down
1 change: 0 additions & 1 deletion tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a79806

Please sign in to comment.