doc: update docs
This commit is contained in:
parent
e0b5bb02ed
commit
76b0ce6f22
|
@ -5,17 +5,24 @@ layout: home
|
|||
---
|
||||
|
||||
<style scoped>
|
||||
.VPHome{
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
.VPHome svg{
|
||||
width: 24px;
|
||||
display: inline-block;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4{
|
||||
display: flex;
|
||||
.h1,h2,h3,h4{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.wechat {
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
.wechat img{
|
||||
width: 200px;
|
||||
|
|
|
@ -249,7 +249,7 @@ Unlimited amount of applications
|
|||
<div class="version-list">
|
||||
<span style="font-weight:700;">pro version</span><br />
|
||||
|
||||
<a href="contact-us" target="_blank" style="background: #1b1b1f;color: #fff;padding: 10px 50px;border-radius: 5px;font-weight: bold;font-size: 14px;margin: 20px 0 40px 0;text-decoration:none;display:inline-block">Contact us</a>
|
||||
<a href="contact-us" style="background: #1b1b1f;color: #fff;padding: 10px 50px;border-radius: 5px;font-weight: bold;font-size: 14px;margin: 20px 0 40px 0;text-decoration:none;display:inline-block">Contact us</a>
|
||||
<div style="font-size: 14px;color:#666;">
|
||||
Low price<br />
|
||||
Unlimited amount of users<br />
|
||||
|
|
|
@ -227,7 +227,7 @@ AI 帮你检查拼写与语法错误;将 10 个字扩写成 200 字;也能
|
|||
|
||||
<div class="version-list">
|
||||
<span style="font-weight:700;">商业版</span><br />
|
||||
<a href="contact-us" target="_blank" style="background: #1b1b1f;color: #fff;padding: 10px 50px;border-radius: 5px;font-weight: bold;font-size: 14px;margin: 20px 0 40px 0;text-decoration:none;display:inline-block">联系我们</a>
|
||||
<a href="/zh/contact-us.html" style="background: #1b1b1f;color: #fff;padding: 10px 50px;border-radius: 5px;font-weight: bold;font-size: 14px;margin: 20px 0 40px 0;text-decoration:none;display:inline-block">联系我们</a>
|
||||
<div style="font-size: 14px;color:#666;">
|
||||
价格超低<br />
|
||||
不限制用户数量<br />
|
||||
|
|
Loading…
Reference in New Issue