doc: update docs
This commit is contained in:
parent
23b381042d
commit
d8464d4b5c
|
@ -28,15 +28,15 @@ export default defineConfig({
|
|||
sitemap: {
|
||||
hostname: "https://aieditor.dev"
|
||||
},
|
||||
appearance:false,
|
||||
appearance: false,
|
||||
|
||||
|
||||
locales:{
|
||||
locales: {
|
||||
root: {
|
||||
label: 'English',
|
||||
lang: 'en'
|
||||
},
|
||||
zh:{
|
||||
zh: {
|
||||
title: "AIEditor",
|
||||
description: "一个面向 AI 的下一代富文本编辑器,开源富文本编辑器,现代富文本编辑器",
|
||||
titleTemplate: ':title - AiEditor 富文本编辑器',
|
||||
|
@ -63,7 +63,7 @@ export default defineConfig({
|
|||
{text: 'AiEditor Pro', link: 'zh/versions'},
|
||||
{text: '联系我们', link: 'zh/contact-us'},
|
||||
],
|
||||
|
||||
|
||||
sidebar: [
|
||||
{
|
||||
text: '简介',
|
||||
|
@ -129,8 +129,8 @@ export default defineConfig({
|
|||
pattern: 'https://gitee.com/aieditor-team/aieditor/edit/main/docs/:path',
|
||||
},
|
||||
socialLinks: [
|
||||
{ icon: {svg:gitee_icon_svg}, link: 'https://gitee.com/aieditor-team/aieditor' },
|
||||
{ icon: 'github', link: 'https://github.com/aieditor-team/aieditor' },
|
||||
{icon: {svg: gitee_icon_svg}, link: 'https://gitee.com/aieditor-team/aieditor'},
|
||||
{icon: 'github', link: 'https://github.com/aieditor-team/aieditor'},
|
||||
],
|
||||
search: {
|
||||
provider: 'local'
|
||||
|
@ -219,5 +219,15 @@ export default defineConfig({
|
|||
s.parentNode.insertBefore(hm, s);
|
||||
})();`
|
||||
],
|
||||
["script",
|
||||
{},
|
||||
`var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?5fb9d3f8ef572a950d35d5a595d85494";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();`
|
||||
],
|
||||
],
|
||||
})
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
# AiEditor ChangeLog
|
||||
|
||||
|
||||
## v1.0.15 20240828:
|
||||
- feat: Image custom properties and lazy loading
|
||||
- feat: add gitee ai model support, use the serverless api
|
||||
- refactor: optimize ImageExt.ts
|
||||
- chore: upgrade dependencies
|
||||
|
||||
---
|
||||
|
||||
- 新增:新增自定义图片属性的支持
|
||||
- 新增:新增使用 Gitee AI 大模型的支持
|
||||
- 优化:优化 图片 插件
|
||||
- 优化:升级相关依赖到最新版本
|
||||
|
||||
|
||||
|
||||
## v1.0.14 20240812:
|
||||
- feat: codeBlock add languages and prompts config
|
||||
- feat: add demos for svelte
|
||||
|
|
|
@ -3,14 +3,6 @@
|
|||
![](./docs/assets/image/readme-banner.png)
|
||||
|
||||
|
||||
<h5 align="center">
|
||||
<a href="https://www.producthunt.com/posts/aieditor?embed=true&utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-aieditor"
|
||||
target="_blank"><img
|
||||
src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=469676&theme=light&period=daily"
|
||||
alt="AiEditor - An open source AI-powered rich text editor | Product Hunt"
|
||||
style="width: 250px; height: 54px;" width="250" height="54"/></a>
|
||||
</h5>
|
||||
|
||||
<h1 align="center"><a href="https://aieditor.dev" target="_blank">AIEditor.dev</a></h1>
|
||||
<h2 align="center">An AI-Powered rich text editor</h2>
|
||||
<h4 align="center">Out-of-the-box, Fully Framework Supported, Markdown Friendly</h4>
|
||||
|
|
Loading…
Reference in New Issue