Skip to content

Commit

Permalink
feat: 更新官网
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zuo committed Apr 8, 2024
1 parent aad1f63 commit 515bab2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export default defineConfig({

sidebar: [
{
text: "Getting Started",
text: "开始",
items: [
{ text: "Introduction", link: "/guide/introduction" },
{ text: "Quick Start", link: "/guide/quick-start" },
{ text: "简介", link: "/guide/introduction" },
{ text: "快速上手", link: "/guide/quick-start" },
],
},
{
Expand All @@ -64,7 +64,7 @@ export default defineConfig({

footer: {
message: "",
copyright: "Copyright © 2024-present dev-zuohjliu95",
copyright: "Copyright © 2024-present dev-zuo, hjliu95",
},
},
});
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"cSpell.ignoreWords": ["formily", "vitesse", "niceone"]
"cSpell.ignoreWords": ["formily", "vitesse", "niceone", "hjliu95"]
}
8 changes: 6 additions & 2 deletions guide/introduction.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Introduction
# 简介

## 什么是 formily.top?

formily.top 是基于 [Alibaba Formily](https://formilyjs.org/zh-CN) 二次开发的表单、静态页面低代码解决方案,目前主要应用在 Vue3 项目中,它包含下面几个模块:
[Formily](https://formilyjs.org/zh-CN) 是阿里开源的前端表单解决方案,包含低代码设计器,可以拖拽生成表单代码。

> 由于官方已停止维护,特别是低代码表单设计器 Designable,连官网都没有,对于二次开发来说上手成本较高,这也是本站 formily.top 搭建的目的之一。
formily.top 是基于 Alibaba Formily 二次开发的表单、静态页面低代码解决方案,目前主要应用在 Vue3 项目中,它包含下面几个模块:

- 基于 Formily Designable 二次开发的低代码设计器 [design.formily.top](http://design.formily.top)
- 基于 Vue3 + Koa.js + MongoDB 的低代码配置列表、编辑、预览(前后端增删改查)[config.formily.top](http://config.formily.top)[api.formily.top](https://github.com/formily/server)
Expand Down
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ hero:
alt: formily.top
actions:
- theme: brand
text: Get Started
text: 快速上手
link: /guide/introduction
- theme: alt
text: View on GitHub
link: https://github.com/formily
text: 安装
link: /guide/quick-start

features:
- icon: 🍉
Expand Down

0 comments on commit 515bab2

Please sign in to comment.