diff --git a/IPAD-CALCULATOR/Version1.2.0.2/abouten.html b/IPAD-CALCULATOR/Version1.2.0.2/abouten.html index 08ce1b5..56c1530 100644 --- a/IPAD-CALCULATOR/Version1.2.0.2/abouten.html +++ b/IPAD-CALCULATOR/Version1.2.0.2/abouten.html @@ -14,7 +14,7 @@ - + iPad Calculator @@ -127,7 +127,7 @@

- +

@@ -166,7 +166,7 @@

Get the Calculator - + Get the calculator shortcut (Apple only) diff --git a/IPAD-CALCULATOR/Version1.2.0.2/aboutzh-Hans.html b/IPAD-CALCULATOR/Version1.2.0.2/aboutzh-Hans.html index fc6ec4e..8b9099e 100644 --- a/IPAD-CALCULATOR/Version1.2.0.2/aboutzh-Hans.html +++ b/IPAD-CALCULATOR/Version1.2.0.2/aboutzh-Hans.html @@ -14,7 +14,7 @@ - + iPad Calculator @@ -127,7 +127,7 @@

- +

@@ -164,7 +164,7 @@

获取计算器 - + 获取计算器捷径(仅Apple) diff --git a/IPAD-CALCULATOR/Version1.2.0.2/aboutzh-Hant.html b/IPAD-CALCULATOR/Version1.2.0.2/aboutzh-Hant.html index 1edab06..8b7be97 100644 --- a/IPAD-CALCULATOR/Version1.2.0.2/aboutzh-Hant.html +++ b/IPAD-CALCULATOR/Version1.2.0.2/aboutzh-Hant.html @@ -14,7 +14,7 @@ - + iPad Calculator @@ -127,7 +127,7 @@

- +

@@ -164,7 +164,7 @@

取得計算機 - + 取得計算機捷徑(僅Apple) diff --git a/IPAD-CALCULATOR/Version1.2.0.2/calculator-image.jpeg b/IPAD-CALCULATOR/Version1.2.0.2/calculator-image.jpeg new file mode 100644 index 0000000..16d2f3a Binary files /dev/null and b/IPAD-CALCULATOR/Version1.2.0.2/calculator-image.jpeg differ diff --git a/IPAD-CALCULATOR/Version1.2.0.2/calculator-screenshot-1.jpeg b/IPAD-CALCULATOR/Version1.2.0.2/calculator-screenshot-1.jpeg new file mode 100644 index 0000000..445e5b7 Binary files /dev/null and b/IPAD-CALCULATOR/Version1.2.0.2/calculator-screenshot-1.jpeg differ diff --git a/IPAD-CALCULATOR/Version1.2.0.2/calculator-screenshot-1old4.png b/IPAD-CALCULATOR/Version1.2.0.2/calculator-screenshot-1old4.png new file mode 100644 index 0000000..9b79620 Binary files /dev/null and b/IPAD-CALCULATOR/Version1.2.0.2/calculator-screenshot-1old4.png differ diff --git a/IPAD-CALCULATOR/Version1.2.0.2/en.html b/IPAD-CALCULATOR/Version1.2.0.2/en.html index 5baf8d2..fed7d4c 100644 --- a/IPAD-CALCULATOR/Version1.2.0.2/en.html +++ b/IPAD-CALCULATOR/Version1.2.0.2/en.html @@ -327,7 +327,7 @@

Created by Lake Edwards


Install calculator app:

    -
  1. Open this page in Safari on your iPad
  2. +
  3. Open this page in Safari on your iPad
  4. Tap Share
  5. Tap Add to Home Screen
  6. Tap Add
  7. @@ -936,7 +936,7 @@

    Write a review?

    clicksFeatureEnabled = true; } function clickSound() { - var audio = new Audio('https://lake-e.github.io/iPad-Calculator/resources/keyboard-click.wav'); + var audio = new Audio('keyboard-click.wav'); audio.play(); } diff --git a/IPAD-CALCULATOR/Version1.2.0.2/keyboard-click.wav b/IPAD-CALCULATOR/Version1.2.0.2/keyboard-click.wav new file mode 100644 index 0000000..99a3bbd Binary files /dev/null and b/IPAD-CALCULATOR/Version1.2.0.2/keyboard-click.wav differ diff --git a/IPAD-CALCULATOR/Version1.2.0.2/manifest.webmanifest b/IPAD-CALCULATOR/Version1.2.0.2/manifest.webmanifest new file mode 100644 index 0000000..021e5a8 --- /dev/null +++ b/IPAD-CALCULATOR/Version1.2.0.2/manifest.webmanifest @@ -0,0 +1,30 @@ +{ + "name": "iPad Calculator", + "short_name": "Calculator", + "icons": [ + { + "src": "/iPad-Calculator/images/icon.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "/iPad-Calculator/images/icon.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "background_color": "black", + "theme_color": "black", + "categories": ["utilites", "productivity", "calculator"], + "screenshots" : [ + { + "src": "/iPad-Calculator/images/calculator-image.jpeg", + "sizes": "1280x889", + "type": "image/jpeg", + "platform": "wide", + "label": "Calculator for iPad (using Stage Manager mode)" + } + ], + "display": "standalone", + "start_url": "/iPad-Calculator/" +} diff --git a/IPAD-CALCULATOR/Version1.2.0.2/manifest2.webmanifest b/IPAD-CALCULATOR/Version1.2.0.2/manifest2.webmanifest new file mode 100644 index 0000000..9642795 --- /dev/null +++ b/IPAD-CALCULATOR/Version1.2.0.2/manifest2.webmanifest @@ -0,0 +1,30 @@ +{ + "name": "iPad Calculator", + "short_name": "Calculator", + "icons": [ + { + "src": "https://lake-e.github.io/iPad-Calculator/images/icon.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "https://lake-e.github.io/iPad-Calculator/images/icon.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "background_color": "black", + "theme_color": "black", + "categories": ["utilites", "productivity", "calculator"], + "screenshots" : [ + { + "src": "https://lake-e.github.io/iPad-Calculator/images/calculator-image.jpeg", + "sizes": "1280x889", + "type": "image/jpeg", + "platform": "wide", + "label": "Calculator for iPad (using Stage Manager mode)" + } + ], + "display": "standalone", + "start_url": "/" +} diff --git a/IPAD-CALCULATOR/Version1.2.0.2/safari-icon.jpeg b/IPAD-CALCULATOR/Version1.2.0.2/safari-icon.jpeg new file mode 100644 index 0000000..9ee45fd Binary files /dev/null and b/IPAD-CALCULATOR/Version1.2.0.2/safari-icon.jpeg differ diff --git a/IPAD-CALCULATOR/Version1.2.0.2/zh-Hans.html b/IPAD-CALCULATOR/Version1.2.0.2/zh-Hans.html index fc48a95..1cf06dd 100644 --- a/IPAD-CALCULATOR/Version1.2.0.2/zh-Hans.html +++ b/IPAD-CALCULATOR/Version1.2.0.2/zh-Hans.html @@ -327,7 +327,7 @@

    由Lake Edwards创建 / 汉化@me


    安装计算器app(图标):

      -
    1. 在 iPad 上的 Safari 浏览器中打开此页面
    2. +
    3. 在 iPad 上的 Safari 浏览器中打开此页面
    4. 点击分享
    5. 点击添加到主屏幕
    6. 点击添加
    7. @@ -936,7 +936,7 @@

      写评论?

      clicksFeatureEnabled = true; } function clickSound() { - var audio = new Audio('https://lake-e.github.io/iPad-Calculator/resources/keyboard-click.wav'); + var audio = new Audio('keyboard-click.wav'); audio.play(); } diff --git a/IPAD-CALCULATOR/Version1.2.0.2/zh-Hant.html b/IPAD-CALCULATOR/Version1.2.0.2/zh-Hant.html index 2fb7ea5..daf60ae 100644 --- a/IPAD-CALCULATOR/Version1.2.0.2/zh-Hant.html +++ b/IPAD-CALCULATOR/Version1.2.0.2/zh-Hant.html @@ -327,7 +327,7 @@

      由Lake Edwards創建 / 漢化@me


      安裝計算機app(圖示):

        -
      1. 在 iPad 上的 Safari 瀏覽器中打開此頁面
      2. +
      3. 在 iPad 上的 Safari 瀏覽器中打開此頁面
      4. 點擊分享
      5. 點擊添加到主螢幕
      6. 點擊添加
      7. @@ -936,7 +936,7 @@

        寫評論?

        clicksFeatureEnabled = true; } function clickSound() { - var audio = new Audio('https://lake-e.github.io/iPad-Calculator/resources/keyboard-click.wav'); + var audio = new Audio('keyboard-click.wav'); audio.play(); }