guide.html 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>
  5. <link href='https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext' rel='stylesheet' type='text/css' /><style type='text/css'>html {overflow-x: initial !important;}:root { --bg-color: #ffffff; --text-color: #333333; --select-text-bg-color: #B5D6FC; --select-text-font-color: auto; --monospace: "Lucida Console",Consolas,"Courier",monospace; --title-bar-height: 20px; }
  6. .mac-os-11 { --title-bar-height: 28px; }
  7. html { font-size: 14px; background-color: var(--bg-color); color: var(--text-color); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
  8. body { margin: 0px; padding: 0px; height: auto; inset: 0px; font-size: 1rem; line-height: 1.42857143; overflow-x: hidden; background-image: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; background-color: inherit; tab-size: 4; background-position: inherit; background-repeat: inherit; }
  9. iframe { margin: auto; }
  10. a.url { word-break: break-all; }
  11. a:active, a:hover { outline: 0px; }
  12. .in-text-selection, ::selection { text-shadow: none; background: var(--select-text-bg-color); color: var(--select-text-font-color); }
  13. #write { margin: 0px auto; height: auto; width: inherit; word-break: normal; word-wrap: break-word; position: relative; white-space: normal; overflow-x: visible; padding-top: 36px; }
  14. #write.first-line-indent p { text-indent: 2em; }
  15. #write.first-line-indent li p, #write.first-line-indent p * { text-indent: 0px; }
  16. #write.first-line-indent li { margin-left: 2em; }
  17. .for-image #write { padding-left: 8px; padding-right: 8px; }
  18. body.typora-export { padding-left: 30px; padding-right: 30px; }
  19. .typora-export .footnote-line, .typora-export li, .typora-export p { white-space: pre-wrap; }
  20. .typora-export .task-list-item input { pointer-events: none; }
  21. @media screen and (max-width: 500px) {
  22. body.typora-export { padding-left: 0px; padding-right: 0px; }
  23. #write { padding-left: 20px; padding-right: 20px; }
  24. .CodeMirror-sizer { margin-left: 0px !important; }
  25. .CodeMirror-gutters { display: none !important; }
  26. }
  27. #write li > figure:last-child { margin-bottom: 0.5rem; }
  28. #write ol, #write ul { position: relative; }
  29. img { max-width: 100%; vertical-align: middle; image-orientation: from-image; }
  30. button, input, select, textarea { color: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-variant-caps: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; }
  31. input[type="checkbox"], input[type="radio"] { line-height: normal; padding: 0px; }
  32. *, ::after, ::before { box-sizing: border-box; }
  33. #write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p, #write pre { width: inherit; }
  34. #write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p { position: relative; }
  35. p { line-height: inherit; }
  36. h1, h2, h3, h4, h5, h6 { break-after: avoid-page; break-inside: avoid; orphans: 4; }
  37. p { orphans: 4; }
  38. h1 { font-size: 2rem; }
  39. h2 { font-size: 1.8rem; }
  40. h3 { font-size: 1.6rem; }
  41. h4 { font-size: 1.4rem; }
  42. h5 { font-size: 1.2rem; }
  43. h6 { font-size: 1rem; }
  44. .md-math-block, .md-rawblock, h1, h2, h3, h4, h5, h6, p { margin-top: 1rem; margin-bottom: 1rem; }
  45. .hidden { display: none; }
  46. .md-blockmeta { color: rgb(204, 204, 204); font-weight: 700; font-style: italic; }
  47. a { cursor: pointer; }
  48. sup.md-footnote { padding: 2px 4px; background-color: rgba(238, 238, 238, 0.7); color: rgb(85, 85, 85); border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; cursor: pointer; }
  49. sup.md-footnote a, sup.md-footnote a:hover { color: inherit; text-transform: inherit; text-decoration: inherit; }
  50. #write input[type="checkbox"] { cursor: pointer; width: inherit; height: inherit; }
  51. figure { overflow-x: auto; margin: 1.2em 0px; max-width: calc(100% + 16px); padding: 0px; }
  52. figure > table { margin: 0px; }
  53. tr { break-inside: avoid; break-after: auto; }
  54. thead { display: table-header-group; }
  55. table { border-collapse: collapse; border-spacing: 0px; width: 100%; overflow: auto; break-inside: auto; text-align: left; }
  56. table.md-table td { min-width: 32px; }
  57. .CodeMirror-gutters { border-right-width: 0px; background-color: inherit; }
  58. .CodeMirror-linenumber { }
  59. .CodeMirror { text-align: left; }
  60. .CodeMirror-placeholder { opacity: 0.3; }
  61. .CodeMirror pre { padding: 0px 4px; }
  62. .CodeMirror-lines { padding: 0px; }
  63. div.hr:focus { cursor: none; }
  64. #write pre { white-space: pre-wrap; }
  65. #write.fences-no-line-wrapping pre { white-space: pre; }
  66. #write pre.ty-contain-cm { white-space: normal; }
  67. .CodeMirror-gutters { margin-right: 4px; }
  68. .md-fences { font-size: 0.9rem; display: block; break-inside: avoid; text-align: left; overflow: visible; white-space: pre; background-image: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; background-color: inherit; position: relative !important; background-position: inherit; background-repeat: inherit; }
  69. .md-fences-adv-panel { width: 100%; margin-top: 10px; text-align: center; padding-top: 0px; padding-bottom: 8px; overflow-x: auto; }
  70. #write .md-fences.mock-cm { white-space: pre-wrap; }
  71. .md-fences.md-fences-with-lineno { padding-left: 0px; }
  72. #write.fences-no-line-wrapping .md-fences.mock-cm { white-space: pre; overflow-x: auto; }
  73. .md-fences.mock-cm.md-fences-with-lineno { padding-left: 8px; }
  74. .CodeMirror-line, twitterwidget { break-inside: avoid; }
  75. .footnotes { opacity: 0.8; font-size: 0.9rem; margin-top: 1em; margin-bottom: 1em; }
  76. .footnotes + .footnotes { margin-top: 0px; }
  77. .md-reset { margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: top; text-decoration: none; text-shadow: none; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; line-height: normal; font-weight: 400; text-align: left; box-sizing: content-box; direction: ltr; background-position: 0px 0px; }
  78. li div { padding-top: 0px; }
  79. blockquote { margin: 1rem 0px; }
  80. li .mathjax-block, li p { margin: 0.5rem 0px; }
  81. li blockquote { margin: 1rem 0px; }
  82. li { margin: 0px; position: relative; }
  83. blockquote > :last-child { margin-bottom: 0px; }
  84. blockquote > :first-child, li > :first-child { margin-top: 0px; }
  85. .footnotes-area { color: rgb(136, 136, 136); margin-top: 0.714rem; padding-bottom: 0.143rem; white-space: normal; }
  86. #write .footnote-line { white-space: pre-wrap; }
  87. @media print {
  88. body, html { border: 1px solid transparent; height: 99%; break-after: avoid; break-before: avoid; font-variant-ligatures: no-common-ligatures; }
  89. #write { margin-top: 0px; padding-top: 0px; border-color: transparent !important; }
  90. .typora-export * { -webkit-print-color-adjust: exact; }
  91. .typora-export #write { break-after: avoid; }
  92. .typora-export #write::after { height: 0px; }
  93. .is-mac table { break-inside: avoid; }
  94. .typora-export-show-outline .typora-export-sidebar { display: none; }
  95. }
  96. .footnote-line { margin-top: 0.714em; font-size: 0.7em; }
  97. a img, img a { cursor: pointer; }
  98. pre.md-meta-block { font-size: 0.8rem; min-height: 0.8rem; white-space: pre-wrap; background-color: rgb(204, 204, 204); display: block; overflow-x: hidden; }
  99. p > .md-image:only-child:not(.md-img-error) img, p > img:only-child { display: block; margin: auto; }
  100. #write.first-line-indent p > .md-image:only-child:not(.md-img-error) img { left: -2em; position: relative; }
  101. p > .md-image:only-child { display: inline-block; width: 100%; }
  102. #write .MathJax_Display { margin: 0.8em 0px 0px; }
  103. .md-math-block { width: 100%; }
  104. .md-math-block:not(:empty)::after { display: none; }
  105. .MathJax_ref { fill: currentcolor; }
  106. [contenteditable="true"]:active, [contenteditable="true"]:focus, [contenteditable="false"]:active, [contenteditable="false"]:focus { outline: 0px; box-shadow: none; }
  107. .md-task-list-item { position: relative; list-style-type: none; }
  108. .task-list-item.md-task-list-item { padding-left: 0px; }
  109. .md-task-list-item > input { position: absolute; top: 0px; left: 0px; margin-left: -1.2em; margin-top: calc(1em - 10px); border: none; }
  110. .math { font-size: 1rem; }
  111. .md-toc { min-height: 3.58rem; position: relative; font-size: 0.9rem; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }
  112. .md-toc-content { position: relative; margin-left: 0px; }
  113. .md-toc-content::after, .md-toc::after { display: none; }
  114. .md-toc-item { display: block; color: rgb(65, 131, 196); }
  115. .md-toc-item a { text-decoration: none; }
  116. .md-toc-inner:hover { text-decoration: underline; }
  117. .md-toc-inner { display: inline-block; cursor: pointer; }
  118. .md-toc-h1 .md-toc-inner { margin-left: 0px; font-weight: 700; }
  119. .md-toc-h2 .md-toc-inner { margin-left: 2em; }
  120. .md-toc-h3 .md-toc-inner { margin-left: 4em; }
  121. .md-toc-h4 .md-toc-inner { margin-left: 6em; }
  122. .md-toc-h5 .md-toc-inner { margin-left: 8em; }
  123. .md-toc-h6 .md-toc-inner { margin-left: 10em; }
  124. @media screen and (max-width: 48em) {
  125. .md-toc-h3 .md-toc-inner { margin-left: 3.5em; }
  126. .md-toc-h4 .md-toc-inner { margin-left: 5em; }
  127. .md-toc-h5 .md-toc-inner { margin-left: 6.5em; }
  128. .md-toc-h6 .md-toc-inner { margin-left: 8em; }
  129. }
  130. a.md-toc-inner { font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; }
  131. .footnote-line a:not(.reversefootnote) { color: inherit; }
  132. .md-attr { display: none; }
  133. .md-fn-count::after { content: "."; }
  134. code, pre, samp, tt { font-family: var(--monospace); }
  135. kbd { margin: 0px 0.1em; padding: 0.1em 0.6em; font-size: 0.8em; color: rgb(36, 39, 41); background-color: rgb(255, 255, 255); border: 1px solid rgb(173, 179, 185); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; box-shadow: rgba(12, 13, 14, 0.2) 0px 1px 0px, rgb(255, 255, 255) 0px 0px 0px 2px inset; white-space: nowrap; vertical-align: middle; }
  136. .md-comment { color: rgb(162, 127, 3); opacity: 0.8; font-family: var(--monospace); }
  137. code { text-align: left; }
  138. a.md-print-anchor { white-space: pre !important; border: none !important; display: inline-block !important; position: absolute !important; width: 1px !important; right: 0px !important; outline: 0px !important; text-shadow: initial !important; background-position: 0px 0px !important; }
  139. .md-inline-math .MathJax_SVG .noError { display: none !important; }
  140. .html-for-mac .inline-math-svg .MathJax_SVG { vertical-align: 0.2px; }
  141. .md-fences-math .MathJax_SVG_Display, .md-math-block .MathJax_SVG_Display { text-align: center; margin: 0px; position: relative; text-indent: 0px; max-width: none; max-height: none; min-height: 0px; min-width: 100%; width: auto; overflow-y: visible; display: block !important; }
  142. .MathJax_SVG_Display, .md-inline-math .MathJax_SVG_Display { width: auto; margin: inherit; display: inline-block !important; }
  143. .MathJax_SVG .MJX-monospace { font-family: var(--monospace); }
  144. .MathJax_SVG .MJX-sans-serif { font-family: sans-serif; }
  145. .MathJax_SVG { display: inline; font-style: normal; font-weight: 400; line-height: normal; text-indent: 0px; text-align: left; text-transform: none; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px; zoom: 90%; }
  146. #math-inline-preview-content { zoom: 1.1; }
  147. .MathJax_SVG * { transition: none; }
  148. .MathJax_SVG_Display svg { vertical-align: middle !important; margin-bottom: 0px !important; margin-top: 0px !important; }
  149. .os-windows.monocolor-emoji .md-emoji { font-family: "Segoe UI Symbol", sans-serif; }
  150. .md-diagram-panel > svg { max-width: 100%; }
  151. [lang="flow"] svg, [lang="mermaid"] svg { max-width: 100%; height: auto; }
  152. [lang="mermaid"] .node text { font-size: 1rem; }
  153. table tr th { border-bottom-width: 0px; }
  154. video { max-width: 100%; display: block; margin: 0px auto; }
  155. iframe { max-width: 100%; width: 100%; border: none; }
  156. .highlight td, .highlight tr { border: 0px; }
  157. mark { background-color: rgb(255, 255, 0); color: rgb(0, 0, 0); }
  158. .md-html-inline .md-plain, .md-html-inline strong, mark .md-inline-math, mark strong { color: inherit; }
  159. .md-expand mark .md-meta { opacity: 0.3 !important; }
  160. mark .md-meta { color: rgb(0, 0, 0); }
  161. @media print {
  162. .typora-export h1, .typora-export h2, .typora-export h3, .typora-export h4, .typora-export h5, .typora-export h6 { break-inside: avoid; }
  163. }
  164. .md-diagram-panel .messageText { stroke: none !important; }
  165. .md-diagram-panel .start-state { fill: var(--node-fill); }
  166. .md-diagram-panel .edgeLabel rect { opacity: 1 !important; }
  167. .md-require-zoom-fix foreignObject { font-size: var(--mermaid-font-zoom); }
  168. .md-fences.md-fences-math { font-size: 1em; }
  169. .md-fences-math .MathJax_SVG_Display { margin-top: 8px; cursor: default; }
  170. .md-fences-advanced:not(.md-focus) { padding: 0px; white-space: nowrap; border: 0px; }
  171. .md-fences-advanced:not(.md-focus) { background-image: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; background-color: inherit; background-position: inherit; background-repeat: inherit; }
  172. .typora-export-show-outline .typora-export-content { max-width: 1440px; margin: auto; display: flex; flex-direction: row; }
  173. .typora-export-sidebar { width: 300px; font-size: 0.8rem; margin-top: 80px; margin-right: 18px; }
  174. .typora-export-show-outline #write { --webkit-flex: 2; flex: 2 1 0%; }
  175. .typora-export-sidebar .outline-content { position: fixed; top: 0px; max-height: 100%; overflow: hidden auto; padding-bottom: 30px; padding-top: 60px; width: 300px; }
  176. @media screen and (max-width: 1024px) {
  177. .typora-export-sidebar, .typora-export-sidebar .outline-content { width: 240px; }
  178. }
  179. @media screen and (max-width: 800px) {
  180. .typora-export-sidebar { display: none; }
  181. }
  182. .outline-content li, .outline-content ul { margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; list-style: none; }
  183. .outline-content ul { margin-top: 0px; margin-bottom: 0px; }
  184. .outline-content strong { font-weight: 400; }
  185. .outline-expander { width: 1rem; height: 1.428571429rem; position: relative; display: table-cell; vertical-align: middle; cursor: pointer; padding-left: 4px; }
  186. .outline-expander::before { content: ''; position: relative; font-family: Ionicons; display: inline-block; font-size: 8px; vertical-align: middle; }
  187. .outline-item { padding-top: 3px; padding-bottom: 3px; cursor: pointer; }
  188. .outline-expander:hover::before { content: ''; }
  189. .outline-h1 > .outline-item { padding-left: 0px; }
  190. .outline-h2 > .outline-item { padding-left: 1em; }
  191. .outline-h3 > .outline-item { padding-left: 2em; }
  192. .outline-h4 > .outline-item { padding-left: 3em; }
  193. .outline-h5 > .outline-item { padding-left: 4em; }
  194. .outline-h6 > .outline-item { padding-left: 5em; }
  195. .outline-label { cursor: pointer; display: table-cell; vertical-align: middle; text-decoration: none; color: inherit; }
  196. .outline-label:hover { text-decoration: underline; }
  197. .outline-item:hover { border-color: rgb(245, 245, 245); background-color: var(--item-hover-bg-color); }
  198. .outline-item:hover { margin-left: -28px; margin-right: -28px; border-left-width: 28px; border-left-style: solid; border-left-color: transparent; border-right-width: 28px; border-right-style: solid; border-right-color: transparent; }
  199. .outline-item-single .outline-expander::before, .outline-item-single .outline-expander:hover::before { display: none; }
  200. .outline-item-open > .outline-item > .outline-expander::before { content: ''; }
  201. .outline-children { display: none; }
  202. .info-panel-tab-wrapper { display: none; }
  203. .outline-item-open > .outline-children { display: block; }
  204. .typora-export .outline-item { padding-top: 1px; padding-bottom: 1px; }
  205. .typora-export .outline-item:hover { margin-right: -8px; border-right-width: 8px; border-right-style: solid; border-right-color: transparent; }
  206. .typora-export .outline-expander::before { content: "+"; font-family: inherit; top: -1px; }
  207. .typora-export .outline-expander:hover::before, .typora-export .outline-item-open > .outline-item > .outline-expander::before { content: '−'; }
  208. .typora-export-collapse-outline .outline-children { display: none; }
  209. .typora-export-collapse-outline .outline-item-open > .outline-children, .typora-export-no-collapse-outline .outline-children { display: block; }
  210. .typora-export-no-collapse-outline .outline-expander::before { content: "" !important; }
  211. .typora-export-show-outline .outline-item-active > .outline-item .outline-label { font-weight: 700; }
  212. :root {
  213. --side-bar-bg-color: #fafafa;
  214. --control-text-color: #777;
  215. }
  216. @include-when-export url(https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext);
  217. /* open-sans-regular - latin-ext_latin */
  218. /* open-sans-italic - latin-ext_latin */
  219. /* open-sans-700 - latin-ext_latin */
  220. /* open-sans-700italic - latin-ext_latin */
  221. html {
  222. font-size: 16px;
  223. }
  224. body {
  225. font-family: "Open Sans","Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  226. color: rgb(51, 51, 51);
  227. line-height: 1.6;
  228. }
  229. #write {
  230. max-width: 860px;
  231. margin: 0 auto;
  232. padding: 30px;
  233. padding-bottom: 100px;
  234. }
  235. @media only screen and (min-width: 1400px) {
  236. #write {
  237. max-width: 1024px;
  238. }
  239. }
  240. @media only screen and (min-width: 1800px) {
  241. #write {
  242. max-width: 1200px;
  243. }
  244. }
  245. #write > ul:first-child,
  246. #write > ol:first-child{
  247. margin-top: 30px;
  248. }
  249. a {
  250. color: #4183C4;
  251. }
  252. h1,
  253. h2,
  254. h3,
  255. h4,
  256. h5,
  257. h6 {
  258. position: relative;
  259. margin-top: 1rem;
  260. margin-bottom: 1rem;
  261. font-weight: bold;
  262. line-height: 1.4;
  263. cursor: text;
  264. }
  265. h1:hover a.anchor,
  266. h2:hover a.anchor,
  267. h3:hover a.anchor,
  268. h4:hover a.anchor,
  269. h5:hover a.anchor,
  270. h6:hover a.anchor {
  271. text-decoration: none;
  272. }
  273. h1 tt,
  274. h1 code {
  275. font-size: inherit;
  276. }
  277. h2 tt,
  278. h2 code {
  279. font-size: inherit;
  280. }
  281. h3 tt,
  282. h3 code {
  283. font-size: inherit;
  284. }
  285. h4 tt,
  286. h4 code {
  287. font-size: inherit;
  288. }
  289. h5 tt,
  290. h5 code {
  291. font-size: inherit;
  292. }
  293. h6 tt,
  294. h6 code {
  295. font-size: inherit;
  296. }
  297. h1 {
  298. font-size: 2.25em;
  299. line-height: 1.2;
  300. border-bottom: 1px solid #eee;
  301. }
  302. h2 {
  303. font-size: 1.75em;
  304. line-height: 1.225;
  305. border-bottom: 1px solid #eee;
  306. }
  307. /*@media print {
  308. .typora-export h1,
  309. .typora-export h2 {
  310. border-bottom: none;
  311. padding-bottom: initial;
  312. }
  313. .typora-export h1::after,
  314. .typora-export h2::after {
  315. content: "";
  316. display: block;
  317. height: 100px;
  318. margin-top: -96px;
  319. border-top: 1px solid #eee;
  320. }
  321. }*/
  322. h3 {
  323. font-size: 1.5em;
  324. line-height: 1.43;
  325. }
  326. h4 {
  327. font-size: 1.25em;
  328. }
  329. h5 {
  330. font-size: 1em;
  331. }
  332. h6 {
  333. font-size: 1em;
  334. color: #777;
  335. }
  336. p,
  337. blockquote,
  338. ul,
  339. ol,
  340. dl,
  341. table{
  342. margin: 0.8em 0;
  343. }
  344. li>ol,
  345. li>ul {
  346. margin: 0 0;
  347. }
  348. hr {
  349. height: 2px;
  350. padding: 0;
  351. margin: 16px 0;
  352. background-color: #e7e7e7;
  353. border: 0 none;
  354. overflow: hidden;
  355. box-sizing: content-box;
  356. }
  357. li p.first {
  358. display: inline-block;
  359. }
  360. ul,
  361. ol {
  362. padding-left: 30px;
  363. }
  364. ul:first-child,
  365. ol:first-child {
  366. margin-top: 0;
  367. }
  368. ul:last-child,
  369. ol:last-child {
  370. margin-bottom: 0;
  371. }
  372. blockquote {
  373. border-left: 4px solid #dfe2e5;
  374. padding: 0 15px;
  375. color: #777777;
  376. }
  377. blockquote blockquote {
  378. padding-right: 0;
  379. }
  380. table {
  381. padding: 0;
  382. word-break: initial;
  383. }
  384. table tr {
  385. border: 1px solid #dfe2e5;
  386. margin: 0;
  387. padding: 0;
  388. }
  389. table tr:nth-child(2n),
  390. thead {
  391. background-color: #f8f8f8;
  392. }
  393. table th {
  394. font-weight: bold;
  395. border: 1px solid #dfe2e5;
  396. border-bottom: 0;
  397. margin: 0;
  398. padding: 6px 13px;
  399. }
  400. table td {
  401. border: 1px solid #dfe2e5;
  402. margin: 0;
  403. padding: 6px 13px;
  404. }
  405. table th:first-child,
  406. table td:first-child {
  407. margin-top: 0;
  408. }
  409. table th:last-child,
  410. table td:last-child {
  411. margin-bottom: 0;
  412. }
  413. .CodeMirror-lines {
  414. padding-left: 4px;
  415. }
  416. .code-tooltip {
  417. box-shadow: 0 1px 1px 0 rgba(0,28,36,.3);
  418. border-top: 1px solid #eef2f2;
  419. }
  420. .md-fences,
  421. code,
  422. tt {
  423. border: 1px solid #e7eaed;
  424. background-color: #f8f8f8;
  425. border-radius: 3px;
  426. padding: 0;
  427. padding: 2px 4px 0px 4px;
  428. font-size: 0.9em;
  429. }
  430. code {
  431. background-color: #f3f4f4;
  432. padding: 0 2px 0 2px;
  433. }
  434. .md-fences {
  435. margin-bottom: 15px;
  436. margin-top: 15px;
  437. padding-top: 8px;
  438. padding-bottom: 6px;
  439. }
  440. .md-task-list-item > input {
  441. margin-left: -1.3em;
  442. }
  443. @media print {
  444. html {
  445. font-size: 13px;
  446. }
  447. table,
  448. pre {
  449. page-break-inside: avoid;
  450. }
  451. pre {
  452. word-wrap: break-word;
  453. }
  454. }
  455. .md-fences {
  456. background-color: #f8f8f8;
  457. }
  458. #write pre.md-meta-block {
  459. padding: 1rem;
  460. font-size: 85%;
  461. line-height: 1.45;
  462. background-color: #f7f7f7;
  463. border: 0;
  464. border-radius: 3px;
  465. color: #777777;
  466. margin-top: 0 !important;
  467. }
  468. .mathjax-block>.code-tooltip {
  469. bottom: .375rem;
  470. }
  471. .md-mathjax-midline {
  472. background: #fafafa;
  473. }
  474. #write>h3.md-focus:before{
  475. left: -1.5625rem;
  476. top: .375rem;
  477. }
  478. #write>h4.md-focus:before{
  479. left: -1.5625rem;
  480. top: .285714286rem;
  481. }
  482. #write>h5.md-focus:before{
  483. left: -1.5625rem;
  484. top: .285714286rem;
  485. }
  486. #write>h6.md-focus:before{
  487. left: -1.5625rem;
  488. top: .285714286rem;
  489. }
  490. .md-image>.md-meta {
  491. /*border: 1px solid #ddd;*/
  492. border-radius: 3px;
  493. padding: 2px 0px 0px 4px;
  494. font-size: 0.9em;
  495. color: inherit;
  496. }
  497. .md-tag {
  498. color: #a7a7a7;
  499. opacity: 1;
  500. }
  501. .md-toc {
  502. margin-top:20px;
  503. padding-bottom:20px;
  504. }
  505. .sidebar-tabs {
  506. border-bottom: none;
  507. }
  508. #typora-quick-open {
  509. border: 1px solid #ddd;
  510. background-color: #f8f8f8;
  511. }
  512. #typora-quick-open-item {
  513. background-color: #FAFAFA;
  514. border-color: #FEFEFE #e5e5e5 #e5e5e5 #eee;
  515. border-style: solid;
  516. border-width: 1px;
  517. }
  518. /** focus mode */
  519. .on-focus-mode blockquote {
  520. border-left-color: rgba(85, 85, 85, 0.12);
  521. }
  522. header, .context-menu, .megamenu-content, footer{
  523. font-family: "Segoe UI", "Arial", sans-serif;
  524. }
  525. .file-node-content:hover .file-node-icon,
  526. .file-node-content:hover .file-node-open-state{
  527. visibility: visible;
  528. }
  529. .mac-seamless-mode #typora-sidebar {
  530. background-color: #fafafa;
  531. background-color: var(--side-bar-bg-color);
  532. }
  533. .md-lang {
  534. color: #b4654d;
  535. }
  536. /*.html-for-mac {
  537. --item-hover-bg-color: #E6F0FE;
  538. }*/
  539. #md-notification .btn {
  540. border: 0;
  541. }
  542. .dropdown-menu .divider {
  543. border-color: #e5e5e5;
  544. opacity: 0.4;
  545. }
  546. .ty-preferences .window-content {
  547. background-color: #fafafa;
  548. }
  549. .ty-preferences .nav-group-item.active {
  550. color: white;
  551. background: #999;
  552. }
  553. .menu-item-container a.menu-style-btn {
  554. background-color: #f5f8fa;
  555. background-image: linear-gradient( 180deg , hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
  556. }
  557. .md-toc{
  558. position: fixed;
  559. left: 40px;
  560. top: 50px;
  561. }
  562. :root {--mermaid-font-zoom:1em ;} @media print { @page {margin: 0 0 0 0;} body.typora-export {padding-left: 0; padding-right: 0;} #write {padding:0;}}
  563. </style><title>guide</title>
  564. </head>
  565. <body class='typora-export'><div class='typora-export-content'>
  566. <div id='write' class=''><ul><li><span>把签名文件keystore拷贝到根目录下的zkeystore下</span></li><li><span>配置根目录下的keystore.properties文件,填写对应的密码,别名等信息</span></li><li><span>将待处理的aab\apk文件拷贝到根目录下,重命名问input.aab\input.apk</span></li><li><span>运行aabkit.bat</span></li></ul></div></div>
  567. </body>
  568. </html>