Skip to content

Commit 2b2882f

Browse files
committed
docs: modify feature description
1 parent 3e04c6d commit 2b2882f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
- Handle large JSON documents up to 512 MB
4444
- 💪 Powerful
4545
- View, edit, format, validate, compact, sort, query, filter, transform, repair, highlight JSON
46-
- 7 primitive data types including `BigInt` and `Symbol` are supported
46+
- 7 primitive data types including `BigInt` and `Symbol`
4747
- 3 edit modes: text mode & tree mode & table mode
4848
- 2 themes: light theme & dark theme
4949
- 2-way binding: [parsed or stringified JSON](#parsed-json-vs-stringified-json)
@@ -52,6 +52,7 @@
5252
- Support SSR, Nuxt 2/3 isomorphic
5353
- Support Vite, Vue CLI, webpack, CDN...
5454
- Support microfrontends ([wujie](https://github.com/Tencent/wujie), [qiankun](https://github.com/umijs/qiankun), [single-spa](https://github.com/single-spa/single-spa)...)
55+
- Support PC & mobile devices
5556
- Local registration & configuration, or global registration & configuration (Powered by [vue-global-config](https://github.com/cloydlau/vue-global-config))
5657

5758
<br>

docs/README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
- 支持高达 512 MB 的大型 JSON 文档
4444
- 💪 强力
4545
- 预览、编辑、格式化、校验、压缩、排序、查询、过滤、转换、修复、高亮 JSON
46-
- 7 种原始数据类型包括 `BigInt` and `Symbol` 全部支持
46+
- 7 种原始数据类型包括 `BigInt` and `Symbol`
4747
- 3 种编辑模式:文本模式 & 树形模式 & 表格模式
4848
- 2 种主题:浅色主题 & 深色主题
4949
- 双向绑定:[parsed 或 stringified JSON](#parsed-json-vs-stringified-json)
@@ -52,6 +52,7 @@
5252
- 支持 SSR,Nuxt 2/3 一体通用
5353
- 支持 Vite,Vue CLI,webpack,CDN...
5454
- 支持微前端 ([wujie](https://github.com/Tencent/wujie)[qiankun](https://github.com/umijs/qiankun)[single-spa](https://github.com/single-spa/single-spa)...)
55+
- 支持 PC 端 & 移动端
5556
- 局部注册并传参,或全局注册并传参 ([vue-global-config](https://github.com/cloydlau/vue-global-config) 提供技术支持)
5657

5758
<br>

0 commit comments

Comments
 (0)