Skip to content

Commit

Permalink
cm
Browse files Browse the repository at this point in the history
  • Loading branch information
daiday committed Nov 14, 2023
1 parent 7471cdb commit 5ff2e82
Show file tree
Hide file tree
Showing 8 changed files with 709 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules/
/dist/
/.idea/
/.vite/
1 change: 1 addition & 0 deletions docs/assets/index-79598f34.css

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

352 changes: 352 additions & 0 deletions docs/assets/index-bc300e2b.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dai Yan's Page</title>
<script type="module" crossorigin src="./assets/index-60b0ff11.js"></script>
<link rel="stylesheet" href="./assets/index-18f83d6b.css">
<script type="module" crossorigin src="./assets/index-bc300e2b.js"></script>
<link rel="stylesheet" href="./assets/index-79598f34.css">
</head>
<body>
<div id="root"></div>
Expand Down
348 changes: 348 additions & 0 deletions docs/othello/assets/index-1a203e9a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/othello/assets/index-a61cc512.css

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

8 changes: 4 additions & 4 deletions docs/othello/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!doctype html>
<html lang="en" class="sm:text-[12px] md:text-[16px] lg:text-[24px]">
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./assets/favicon-ec6621e3.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no" />
<title>Othello</title>
<meta name="description" content="一个非常简单的黑白棋游戏。为了学习react而写的。"/>
<meta property="og:image" content="./assets/preview.jpg"/>
<script type="module" crossorigin src="./assets/index-87824384.js"></script>
<link rel="stylesheet" href="./assets/index-02d6ca55.css">
<meta property="og:image" content="preview.jpg"/>
<script type="module" crossorigin src="./assets/index-1a203e9a.js"></script>
<link rel="stylesheet" href="./assets/index-a61cc512.css">
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added docs/othello/preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ff2e82

Please sign in to comment.