Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
showlotus committed Mar 10, 2024
1 parent 122d438 commit b98d9a1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 斗地主 · 记牌器

## 操作指导

- 在输入框中输入规则,点击 `Enter` 后触发;
- 使用方向键 `Up``Down` 采用智能提示的内容;
- “撤销”:撤销上一步输入的规则;
- “重置”:将所有牌重置为初始状态。

## 词法规则

| 键入字符 | 对应牌 | 备注 |
Expand Down
2 changes: 1 addition & 1 deletion src/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

@font-face {
font-family: 'Old Standard TT';
src: url('./fonts/OldStandardTT-Regular.ttf');
src: url('../fonts/OldStandardTT-Regular.ttf');
}

/* @font-face {
Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion website/assets/index-D60D6YPn.css

This file was deleted.

1 change: 1 addition & 0 deletions website/assets/index-fwgemxli.css

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

File renamed without changes.
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<link rel="icon" type="image/svg+xml" href="./icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>斗地主 · 记牌器</title>
<script type="module" crossorigin src="./assets/index-0qZpAuKS.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-D60D6YPn.css">
<script type="module" crossorigin src="./assets/index-z9EtsWZt.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-fwgemxli.css">
</head>

<body>
Expand Down

0 comments on commit b98d9a1

Please sign in to comment.