-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathios.php
96 lines (90 loc) · 3.6 KB
/
ios.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<title>iOS Telegram 客戶端版本比較</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="utf-8">
<link href="//img.sean.taipei/2018/01/telegreat.png" rel="icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<meta name="description" content="自由開放的 Telegram 在各平台都有數十種客戶端,各有哪些優缺點,又該如何選擇呢?">
<meta name="image" content="https://img.sean.taipei/2018/01/telegreat.png">
<meta itemprop="name" content="iOS Telegram 客戶端版本比較">
<meta itemprop="description" content="自由開放的 Telegram 在各平台都有數十種客戶端,各有哪些優缺點,又該如何選擇呢?">
<meta itemprop="image" content="https://img.sean.taipei/2018/01/telegreat.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="iOS Telegram 客戶端版本比較">
<meta name="twitter:description" content="自由開放的 Telegram 在各平台都有數十種客戶端,各有哪些優缺點,又該如何選擇呢?">
<meta name="twitter:image:src" content="https://img.sean.taipei/2018/01/telegreat.png">
<meta name="og:title" content="iOS Telegram 客戶端版本比較">
<meta name="og:description" content="自由開放的 Telegram 在各平台都有數十種客戶端,各有哪些優缺點,又該如何選擇呢?">
<meta name="og:image" content="https://img.sean.taipei/2018/01/telegreat.png">
<meta name="og:url" content="https://tlgr.tw/ios">
<meta name="og:site_name" content="Telegram 比較站">
<meta name="og:locale" content="zh-TW">
<meta name="og:type" content="website">
<link href="style.css" rel="stylesheet">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
<div class="content">
<h1>iOS</h1>
<table>
<thead>
<tr>
<th>版本</th>
<th>中文支援度</th>
<th>最後更新</th>
</tr>
</thead>
<tbody>
<tr>
<td>官方版</td>
<td class="table-yes2">可手動套用翻譯檔</td>
<td class="table-yes2">2018 July</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Telegram X</td>
<td class="table-no">無法自行翻譯</td>
<td class="table-yes2">2018 June</td>
</tr>
</tbody>
</table>
<h2><a class="anchor" name="official" href="#official" id="official"><i class="anchor-icon"></i></a>Telegram Messenger (官方版)</h2>
<p class="comments-section">App Store 連結: <a href="https://itunes.apple.com/tw/app/id686449807" target="_blank">Telegram Messenger</a></p>
<div class="comp">
<div class="pros">
<h3>優點</h3>
<ol>
<li>官方出品,安全有保障</li>
</ol>
</div>
<div class="cons">
<h3>缺點</h3>
<ol>
<li>沒有內建中文</li>
</ol>
</div>
</div>
<h2><a class="anchor" name="telegram-x" href="#telegram-x" id="telegram-x"><i class="anchor-icon"></i></a>Telegram X</h2>
<p class="comments-section">App Store 連結: <a href="https://itunes.apple.com/tw/app/id898228810" target="_blank">Telegram X</a></p>
<div class="comp">
<div class="pros">
<h3>優點</h3>
<ol>
<li>更輕盈、更快及電池使用效率更高</li>
<li>平滑動畫和更快的速度及載入時間</li>
</ol>
</div>
<div class="cons">
<h3>缺點</h3>
<ol>
<li>無法翻譯為中文</li>
</ol>
</div>
</div>
</div>
<?php include('footer.php'); ?>
</body>
</html>