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