doc: update docs
This commit is contained in:
parent
76b0ce6f22
commit
7bd0caf6e7
|
@ -39,6 +39,7 @@ export default defineConfig({
|
|||
text: '在线 Demo', items: [
|
||||
{text: '经典/传统风格', link: 'zh/demo'},
|
||||
{text: '类腾讯文档风格', link: 'http://aieditor1.jpress.cn'},
|
||||
{text: '商业版演示', link: 'http://aieditor-pro.jpress.cn'},
|
||||
]
|
||||
},
|
||||
{text: 'AiEditor Pro', link: 'zh/versions'},
|
||||
|
@ -119,6 +120,7 @@ export default defineConfig({
|
|||
text: 'Demos', items: [
|
||||
{text: 'Classic Style', link: '/demo'},
|
||||
{text: 'Modern style', link: 'http://aieditor1.jpress.cn'},
|
||||
{text: 'AIEditor Pro', link: 'http://aieditor-pro.jpress.cn'},
|
||||
]
|
||||
},
|
||||
{text: 'AiEditor Pro', link: '/versions'},
|
||||
|
|
|
@ -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" 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.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">Contact us</a>
|
||||
<div style="font-size: 14px;color:#666;">
|
||||
Low price<br />
|
||||
Unlimited amount of users<br />
|
||||
|
|
|
@ -150,7 +150,7 @@ The commercial version is based on the licensed version, providing more powerful
|
|||
Contact Jenny, co-founder of AiEditor, via email or wechat
|
||||
|
||||
|
||||
<p><a target="_blank" 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;">
|
||||
<p><a href="/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;">
|
||||
Contact Us
|
||||
</a></p>
|
||||
</div>
|
||||
|
|
|
@ -144,7 +144,7 @@ AiEditor 商业版拥有更强大和实用的功能,能够帮助您构建一
|
|||
# 购买
|
||||
|
||||
通过邮件或微信联系 AiEditor 联合创始人 Jenny
|
||||
<p><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;">
|
||||
<p><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></p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue