Skip to content

Commit

Permalink
Fix home page url
Browse files Browse the repository at this point in the history
  • Loading branch information
ssBackupaccount committed Apr 4, 2024
1 parent 3f1b287 commit 8316888
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"message": "Welcome to share it via"
},
"donation_url": {
"message": "https://www.uku.im/index.html"
"message": "https://www.uku.im/"
},
"support_title": {
"message": "We Need Your Donation"
Expand Down
2 changes: 1 addition & 1 deletion _locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"message": "欢迎分享至"
},
"donation_url": {
"message": "https://www.uku.im/index.html"
"message": "https://www.uku.im/"
},
"support_title": {
"message": "我们需要您的捐款"
Expand Down
2 changes: 1 addition & 1 deletion _locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"message": "歡迎分享至"
},
"donation_url": {
"message": "https://www.uku.im/index_zht.html"
"message": "https://www.uku.im/"
},
"support_title": {
"message": "我們需要您的捐款"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Unblock Youku",
"version": "4.1.2",
"version": "4.1.3",
"manifest_version": 3,
"minimum_chrome_version": "103.0",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div><strong></strong></div>
<div class="text-center">
<p id="support_message"></p>
<a href="https://www.uku.im/index.html" target="_blank" id="support_link"><button type="button"
<a href="https://www.uku.im/" target="_blank" id="support_link"><button type="button"
class="btn btn-danger" id="support_button"></button></a>
</div>
</div>
Expand Down

0 comments on commit 8316888

Please sign in to comment.