Skip to content

Commit e0279b8

Browse files
committed
update doc for v1.1.0
1 parent 34fee67 commit e0279b8

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
Jerry Timer is a simple countdown timer and stopwatch using Vue. This timer is designed for examinations, quizzes, and everything that requires a timer. You can hide the timer buttons (which is very cool), or change the theme, or download the repository and change anything you want to.
1616

17-
In order to support computers running on Windows XP in the school, I used Babel to convert the Javascript code into a backwards compatible version, as low as IE 11.
17+
In order to support computers running on Windows XP in the school, I used Babel to convert the Javascript code into a backwards compatible version, as low as IE 11. Taking into account the horrible WiFi at school, Terser and Webpack were used to compress the code size and combine multiple source code files into one.
1818

1919
Jerry Timer also supports multiple languages. I translated the timer into traditional Chinese and English. The user can switch to another language without having to reload the page.
2020

dist/intro/en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ In order to change the hour, minute, second, or millisecond, you can press one o
1313
- You can modify the time when the timer is paused
1414
- Multiple color themes and languages
1515
- Hide the timer buttons
16+
- Enlarge the numbers of the timer and switch to full screen
17+
- Time's up notification sound
1618
- The timer status can be restored (Using Cookie)
1719
- Compatible with different browsers, as low as IE 11
1820
- No ads, that's important

dist/intro/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
- 計時器暫停的時候可以修改時間
1414
- 可切換顏色主題和顯示語言
1515
- 可以隱藏計時器的按鈕,只顯示時間
16+
- 可以放大計時器的數字以及切換到全螢幕
17+
- 「時間到」提示聲
1618
- 關閉瀏覽器甚至關閉電腦,計時狀態也能恢復 (使用Cookie儲存)
1719
- 兼容不同的瀏覽器,低至 IE 11
1820
- 沒有廣告,這很重要

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jerrytimer",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "No ads, an online timer created by Jerrylum, better than online-stopwatch.com",
55
"main": "compile.js",
66
"scripts": {
@@ -37,3 +37,4 @@
3737
"webpack": "^5.3.2"
3838
}
3939
}
40+

0 commit comments

Comments
 (0)