整理demo+UI

This commit is contained in:
chengsir
2019-10-30 18:02:09 +08:00
parent 48ae81c20e
commit dcf1065c04
150 changed files with 1228 additions and 0 deletions

12
demo/start_c_1.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<title></title>
</head>
<body>
<script language="javascript">
self.location.href = "start.html#c=1";
</script>
</body>
</html>