This commit is contained in:
be5invis 2015-12-04 19:22:50 +08:00
parent 403616065d
commit d6abf86a8e
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

@ -45,8 +45,8 @@ var indexPage = new Vue({
snippet: 'js',
theme: 'dark',
isSlab: false,
version: "1.0.2",
codename: "Tabris-2"
version: "1.1.0",
codename: "Calibum"
}
});
indexPage.snippets = indexPage.$children.map(function(e){ return e.name }).filter(function(x){ return !!x });