This commit is contained in:
2018-12-27 12:43:27 +09:00
commit b4f1c55f50
19 changed files with 295 additions and 0 deletions

30
index.php Normal file
View File

@@ -0,0 +1,30 @@
<html>
<head>
<meta charset="utf-8" />
<script src="https://www.solamimi.org/js/jquery.js"></script>
<script src="https://www.solamimi.org/js/linq.min.js"></script>
<script src="https://code.createjs.com/createjs-2015.11.26.min.js"></script>
<script src="gbf.js"></script>
<style>
#myCanvas.mouseon{
cursor: pointer;
}
</style>
</head>
<body>
活動選擇:
<select name="EventList">
<option value="2">GBF 2018聖誕節</option>
<option value="1">GBF 2018四周年</option>
</select>
<br />
格子內的點二下刪除,資料存在使用者端,換電腦資料會消失
<br />
<canvas id="gbfCanvas" width="960" height="540"></canvas>
</body>
</html>