Skip to content

Commit

Permalink
lunarcalendar 顯示進度,mcn.html 版面調整
Browse files Browse the repository at this point in the history
  • Loading branch information
hjy1210 committed Jan 1, 2021
1 parent 8728a16 commit 0d438c5
Show file tree
Hide file tree
Showing 6 changed files with 327 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lunarcalendar/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/lunarcalendar/favicon.ico"><title>vue-cli-site</title><link href="/lunarcalendar/css/app.e959ae24.css" rel="preload" as="style"><link href="/lunarcalendar/js/app.f1719b2e.js" rel="preload" as="script"><link href="/lunarcalendar/js/chunk-vendors.edacf406.js" rel="preload" as="script"><link href="/lunarcalendar/css/app.e959ae24.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but vue-cli-site doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/lunarcalendar/js/chunk-vendors.edacf406.js"></script><script src="/lunarcalendar/js/app.f1719b2e.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/lunarcalendar/favicon.ico"><title>vue-cli-site</title><link href="/lunarcalendar/css/app.e959ae24.css" rel="preload" as="style"><link href="/lunarcalendar/js/app.a42f5c5f.js" rel="preload" as="script"><link href="/lunarcalendar/js/chunk-vendors.f55d5a83.js" rel="preload" as="script"><link href="/lunarcalendar/css/app.e959ae24.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but vue-cli-site doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/lunarcalendar/js/chunk-vendors.f55d5a83.js"></script><script src="/lunarcalendar/js/app.a42f5c5f.js"></script></body></html>
2 changes: 2 additions & 0 deletions lunarcalendar/js/app.a42f5c5f.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lunarcalendar/js/app.a42f5c5f.js.map

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions lunarcalendar/js/chunk-vendors.f55d5a83.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lunarcalendar/js/chunk-vendors.f55d5a83.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions magiccube/mcn.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
</head>

<body>
<p>撰寫網頁時,必須嚴格遵守Tag正確配對的規矩。</p>
<canvas id="c" tabindex="0"></canvas><!-- tabindex="0" 讓canvas可以接受鍵盤的輸入-->
<h2>選定階數</h2>
<label for="size">選定階數:</label>
<select id="size" name="size" width="40" >
Expand All @@ -37,6 +35,7 @@ <h2>選定階數</h2>
<option value="5"> 5 </option>
</select>
<button id="play">開始玩</button>
<canvas id="c" tabindex="0"></canvas><!-- tabindex="0" 讓canvas可以接受鍵盤的輸入-->
<!--<span id="message"></span>-->
<button id="undo">undo</button>
<button id="redo">redo</button>
Expand Down

0 comments on commit 0d438c5

Please sign in to comment.