This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
145 lines (139 loc) · 4.75 KB
/
index.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
<head>
<title>鹊起之鸦编辑器 | Upstart Crow Editor</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta name="description" content="鹊起之鸦编辑器:一个 markdown-微信公众号 编辑器。" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript
><link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
</head>
<body class="is-preload">
<!--[if lt IE 7]>
<p class="browsehappy">
You are using an <strong>outdated</strong> browser. Please
<a href="#">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-gem"></span>
</div>
<div class="content">
<div class="inner">
<h1>鹊起之鸦编辑器</h1>
<p>
一个 <em>markdown-微信公众号</em> 编辑器。由
<a href="https://github.com/KnowsCount/"
>KnowsCount</a
>
开发。基于
<a href="https://github.com/doocs/md">此仓库</a>
二次开发,在此致谢 🙏!
</p>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">简介</a></li>
<li><a href="#contact">联系</a></li>
<li>
<a href="http://md.knowscount.cc" target="_blank"
>webapp</a
>
</li>
<li><a href="#download">下载</a></li>
<!--<li><a href="#elements">Elements</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro">
<h2 class="major">简介</h2>
<span class="image main"
><img
src="https://knowscount-1304485449.cos.ap-shanghai.myqcloud.com/img/zo2Wj4.gif"
alt="intro-pic"
/></span>
<p>
Markdown
文档自动即时渲染为微信图文,让你不再为微信文章排版而发愁!只要你会基本的
Markdown
语法,就能做出一篇样式简洁而又美观大方的微信图文。
</p>
<p>
本项目基于
<a href="https://github.com/doocs/md">此仓库</a>
二次开发,在此致谢 🙏!
</p>
<h3>功能特性</h3>
<ul>
<li>支持自定义 CSS 样式</li>
<li>支持 Markdown 所有基础语法</li>
<li>支持浅色、暗黑两种主题模式</li>
<li>支持 Ctrl + F 快速格式化文档</li>
<li>支持色盘取色,快速替换文章整体色调</li>
<li>支持多图上传,可自定义配置图床</li>
<li>支持在编辑框右键弹出功能选项卡</li>
</ul>
<h3>支持平台</h3>
<ul>
<li>macOS</li>
<li>Linux</li>
<li>Windows</li>
<li>webapp</li>
</ul>
</article>
<!-- Download -->
<article id="download">
<h2 class="major">下载</h2>
<p>
下载收费一元。不想付,就不付了——没有那种世俗的欲望 🙏。<br>
上方链接是自建网盘,VPS 地处大韩民国;如网速较慢,请见谅。
<span class="image main">
<img src="https://knowscount-1304485449.cos.ap-shanghai.myqcloud.com/img/Z3tWoW.jpg" />
</span>
</p>
<ul>
<li><a href="https://drive.knowscount.cc/s/k6S6">macOS</a></li>
<li><a href="https://drive.knowscount.cc/s/Yyub">Linux (.AppImage)</a></li>
<li><a href="https://drive.knowscount.cc/s/ZxU5">Linux (.snap)</a></li>
<li><a href="https://drive.knowscount.cc/s/emTo">Windows</a></li>
</ul>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">联系</h2>
<a href="mailto:knowscount@gmail.com">邮箱:knowscount@gmail.com</a><br />
或者在 <a href="https://github.com/KnowsCount/md-website/issues">本网站仓库 issue 区</a> 发布 issue。
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© 鹊起之鸦编辑器 2021</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>