-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmemu.js
51 lines (49 loc) · 1.25 KB
/
memu.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
let colorMenu1 = [
{
name: "身体",
color: "#6B92CC",
group: "头发 · 皮肤 · 瞳",
url: "body/index.html"
}, {
name: "水手服",
color: "#CA405A",
group: "底色 · 领 · 领巾 · 裙",
url: "serafuku/index.html"
}
]
let colorMenu2 = [
{
name: "印象色",
color: "#888888",
group: "这里暂时没啥东西",
url: "#"
}, {
name: "用户界面",
color: "#49AA19",
group: "功能色",
url: "ui/index.html"
}
]
let colorMenu99 = [
{
name: "GitHub项目页面",
color: "#24292F",
group: "关于光棱镜的GitHub项目页面",
url: "https://github.com/sheep-realms/Light-Prism"
}, {
name: "Sheep-realms",
color: "#24292F",
group: "作者的GitHub页面",
url: "https://github.com/sheep-realms"
}, {
name: "哔哩哔哩",
color: "#00A1D6",
group: "作者的B站账号",
url: "https://space.bilibili.com/43881503"
}, {
name: "爱发电",
color: "#946ce6",
group: "要恰饭的嘛~",
url: "https://afdian.net/@sheep_realms"
}
]