This commit is contained in:
be5invis 2015-12-09 06:19:54 +08:00
parent 75e1e307b7
commit 0c8632e2fb
25 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@ -49,8 +49,8 @@ var indexPage = new Vue({
isSlab: false,
isBold: false,
isItalic: false,
version: "1.1.2",
codename: "Calibum-2"
version: "1.2.0",
codename: "Adelin"
}
});
indexPage.snippets = indexPage.$children.map(function(e){ return e.name }).filter(function(x){ return !!x }).sort();