Skip to content

Commit

Permalink
chore: update submodule & doc
Browse files Browse the repository at this point in the history
  • Loading branch information
siam-ese committed Jan 13, 2025
1 parent 75f02c6 commit 17edae4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
9 changes: 6 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@

[官方网站](https://univer.ai/zh-CN/clip-sheet) | [在线文档](https://dream-num.github.io/univer-clipsheet/#/)

你可以通过一下2种方式直接地体验 **Clipsheet** 插件
## 下载

1. 跳转 Chrome 商店安装 - [Univer Clipsheet](https://chromewebstore.google.com/detail/univer-clipsheet-an-ai-dr/mbcpbomfebacllmjjefeifejbbibbope)
2. 访问 [Clipsheet Releases](https://github.com/dream-num/univer-clipsheet/releases) 去获取最新版本的 **Clipsheet** 压缩安装包,并按照 [手动安装指南](https://dream-num.github.io/univer-clipsheet/#/zh-CN/getting-started) 进行操作.
| Chrome插件商店 | ZIP压缩包 |
| -------- | ------- |
| [Univer Clipsheet](https://chromewebstore.google.com/detail/univer-clipsheet-an-ai-dr/mbcpbomfebacllmjjefeifejbbibbope) | [Clipsheet发布页](https://github.com/dream-num/univer-clipsheet/releases) |

使用 ZIP 压缩包安装 Clipsheet, 可参照 [手动安装指南](https://dream-num.github.io/univer-clipsheet/#/en-US/getting-started)进行操作

## 核心功能

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@

[Official Site](https://univer.ai/en-US/clip-sheet) | [Documentation](https://dream-num.github.io/univer-clipsheet/#/)

If you want to directly experience **Clipsheet**, you can install in two ways
## Downloads

1. Install from the Chrome Web Store - [Univer Clipsheet](https://chromewebstore.google.com/detail/univer-clipsheet-an-ai-dr/mbcpbomfebacllmjjefeifejbbibbope)
2. Visit the [Clipsheet Releases](https://github.com/dream-num/univer-clipsheet/releases) get the latest version of **Clipsheet**. Follow the [Manual Installation Guide](https://dream-num.github.io/univer-clipsheet/#/en-US/getting-started) to set it up.
| Chrome Web Store | Compressed ZIP |
| -------- | ------- |
| [Univer Clipsheet](https://chromewebstore.google.com/detail/univer-clipsheet-an-ai-dr/mbcpbomfebacllmjjefeifejbbibbope) | [Clipsheet Releases](https://github.com/dream-num/univer-clipsheet/releases) |

To install Clipsheet using the compressed ZIP file, follow the steps outlined in the [Manual Installation Guide](https://dream-num.github.io/univer-clipsheet/#/en-US/getting-started).

## Key Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix --ignore-pattern 'submodules/*'"
"!(submodules/*)": "eslint --fix"
}
}

0 comments on commit 17edae4

Please sign in to comment.