Skip to content

Commit b7c6e8e

Browse files
committed
commit
1 parent a3308b7 commit b7c6e8e

8 files changed

+114
-41
lines changed

lang/zh_CN.lang

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ feature_26=URI 编码/解码 工具
5252
feature_7_1=流任务 AES-128 解密 (SAMPLE-AES 解密目前还不支持)
5353
feature_25=HTTP工具
5454
feature_18=追踪器管理
55-
share=Share
55+
share=分享
5656
feature_21=多语言
5757
feature_17=过滤器定制
5858
http_tool=HTTP工具

release/filecxx_1.0_linux_x64.zip

4.29 KB
Binary file not shown.

release/filecxx_1.0_win_x64.zip

3.95 KB
Binary file not shown.

script/base.js

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
(function()
2+
{
3+
var decode_email = function()
4+
{
5+
var arr = [110,112,100,47,102,100,111,102,103,109,106,98,110,65,122,118,104,117,106,116,116,102,109,102,110,98,111];
6+
var element = document.getElementById("contact_email");
7+
8+
for(var i=0;i<arr.length;++i){
9+
arr[i] = String.fromCharCode(arr[i] - 1);
10+
}
11+
var text = arr.reverse().join('');
12+
13+
element.setAttribute("href","mailto:" + text);
14+
element.innerHTML = text;
15+
}
16+
decode_email();
17+
})();

tpl/browser_integration.html

+76-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,76 @@
1-
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>${software_name_} - ${browser_extension}</title>
8+
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
9+
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
10+
<link rel="stylesheet" href="../style/base.css">
11+
</head>
12+
<body>
13+
14+
<div class="central">
15+
<div class="nav">
16+
<div class="links_">
17+
<a class="tool_button home_" href="index.html">${home_page}</a>
18+
<a class="tool_button download_" href="index.html#downloads">${download}</a>
19+
<a class="tool_button description_" href="index.html#description">${description}</a>
20+
<a class="tool_button features_" href="index.html#features">${features}</a>
21+
<a class="tool_button screenshot_" href="index.html#screenshot">${screenshot}</a>
22+
<a class="tool_button share_" href="index.html#shares">${share}</a>
23+
<a class="tool_button documentation_" href="documentation.html">${documentation}</a>
24+
</div>
25+
</div>
26+
27+
<div class="header">
28+
<div class="top_">
29+
<div class="logo_"></div>
30+
<div class="name_">
31+
<h1>${software_name_}</h1>
32+
<div class="text_"> - Since 2022</div>
33+
</div>
34+
<div class="languages_">
35+
<div class="current_">${language_}</div>
36+
<div class="items_">
37+
<a class="item_" href="../en_US/index.html">English</a>
38+
<a class="item_" href="../zh_CN/index.html">简体中文</a>
39+
<a class="item_" href="../ru_RU/index.html">Русский</a>
40+
</div>
41+
</div>
42+
</div>
43+
</div>
44+
45+
<div class="body">
46+
47+
<div class="section">
48+
todo:
49+
</div>
50+
<div class="section json_keys" id="json_fields">
51+
<h2>JSON</h2>
52+
</div>
53+
</div>
54+
55+
<div class="footer">
56+
<div class="copyright_">
57+
<span>No copyright © 2022</span>
58+
<div class="email_">
59+
<b>EMAIL:</b>
60+
<a href="mailto:[email protected]" id="contact_email">[email protected]</a>
61+
</div>
62+
<div class="contact_">
63+
<a target="_blank" href="https://twitter.com/namelessitguy">Twitter</a>
64+
<a target="_blank" href="https://www.reddit.com/user/namelessitguy">Reddit</a>
65+
<a target="_blank" href="https://mewe.com/i/namelessitguy">MeWe</a>
66+
<a target="_blank" href="https://gab.com/namelessitguy">Gab</a>
67+
<a target="_blank" href="https://gettr.com/user/namelessitguy">Gettr</a>
68+
</div>
69+
</div>
70+
</div>
71+
</div>
72+
73+
<script src="../script/base.js"></script>
74+
75+
</body>
76+
</html>

tpl/documentation.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7-
<meta name="keywords" content="${index_meta_keywords_}"/>
87
<title>${software_name_} - ${documentation}</title>
98
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
109
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
@@ -61,15 +60,16 @@ <h2>JSON</h2>
6160
<a href="mailto:[email protected]" id="contact_email">[email protected]</a>
6261
</div>
6362
<div class="contact_">
64-
<a href="https://twitter.com/namelessitguy">Twitter</a>
65-
<a href="https://www.reddit.com/user/namelessitguy">Reddit</a>
66-
<a href="https://mewe.com/i/namelessitguy">MeWe</a>
67-
<a href="https://gab.com/namelessitguy">Gab</a>
68-
<a href="https://gettr.com/user/namelessitguy">Gettr</a>
63+
<a target="_blank" href="https://twitter.com/namelessitguy">Twitter</a>
64+
<a target="_blank" href="https://www.reddit.com/user/namelessitguy">Reddit</a>
65+
<a target="_blank" href="https://mewe.com/i/namelessitguy">MeWe</a>
66+
<a target="_blank" href="https://gab.com/namelessitguy">Gab</a>
67+
<a target="_blank" href="https://gettr.com/user/namelessitguy">Gettr</a>
6968
</div>
7069
</div>
7170
</div>
7271
</div>
72+
<script src="../script/base.js"></script>
7373

7474
</body>
7575
</html>

tpl/index.html

+12-31
Original file line numberDiff line numberDiff line change
@@ -224,18 +224,17 @@ <h2>${share}</h2>
224224
<div class="footer">
225225
<div class="links_">
226226
<h2>${links}</h2>
227-
228227
<div>
229228
<h4>${similar_software_}</h4>
230-
<a href="https://lightzhan.xyz/index.php/en/qdown-en/">QDown</a>
231-
<a href="https://xdown.org/">XDown</a>
232-
<a href="https://motrix.app/">motrix</a>
229+
<a target="_blank" href="https://lightzhan.xyz/index.php/en/qdown-en/">QDown</a>
230+
<a target="_blank" href="https://xdown.org/">XDown</a>
231+
<a target="_blank" href="https://motrix.app/">motrix</a>
233232
</div>
234233
<div>
235234
<h4>Opensource libraries</h4>
236-
<a href="https://www.boost.org/">boost</a>
237-
<a href="https://www.libtorrent.org/">libtorrent</a>
238-
<a href="https://qt.io/">Qt</a>
235+
<a target="_blank" href="https://www.boost.org/">boost</a>
236+
<a target="_blank" href="https://www.libtorrent.org/">libtorrent</a>
237+
<a target="_blank" href="https://qt.io/">Qt</a>
239238
</div>
240239
</div>
241240

@@ -246,35 +245,17 @@ <h4>Opensource libraries</h4>
246245
<a href="mailto:[email protected]" id="contact_email">[email protected]</a>
247246
</div>
248247
<div class="contact_">
249-
<a href="https://twitter.com/namelessitguy">Twitter</a>
250-
<a href="https://www.reddit.com/user/namelessitguy">Reddit</a>
251-
<a href="https://mewe.com/i/namelessitguy">MeWe</a>
252-
<a href="https://gab.com/namelessitguy">Gab</a>
253-
<a href="https://gettr.com/user/namelessitguy">Gettr</a>
248+
<a target="_blank" href="https://twitter.com/namelessitguy">Twitter</a>
249+
<a target="_blank" href="https://www.reddit.com/user/namelessitguy">Reddit</a>
250+
<a target="_blank" href="https://mewe.com/i/namelessitguy">MeWe</a>
251+
<a target="_blank" href="https://gab.com/namelessitguy">Gab</a>
252+
<a target="_blank" href="https://gettr.com/user/namelessitguy">Gettr</a>
254253
</div>
255254
</div>
256255
</div>
257256
</div>
258257

259-
<script>
260-
(function()
261-
{
262-
var decode_email = function()
263-
{
264-
var arr = [110,112,100,47,102,100,111,102,103,109,106,98,110,65,122,118,104,117,106,116,116,102,109,102,110,98,111];
265-
var element = document.getElementById("contact_email");
266-
267-
for(var i=0;i<arr.length;++i){
268-
arr[i] = String.fromCharCode(arr[i] - 1);
269-
}
270-
var text = arr.reverse().join('');
271-
272-
element.setAttribute("href","mailto:" + text);
273-
element.innerHTML = text;
274-
}
275-
decode_email();
276-
})();
277-
</script>
258+
<script src="../script/base.js"></script>
278259
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-6226ca040a5d34a0"></script>
279260

280261
</body>

troubleshooting.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7-
<meta http-equiv="refresh" content="1; url=https://github.com/filecxx/FileCentipede/issues" />
7+
<meta http-equiv="refresh" content="0; url=https://github.com/filecxx/FileCentipede/issues" />
88
<title>File Centipede</title>
99
<script>
1010
(function(){
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616

17-
17+
<a href="https://github.com/filecxx/FileCentipede/issues">https://github.com/filecxx/FileCentipede/issues</a>
1818
</body>
1919
</html>
2020

0 commit comments

Comments
 (0)