Skip to content

Commit

Permalink
deploy: b580b34
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed Mar 1, 2024
1 parent aaa1eba commit f4505af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions level/parse_level.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ <h2 id="单个关卡解析"><a class="header" href="#单个关卡解析">单个
Ok(Self {
map: Map::from_str(&amp;map_string)?,
metadata,
actions: Actions::default(),
undone_actions: Actions::default(),
// ... SKIP ...
})
}
// ... SKIP ...
Expand Down
3 changes: 1 addition & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,7 @@ <h2 id="单个关卡解析"><a class="header" href="#单个关卡解析">单个
Ok(Self {
map: Map::from_str(&amp;map_string)?,
metadata,
actions: Actions::default(),
undone_actions: Actions::default(),
// ... SKIP ...
})
}
// ... SKIP ...
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit f4505af

Please sign in to comment.