This repository was archived by the owner on Feb 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
96 lines (96 loc) · 3.28 KB
/
config.js
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
const Base64 = require('js-base64').Base64; // Base64
exports.links = [{
"name": "學校佈告欄",
"table": [{
"header": "校園公告",
"description": "來看看學校最新的公告",
"link": "/tlhc/pages/" + Base64.encodeURI("40-1001-15-1.php"),
"icon": "graduation cap "
}, {
"header": "榮譽榜",
"description": "哇嗚",
"link": "/tlhc/pages/" + Base64.encodeURI("40-1001-38-1.php"),
"icon": "flag checkered"
}, {
"header": "轉知資訊-政令宣導",
"description": "吼吼",
"link": "/tlhc/pages/" + Base64.encodeURI("40-1001-29-1.php"),
"icon": "announcement"
}, {
"header": "圖書館公告",
"description": "消失在學校網頁上ㄉ圖書館公告",
"link": "/tlhc/pages/" + Base64.encodeURI("40-1001-21-1.php"),
"icon": "book"
}, {
"header": "獎助學金公告",
"description": "能拿錢的情報",
"link": "/tlhc/pages/" + Base64.encodeURI("40-1001-30-1.php"),
"icon": "dollar sign "
}, {
"header": "教務處公告",
"description": "招生考試之類的",
"link": "/tlhc/pages/" + Base64.encodeURI("40-1001-28-1.php"),
"icon": "announcement"
}]
}, {
"name": "校內相關連結",
"table": [{
"header": "查成績",
"description": "美觀且易於檢視的成績頁面",
"link": "/system/login/",
"icon": "bar chart"
}, {
"header": "Web 學生選課系統",
"description": "庫",
"link": "http://register.tlhc.ylc.edu.tw/stdcourse3/",
"icon": "external link alt"
}, {
"header": "設備報修",
"description": "設備組那邊ㄉ",
"link": "https://docs.google.com/forms/d/e/1FAIpQLSe1ex8qCBmaWWR0BwK4felr_BI4eV2CJ1bM0eng71OfrsUKsw/viewform",
"icon": "external link alt"
}, {
"header": "學生社團選填",
"description": "只有上學期初才會開放",
"link": "http://register.tlhc.ylc.edu.tw/ClgStd/",
"icon": "external link alt"
}, {
"header": "志工服務管理系統",
"description": "庫",
"link": "http://163.27.124.31/EPSTD/",
"icon": "external link alt"
}, {
"header": "學校首頁",
"description": "學校ㄉ首頁",
"link": "http://web.tlhc.ylc.edu.tw/bin/home.php",
"icon": "external link alt"
}, {
"header": "雲端社群播客(哀居踢)",
"description": "好",
"link": "http://igtplus.tlhc.ylc.edu.tw/",
"icon": "external link alt"
}]
}]
exports.slide = [{
"header": "哈囉!",
"description": "ㄉㄌㄐㄕ歡迎尼",
"img": "https://i.imgur.com/8NPV00a.png",
"link": "#"
}, {
"header": "蹦蹦蹦",
"description": "新增可愛圖表",
"img": "https://i.imgur.com/pXQOkX3.png",
"link": "/system/score/"
}, {
"header": "API",
"description": "歡迎使用",
"img": "https://i.imgur.com/pJnIOpJ.jpg",
"link": "/api"
},
/* {
"header": "加入橫幅",
"description": "免費在此加入您的橫幅",
"img": "https://i.imgur.com/PpiLxni.png",
"link": "http://telegra.ph/addtlhc-05-26"
}*/
]