File tree 6 files changed +31
-8
lines changed
6 files changed +31
-8
lines changed Original file line number Diff line number Diff line change 60
60
"message" : " Unblock Youku is now offering RIFT VPN for your phone, enjoy your favorite TV shows and music anytime, anywhere."
61
61
},
62
62
"rift_scan_message" :{
63
- "message" : " Scan the QR code to download Android app: "
63
+ "message" : " Scan for Android"
64
+ },
65
+ "rift_scan_ios_message" :{
66
+ "message" : " Scan for iOS"
64
67
},
65
68
"rift_qr_title" :{
66
69
"message" : " Want to use it on your phone? "
Original file line number Diff line number Diff line change 60
60
"message" : " Unblock Youku 现在为您的手机提供 RIFT VPN,随时随地畅享您喜爱的电视节目和音乐。"
61
61
},
62
62
"rift_scan_message" :{
63
- "message" : " 扫描二维码下载安卓应用:"
63
+ "message" : " 扫描下载安卓客户端:"
64
+ },
65
+ "rift_scan_ios_message" :{
66
+ "message" : " 扫描下载苹果客户端:"
64
67
},
65
68
"rift_qr_title" :{
66
69
"message" : " 想在手机上使用 Unblock Youku?"
Original file line number Diff line number Diff line change 60
60
"message" : " Unblock Youku 现在为您的手机提供 RIFT VPN,随时随地畅享您喜爱的电视节目和音乐。"
61
61
},
62
62
"rift_scan_message" : {
63
- "message" : " 扫描二维码下载安卓应用:"
63
+ "message" : " 掃描下載安卓應用: "
64
+ },
65
+ "rift_scan_ios_message" :{
66
+ "message" : " 掃描下載iOS應用: "
64
67
},
65
68
"rift_qr_title" : {
66
69
"message" : " 想在手机上使用 Unblock Youku?"
Original file line number Diff line number Diff line change 15
15
16
16
< body >
17
17
< div id ="wrapper " class ="container-fluid ">
18
- < div id ="rift_qr ">
18
+ < div id ="qr_codes_container " style ="text-align: left; ">
19
+ <!-- Rift VPN QR code for general use -->
19
20
< div > < strong > </ strong > < span class ="label label-success "> NEW</ span > </ div >
20
- < div class ="text-center " style ="margin-top:20px;margin-bottom:20px; ">
21
- < p id ="rift_scan_message "> </ p >
22
- < img src ="img/rift-vpn-qr.png " alt ="Rift VPN QR code ">
21
+
22
+ <!-- Container for QR codes displayed side by side -->
23
+ < div style ="display: flex; justify-content: space-around; align-items: flex-start; margin-top: 20px; ">
24
+ <!-- Rift VPN QR code for general use -->
25
+ < div id ="rift_qr " class ="text-center ">
26
+ < p id ="rift_scan_message "> </ p >
27
+ < img src ="img/rift-vpn-qr.png " alt ="Rift VPN QR code " style ="width: auto; height: 140px; ">
28
+ </ div >
29
+
30
+ <!-- iOS-specific Rift VPN QR code -->
31
+ < div id ="rift_ios_qr " class ="text-center ">
32
+ < p id ="rift_scan_ios_message "> </ p >
33
+ < img src ="img/rift-vpn-qr-ios.jpg " alt ="Rift VPN iOS QR code " style ="width: auto; height: 140px; ">
34
+ </ div >
23
35
</ div >
24
36
</ div >
37
+
25
38
26
39
< div id ="intro " class ="text-center "style ="margin-top:20px;margin-bottom:20px; ">
27
40
< p id ="rift_intro_message "> </ p >
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ import * as Icon from './modules/_icon.mjs';
8
8
// Set the translated texts for the options page
9
9
( function ( ) {
10
10
const getMsg = chrome . i18n . getMessage ;
11
- $ ( 'div#rift_qr strong' ) . html ( getMsg ( 'rift_qr_title' ) ) ;
11
+ $ ( 'div#qr_codes_container strong' ) . html ( getMsg ( 'rift_qr_title' ) ) ;
12
12
$ ( 'div#support strong' ) . html ( getMsg ( 'support_title' ) ) ;
13
13
$ ( 'p#support_message' ) . html ( getMsg ( 'support_message' ) ) ;
14
14
$ ( 'button#learn_rift_button' ) . html ( getMsg ( 'learn_rift_button' ) ) ;
15
15
$ ( 'p#rift_intro_message' ) . html ( getMsg ( 'rift_intro_message' ) ) ;
16
16
$ ( 'p#rift_scan_message' ) . html ( getMsg ( 'rift_scan_message' ) ) ;
17
+ $ ( 'p#rift_scan_ios_message' ) . html ( getMsg ( 'rift_scan_ios_message' ) ) ;
17
18
$ ( 'a#support_link' ) . attr ( 'href' , getMsg ( 'donation_url' ) ) ;
18
19
$ ( 'button#support_button' ) . html ( getMsg ( 'support_button' ) ) ;
19
20
You can’t perform that action at this time.
0 commit comments