This commit is contained in:
be5invis 2015-12-12 06:38:14 +08:00
parent 1363e8195d
commit 8069fdda0b
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.2.0",
codename: "Adelin"
version: "1.3.0",
codename: "Ellyne"
}
});
indexPage.snippets = indexPage.$children.map(function(e){ return e.name }).filter(function(x){ return !!x }).sort();