Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NightCatSama committed Dec 22, 2017
1 parent 6814e05 commit 4644035
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions factory/build/js/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion factory/build/js/main.min.js.map

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions factory/src/scripts/modules/missions/mission1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ ACC
// 将 ACC 传给右方 Processor
R(ACC)`,
'1':
`// NEXT 从左方 Processor 传入
// console.log(NEXT)
'1':`
// 将ACC 乘以 2
ACC = ACC * 2
Expand Down Expand Up @@ -107,9 +104,13 @@ B()
* ACC 有值时 Processor 才会执行
* 每次执行 NEXT 覆盖 ACC
* NEXT 由以下两种方法提供
- IN 入口
- 其他 Processor 通过传递方法
* 每次运行 NEXT 覆盖 ACC
* COM 只能通过方法C()存储
* COM 只能通过方法 C 存储
* 所有 OUT 均等于 期望值则通关
Expand Down
6 changes: 4 additions & 2 deletions factory/src/styles/factory.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ $detector-width: 380px;
position: absolute;
width: 100%;
height: 100%;
opacity: 0.1;
opacity: 0.15;
color: $white;
font-size: 30px;
@include flex-center;
z-index: 1;
}
Expand All @@ -135,7 +137,7 @@ $detector-width: 380px;
.code {
color: $white;
}

.code-input {
color: $tr;
caret-color: $white;
Expand Down
4 changes: 4 additions & 0 deletions factory/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,10 @@ hawk@~3.1.3:
hoek "2.x.x"
sntp "1.x.x"

highlight.js@^9.12.0:
version "9.12.0"
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e"

hoek@2.x.x:
version "2.16.3"
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
Expand Down

0 comments on commit 4644035

Please sign in to comment.