chore: Update README

This commit is contained in:
zyc9012 2022-04-26 18:28:35 +08:00
parent 95ac32de06
commit 36443cfe95
7 changed files with 13 additions and 11 deletions

View File

@ -3,7 +3,7 @@
<img align="center" src="logo.png" width="150px" height="150px" />
</p>
<h1 align="center">FortuneSheet</h1>
<p align="center">FortuneSheet是一款类似Excel的开箱即用的在线表格组件。</p>
<p align="center">FortuneSheet是一款开箱即用的类似Excel和Google Sheets的javascript表格组件。</p>
<div align="center">
@ -67,7 +67,7 @@
- 字体
- ✅ 格式刷
- ✅ 评论
- 插入图片
- 插入图片
- 更多工具栏按钮
- Excel 导入和导出.
- 支持Vue.
@ -78,6 +78,7 @@
- 查找和替换
- 定位
- 数据验证
- ✅ 冻结
- 隐藏、冻结,文本分列
- 更多高级功能:
- 数据透视表

View File

@ -2,7 +2,7 @@
<img align="center" src="logo.png" width="150px" height="150px" />
</p>
<h1 align="center">FortuneSheet</h1>
<p align="center">FortuneSheet is an online spreadsheet component library that provides out-of-the-box features just like Excel</p>
<p align="center">FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets</p>
<div align="center">
@ -71,7 +71,7 @@ This project is in the state of early development, APIs may have significant cha
- fonts
- ✅ format painter
- ✅ comments
- insert images
- insert images
- more toolbar buttons
- Excel import and export.
- Support Vue.
@ -82,7 +82,8 @@ This project is in the state of early development, APIs may have significant cha
- find and replace
- location
- data verification
- hide, freeze, and split text
- ✅ freeze
- hide, and split text
- More advanced features:
- pivot tables
- charts

View File

@ -6,12 +6,12 @@ module.exports = {
'/': {
lang: 'en-US', // 将会被设置为 <html> 的 lang 属性
title: 'FortuneSheet Document',
description: 'FortuneSheet is an online spreadsheet component library that provides out-of-the-box features just like Excel. This site contains official configuration document, API, and tutorial.'
description: 'FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets. This site contains official configuration document, API, and tutorial.'
},
'/zh/': {
lang: 'zh-CN',
title: 'FortuneSheet文档',
description: 'FortuneSheet是一款类似Excel的开箱即用的在线表格组件。本站包含官方配置文档API教程。'
description: 'FortuneSheet是一款开箱即用的类似Excel和Google Sheets的javascript表格组件。本站包含官方配置文档API教程。'
},
},

View File

@ -1,7 +1,7 @@
# Get started
## Introduction
FortuneSheet is an online spreadsheet component library that provides out-of-the-box features just like Excel.
FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets.
This project is originated from [Luckysheet](https://github.com/mengshukeji/Luckysheet) and has inherited many code from it. Lots of efforts have done to translate the whole project to typescript (still in progress), and solved problems in project level.

View File

@ -1,7 +1,7 @@
# 快速上手
## 基本介绍
FortuneSheet是一款类似Excel的开箱即用的在线表格组件。
FortuneSheet是一款开箱即用的类似Excel和Google Sheets的javascript表格组件。
本项目源于 [Luckysheet](https://github.com/mengshukeji/Luckysheet)并继承了它的很多代码。我们为将其转换为typescript做了很多努力并且解决了一些项目层面的问题。

View File

@ -1,6 +1,6 @@
# @fortune-sheet/core
FortuneSheet is an online spreadsheet component library that provides out-of-the-box features just like Excel
FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
See our repo [fortune-sheet](https://github.com/ruilisi/fortune-sheet) for more information.

View File

@ -1,6 +1,6 @@
# @fortune-sheet/react
FortuneSheet is an online spreadsheet component library that provides out-of-the-box features just like Excel
FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
See our repo [fortune-sheet](https://github.com/ruilisi/fortune-sheet) for more information.