Skip to content

Commit

Permalink
update #2
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaxiangBU committed Apr 30, 2019
1 parent fa9ff67 commit bc2b6f0
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 88 deletions.
10 changes: 10 additions & 0 deletions analysis/12-mushroom-kingdom.Rmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 蘑菇王国

Peach's Castle 解救碧琪公主后,你将有机会拜访她所在的蘑菇王国。

1. 在城堡屋顶上获得月亮很难,需要利用跳跳龙长按<kbd>B</kbd>保持起飞状态,然后<kbd>ZL</kbd>脱身,借助脱身之力爬上柱子,获得月亮。
[www.bilibili.com](https://www.bilibili.com/video/av18305835/?p=1)
1. 尾巴尖端,比较难找
[www.bilibili.com](https://www.bilibili.com/video/av18305835/?p=2)
1. 利用跳跳龙,吐舌头抓兔子,毕竟除了 <kbd>B</kbd>,<kbd>Y</kbd> 键功能不能浪费啊,违背游戏设计初衷
[www.bilibili.com](https://www.bilibili.com/video/av18305835/?p=3)
1. 庭园需要四个种子
1. 后院的花,需要托马斯回旋
[www.bilibili.com](https://www.bilibili.com/video/av18305835/?p=8)
1 change: 1 addition & 0 deletions analysis/behavior-portfolio.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
[Reference](http://v.youku.com/v_show/id_XMzExNzM5MjUxNg==.html)
1. 坦克不好操作,需要手柄瞄准
1. 远跳,按<kbd>摇杆</kbd>,跑动起来,然后同时按<kbd>SL</kbd> + <kbd>B</kbd>,就可以了,如果同时按<kbd>SL</kbd> + <kbd>B</kbd>不动,就是滚地
1. 滚地时,点按<kbd>Y</kbd>,可以高效的保持持续性
123 changes: 65 additions & 58 deletions game-notes.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libs/gitbook-2.6.7/css/plugin-bookdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ span.search-highlight {
border-bottom: none;
}

div.theorem, div.lemma, div.corollary, div.proposition, div.conjecture {
div.theorem, div.lemma, div.corollary, div.proposition {
font-style: italic;
}
span.theorem, span.lemma, span.corollary, span.proposition, span.conjecture {
span.theorem, span.lemma, span.corollary, span.proposition {
font-style: normal;
}
div.proof:after {
Expand Down
3 changes: 1 addition & 2 deletions libs/gitbook-2.6.7/css/plugin-fontsettings.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@
background-color: inherit;
}
.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal blockquote {
border-color: #c4b29f;
opacity: 0.9;
border-color: inherit;
}
.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre,
.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code {
Expand Down
1 change: 0 additions & 1 deletion libs/gitbook-2.6.7/css/plugin-table.css

This file was deleted.

2 changes: 1 addition & 1 deletion libs/gitbook-2.6.7/css/style.css

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions libs/gitbook-2.6.7/js/plugin-bookdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
}
});

// add the History button (file history on Github)
var history = config.history;
if (history && history.link) gitbook.toolbar.createButton({
icon: 'fa fa-history',
label: history.text || 'History',
position: 'left',
onClick: function(e) {
e.preventDefault();
window.open(history.link);
}
});

var down = config.download;
var normalizeDownload = function() {
if (!down || !(down instanceof Array) || down.length === 0) return;
Expand Down
12 changes: 1 addition & 11 deletions libs/gitbook-2.6.7/js/plugin-search.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
var index = null;
var $searchInput, $searchLabel, $searchForm;
var $searchInput, $searchForm;
var $highlighted, hi = 0, hiOpts = { className: 'search-highlight' };
var collapse = false;

Expand Down Expand Up @@ -92,30 +92,20 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
// Create search form
function createForm(value) {
if ($searchForm) $searchForm.remove();
if ($searchLabel) $searchLabel.remove();
if ($searchInput) $searchInput.remove();

$searchForm = $('<div>', {
'class': 'book-search',
'role': 'search'
});

$searchLabel = $('<label>', {
'for': 'search-box',
'aria-hidden': 'false',
'hidden': ''
});

$searchInput = $('<input>', {
'id': 'search-box',
'type': 'search',
'class': 'form-control',
'val': value,
'placeholder': 'Type to search'
});

$searchLabel.append("Type to search");
$searchLabel.appendTo($searchForm);
$searchInput.appendTo($searchForm);
$searchForm.prependTo(gitbook.state.$book.find('.book-summary'));
}
Expand Down
2 changes: 1 addition & 1 deletion libs/pagedtable-1.1/css/pagedtable.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

.pagedtable .even {
background-color: rgba(140, 140, 140, 0.1);
background-color: #fcfcfc;
}

.pagedtable-padding-col {
Expand Down

0 comments on commit bc2b6f0

Please sign in to comment.