Skip to content

Commit c575b76

Browse files
committed
Publish 2024-10-03
1 parent 83e4c4d commit c575b76

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

elements/mobile-side.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,20 @@ const locales = {
1717
is_now_available_for: '突发新闻',
1818
check_out_exclusive: '查看独家高级主题和自定义颜色',
1919
simply_scan: '只需扫描二维码即可在手机上安装',
20+
reduce_brightness: '降低手机屏幕亮度',
21+
with_dark_mobile: '使用我们的手机应用'
2022
},
2123
};
2224

2325
const htmlText = `
2426
<section class="mob">
2527
<div class="mob-picture">
26-
<div class="mob-picture__text mob-picture__text-1">Reduce the brightness<br>of your screen</div>
27-
<div class="mob-picture__text mob-picture__text-2">with <strong>Dark Reader Mobile</strong></div>
28+
<div class="mob-picture__text mob-picture__text-1" data-text="reduce_brightness">
29+
Reduce your phone screen brightness
30+
</div>
31+
<div class="mob-picture__text mob-picture__text-2" data-text="with_dark_mobile">
32+
with <strong>Dark Reader Mobile app</strong>
33+
</div>
2834
</div>
2935
<div class="mob-subtitle" style="display: none;">
3036
<a class="mob-text-link" href="${edgeURL}" target="_blank" rel="noopener" data-s="drand-side-text">

0 commit comments

Comments
 (0)