forked from lest-day/WikitDB
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwikitdb.config.js
More file actions
57 lines (57 loc) · 1.88 KB
/
wikitdb.config.js
File metadata and controls
57 lines (57 loc) · 1.88 KB
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
module.exports = {
SITE_NAME: 'WikitDB',
SITE_URL: '',
SITE_SINCE: '2026',
SITE_AUTHOR: 'WikitDB Team',
SUPPORT_WIKI: [
/*站点格式
{
NAME: "站点名称",
URL: "站点链接",
ImgURL: "Logo链接",
PARAM: "简写",
WIKIT_ID: "Wikit站点里写的站点名称,这里用于筛选作者的站点页面"
},
*/
{
NAME: "深林文学部",
URL: "https://deep-forest-club.wikidot.com/",
ImgURL: "https://deep-forest-club.wdfiles.com/local--files/component%3Atheme/logo.png",
PARAM: "dfc",
WIKIT_ID: "deep-forest-club",
AUTHOR_TAG: "作者"
},
{
NAME: "后室IF分站",
URL: "https://if-backrooms.wikidot.com/",
ImgURL: "https://laimu.backroomswiki.top/img/Logo.png",
PARAM: "if",
WIKIT_ID: "if-backrooms",
AUTHOR_TAG: "作者"
},
{
NAME: "地下黑市",
URL: "https://ubmh.wikidot.com/",
ImgURL: "https://ubmh.wdfiles.com/local--files/admin%3Atheme/ubmh.webp",
PARAM: "ubmh",
WIKIT_ID: "ubmh",
AUTHOR_TAG: "作者"
},
{
NAME: "SCP基金会云国分部",
URL: "https://scp-wiki-cloud.wikidot.com/",
ImgURL: "https://scp-wiki-cloud.wdfiles.com/local--files/start/scp-cloud-logo.png",
PARAM: "scp-wiki-cloud",
WIKIT_ID: "scp-wiki-cloud",
AUTHOR_TAG: "作者"
},
{
NAME: "规则怪谈档案馆",
URL: "https://rule-wiki.wikidot.com/",
ImgURL: "https://rule-wiki.wdfiles.com/local--files/component%3Atheme/rule-wiki-new.svg",
PARAM: "rule",
WIKIT_ID: "rule-wiki",
AUTHOR_TAG: "作者"
},
]
};