]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/zh-rCN/guide_interface.html
Simplified Chines Guide translation.
[PrivacyBrowserAndroid.git] / app / src / main / assets / zh-rCN / guide_interface.html
1 <!--
2   Copyright 2016-2020,2022-2023 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2023 Xin.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
7
8   Privacy Browser Android is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser Android is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <html>
22     <head>
23         <meta charset="UTF-8">
24
25         <link rel="stylesheet" href="../css/theme.css">
26
27         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
28         <meta name="color-scheme" content="light dark">
29     </head>
30
31     <body>
32         <h3><svg class="header"><use href="../shared_images/bookmarks.svg#icon"/></svg> 书签</h3>
33
34         <p>书签页可以通过屏幕的右侧页面滑动打开,如果安卓手势导航支持,按住屏幕的右侧<a href="https://redmine.stoutner.com/boards/1/topics/243">直到书签弹出</a>,然后滑动来打开它。</p>
35
36         <p>有时候很难通过手势来打开书签页,所以也可以从菜单栏里打开书签页。在当前的页面打开点击的书签,长按书签会在新页面打开,长按文件夹会在新的页面里打开文件夹里的所有书签。当书签可以编辑或修改时,点击书签页右下角的图标来进行编辑</p>
37     </body>
38 </html>