Overview
| Comment: | 0.0.623 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5275affb8ef995cae4ce23f8b38525cf |
| User & Date: | 顽雨沉风 on 2023-07-05 04:07:00.744 |
| Other Links: | manifest | tags |
Context
|
2023-07-05
| ||
| 06:09 | 0.0.624 check-in: 7b3bb1ac3a user: 顽雨沉风 tags: trunk | |
| 04:07 | 0.0.623 check-in: 5275affb8e user: 顽雨沉风 tags: trunk | |
| 01:54 | 0.0.622 check-in: c45c95d0c3 user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/README.html
from [57fbf5395e]
to [981a1cd861].
1 | <!DOCTYPE html> | | | | | | | | < | | | | | | | | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | < | | | 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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
<!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;}
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>
<style type="text/css">
@media screen and (min-aspect-ratio:1/1) {
html {
background-color: f8f8f8;
background-image:
linear-gradient(
45deg,
#eee 25%,
transparent 25%,
transparent 75%,
#eee 75%),
linear-gradient(
45deg,
#eee 25%,
transparent 25%,
transparent 75%,
#eee 75%);
background-size: 8px 8px;
background-position: 0 0, 16px 8px;
}
body {
border: solid #a0a0a0 1px ;
border-radius: 20px ;
padding: 26px ;
margin: 16px ;
color: #101010 ;
background-color: #efefef;
padding: 2em 18%;
}
}
h1,h2,h3,h4,h5,h6 {
font-size: 1.5em;
color: #3F5770;
border-bottom: 0.1em solid #666666;
margin: 1.2em 0em;
}
a {
background-color: white;
text-decoration-color: blue;
}
a:visited {
color: blue;
text-decoration-color: white;
}
nav ul li {
margin: 1.2em 0em;
}
p::before {
content: " ";
}
p {
margin: 1.2em 0;
}
.title {
background-color: white;
font-size: 2em;
text-align: center;
}
b {
background-color: white;
}
a {
target: _blank;
}
</style>
<!--[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><b>☞ 以下内容不够重要,可以忽略</b></p>
<p>http://chiselapp.com/user/kkk/repository/canju</p>
<script>
document.onmouseup = function(event) {
var 元素 = event.target
if (元素.tagName == "PRE"
|| 元素.tagName == "CODE") {
|
| ︙ | ︙ |
Modified single_doc/README.md
from [4b5cb7db89]
to [ed6e3655e6].
1 2 3 4 5 | <div class="title">游戏王残局简化版</div> 游戏王残局简化版,随缘更新。 | < < < < | | 1 2 3 4 5 6 7 8 9 | <div class="title">游戏王残局简化版</div> 游戏王残局简化版,随缘更新。 <b>☞ 以下内容不够重要,可以忽略</b> http://chiselapp.com/user/kkk/repository/canju |