Overview
Context
Changes
Added single_doc/README.html version [572a3f1f67].
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>README</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="D:\user\wscite\user/嵌入式.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="title">
游戏王残局简化版
</div>
<p>游戏王残局简化版,随缘更新。</p>
<p>简化方法见<a href="残局简化方法.md">残局简化方</a>。</p>
<p><b>☞ 以下内容不够重要,可以忽略</b></p>
<script>
document.onmouseup = function(event) {
var 元素 = event.target
if (元素.tagName == "PRE"
|| 元素.tagName == "CODE") {
var 文本 = 元素.textContent
navigator.clipboard.writeText(文本)
}
}
document.addEventListener('touchend', function(event) {
var target = event.target;
if (target.tagName == "PRE" || target.tagName == "CODE") {
var range = document.createRange();
range.selectNodeContents(target);
window.getSelection().removeAllRanges();
window.getSelection().addRange(range);
var successful = document.execCommand('copy');
target.removeAttribute('contenteditable');
window.getSelection().removeAllRanges();
}
});
</script>
</body>
</html>
|
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Modified single_doc/README.md
from [97710ac432]
to [9552937fb9].
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-
+
-
-
+
+
-
|
<div class="title">游戏王残局简化版</div>
游戏王残局简化版,随缘更新。
简化方法见[残局简化方法]。
简化方法见[残局简化方](残局简化方法.md)。
<b>☞ 以下内容不够重要,可以忽略</b>
[残局简化方法]:残局简化方法.md
[1]
[残局简化方法]:残局简化方法.html
[1]:http://chiselapp.com/user/kkk/repository/canju
[1]:http://chiselapp.com/user/kkk/repository/canju
|
Added single_doc/残局简化方法.html version [857cd3b52a].