File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
2325const 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">
You can’t perform that action at this time.
0 commit comments