-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
54 lines (54 loc) · 1.47 KB
/
config.json
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
{
"icon" : "/resources/chicon.jpg",
"plugin" : [
"/plugin/omit/script.js"
],
"pagepath" : {
"first" : "/page/",
"last" : ".txt"
},
"pagestruct" : [
{
"id" : "header",
"ename" : "header",
"default" : "/pstat/header.page"
},
{
"id" : "main",
"ename" : "main",
"default" : "/page/home.txt"
},
{
"id" : "footer",
"ename" : "footer",
"default" : "/pstat/footer.page"
}
],
"temp" : [
{
"name" : "tb",
"base" : ":a:%1\n=href=javascript:l('%2')\n=class=tb\n& "
},{
"name" : "bu",
"base" : "&<a href=\"%2\">%1</a>"
},{
"name" : "tu",
"base" : ":a:v%1はこちら\n=href=/TinProgram/archive/v%1.html\n=target=_blank\n=id=mco"
},{
"name" : "tl",
"base" : ":div:\n=id=%1"
},{
"name" : "fot",
"base" : ":a:%1\n=href=javascript:l('%2')\n=class=foot"
},{
"name" : "su",
"base" : ":a:%1\n=href=javascript:l('%2')"
},{
"name" : "dev",
"base" : "&<h2><a target='_blank' href='https://github.com/TNTSuperMan/%1'>%1</a></h2>"
},{
"name" : "devsite",
"base" : "&<h2><a target='_blank' href='https://tntsuperman.github.io/%1'>%2</a></h2>"
}
]
}