lengyue-editor 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,8 @@
1
+ The MIT License (MIT)
2
+ Copyright © 2024 umo-team
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5
+
6
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7
+
8
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,158 @@
1
+ <p style="text-align: center; margin: 2rem 0;">
2
+ <a href="https://www.umodoc.com/en" target="_blank"><img src="https://unpkg.com/@umoteam/editor-external@latest/static/logo.svg" alt="umodoc.com" width="280" /></a>
3
+ </p>
4
+
5
+ <p style="text-align: center;">
6
+ <a href="https://github.com/umodoc/editor/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/npm/l/@umoteam/editor" /></a>
7
+ <a href="https://www.npmjs.com/package/@umoteam/editor" target="_blank"><img src="https://img.shields.io/npm/v/@umoteam/editor" /></a>
8
+ <a href="https://www.npmjs.com/package/@umoteam/editor" target="_blank"><img src="https://img.shields.io/npm/dm/@umoteam/editor" /></a>
9
+ <a href="https://www.npmjs.com/package/@umoteam/editor" target="_blank"><img src="https://img.shields.io/npm/unpacked-size/@umoteam/editor" /></a>
10
+ <a href="https://github.com/umodoc/editor/commits" target="_blank"><img src="https://img.shields.io/github/commit-activity/m/umodoc/editor" /></a>
11
+ </p>
12
+
13
+ <p style="text-align: center;">English Documentation | <a href="https://dev.umodoc.com/cn/docs/editor">[中文文档]</a></p>
14
+
15
+ ## 中文介绍
16
+
17
+ Umo Editor 是一个基于 Vue3 和 Tiptap 的本土化开源文档编辑器,提供类似于 Microsoft Word 的在线编辑功能和浏览体验,专为国人用户设计。它提供了强大的文档编辑能力和 AI 创作功能,支持分页模式和普通 Web 模式、Markdown 语法、富文本编辑、多种格式的节点插入、页面样式设置、文档导出与打印等功能。
18
+
19
+ 此外,Umo Editor 还支持自定义扩展、多语言设置和暗色主题。同时我们提供了单独的文本预览组件 [Umo Viewer](https://github.com/umodoc/viewer),用户可以在项目中使用该组件来预览文档。
20
+
21
+ Umo Editor 最大的特点是代码完全开源且自主可控,支持私有部署,您可以内网环境中使用,而无需担心数据安全问题。同时 Umo Editor 基于 Vue3 和 Tiptap,两者都有丰富的生态系统和社区支持,在遇到问题时可以迅速得到解决。
22
+
23
+ ## Introduction
24
+
25
+ Umo Editor is an open-source document editor based on Vue3 and Tiptap, providing an online editing experience similar to Microsoft Word. It provides powerful document editing capabilities and AI-assisted creation features. Umo Editor supports pagination and normal web layout, Markdown syntax, rich text editing, insertion of various node types, page style settings, document export, and printing. Additionally, it supports custom extensions, multi-language settings, and a dark theme. Umo Editor also supports web layout, and you can use it as a regular rich text editor.
26
+
27
+ Additionally, Umo Editor supports custom extensions, multi-language settings, and dark theme. We also provide a standalone text preview component, [Umo Viewer](https://github.com/umodoc/viewer), which users can integrate into their projects to preview documents.
28
+
29
+ Umo Editor's largest feature is that its code is completely open source and controllable. It supports private deployment, allowing you to use it in an intranet environment without worrying about data security issues. At the same time, Umo Editor is based on Vue3 and Tiptap, both of which have rich ecosystems and communities, making it easy to solve problems when needed.
30
+
31
+ ![Umo Editor](https://unpkg.com/@umoteam/editor-external@latest/static/umo-editor-en@2x.png)
32
+
33
+ As an independent Vue3 plugin, Umo Editor can be easily integrated into various Vue3 projects with zero configuration. For non-Vue3 projects, you can embed Umo Editor into your project via an iframe.
34
+
35
+ [Website](https://www.umodoc.com/en) | [Documentation](https://dev.umodoc.com/en/docs/editor) | [Playground](https://www.umodoc.com/en/demo) | [GitHub](https://github.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
36
+
37
+ ## Online Experience
38
+
39
+ Visit [Playground](https://www.umodoc.com/en/demo?pane=hide) to try Umo Editor.
40
+
41
+ ## Documentation
42
+
43
+ Please visit [Documentation](https://dev.umodoc.com/en/docs/editor) for detailed instructions.
44
+
45
+ ## Design Philosophy
46
+
47
+ Umo Editor aims to simplify document editing in web applications by providing Microsoft Word-like powerful editing capabilities and pagination mode while maintaining the convenience of web applications. Whether for government and enterprise information management systems, academic research writing, team document collaboration, knowledge base management, or personal note organization, Umo Editor is your reliable assistant.
48
+
49
+ ## Open Source Advantages
50
+
51
+ - **Free to Use**: Umo Editor is free for all developers under the [MIT License](https://github.com/umo-editor/umo-editor/blob/main/LICENSE), with no copyright concerns.
52
+ - **Continuous Updates**: Umo Editor is continuously iterated to optimize features and enhance user experience.
53
+ - **Custom Development**: Open source allows developers to customize Umo Editor to meet project-specific needs.
54
+
55
+ ## Key Features
56
+
57
+ - Support for Intranet Deployment
58
+ - Zero configuration, ready to use
59
+ - Pagination mode similar to Microsoft Word
60
+ - Lightweight
61
+ - Full WYSIWYG editing
62
+ - Rich text editing
63
+ - Markdown syntax support
64
+ - Integrated practical tools
65
+ - Presentation mode
66
+ - Document export and sharing
67
+ - Page settings
68
+ - AI document assistant
69
+ - Print and print preview support
70
+ - Custom extensions support
71
+ - Shortcut key support
72
+ - Theme customization
73
+ - Multilingual settings
74
+ - Dark mode
75
+ - Support for Web layout
76
+ - Standalone document preview component [Umo Viewer](https://github.com/umodoc/viewer)
77
+
78
+ For more details, see [Features](https://dev.umodoc.com/en/docs/editor/features).
79
+
80
+ ## Browser Support
81
+
82
+ | Browser | Version | Support |
83
+ | ---------------------- | ------- | :-----: |
84
+ | Google Chrome | Latest | ✅ |
85
+ | Firefox | Latest | ✅ |
86
+ | Safari | Latest | ✅ |
87
+ | Microsoft Edge | Latest | ✅ |
88
+ | Internet Explorer (IE) | All | ❌ |
89
+
90
+ ## Environment Support
91
+
92
+ - **Node.js** (>=v18.0.0)
93
+ - **Vue** (>=v3.x)
94
+ - **Vite** (>=v5.x)
95
+ - **Tiptap** (>=v2.6)
96
+ - **TypeScript** (>=v5.5)
97
+
98
+ ## Join the Community
99
+
100
+ We encourage users to join the Umo Editor open-source community and participate in the development and improvement of the product. Whether it's submitting bug reports, feature requests, or code contributions, your involvement is invaluable to our community.
101
+
102
+ Submit issues or suggestions via [GitHub Discussions](https://github.com/umodoc/editor/discussions).
103
+
104
+ Report bugs via [GitHub Issues](https://github.com/umodoc/editor/issues).
105
+
106
+ ## Contribute Code
107
+
108
+ The development of Umo Editor relies on community support. Below is a list of contributors who have contributed code to Umo Editor. We thank them for their efforts:
109
+
110
+ - [Umo Team](https://github.com/umodoc): 👨‍💻 Core developers
111
+ - [Cassielxd](https://github.com/Cassielxd): 💪🏻 Implemented pagination and many important features
112
+ - [china-wangxu](https://github.com/china-wangxu): 💪🏻 Added many important features
113
+ - [Na'aman Hirschfeld](https://github.com/Goldziher): 💪🏻 Enhanced TypeScript support and added tests
114
+ - [SevenDreamYang](https://github.com/SevenDreamYang): 🛠️ Enhanced TypeScript support and fixed some issues
115
+ - [ChenErik](https://github.com/ChenErik): 🛠️ Contributed code
116
+ - [SerRashin](https://github.com/SerRashin): 🛠️ Added Russian language support
117
+ - [Sunny Wisozk](https://github.com/SunnyWisozk): 🛠️ Contributed code
118
+ - [Sherman Xu](https://github.com/xuzhenjun130): 🛠️ Contributed code
119
+ - [vace](https://github.com/vace):🛠️ Contributed code
120
+ - [Mikasa33](https://github.com/Mikasa33):🛠️ Contributed code
121
+
122
+ We welcome all forms of contributions, including but not limited to submitting bug reports, feature requests, and code contributions.
123
+
124
+ ## Contact Us
125
+
126
+ If you have any questions or suggestions, please contact us through the following channels. Before doing so, we recommend reading this documentation thoroughly to understand how to use Umo Editor.
127
+
128
+ - Feedback: [GitHub Issues](https://github.com/umodoc/editor/issues)
129
+ - Community: [GitHub Discussions](https://github.com/umodoc/editor/discussions)
130
+ - Email: [contact@umodoc.com](mailto:contact@umodoc.com)
131
+
132
+ ## Technical Exchange
133
+
134
+ - Discord:[Umo Editor](https://discord.gg/yBwBmm8e)
135
+
136
+ ## Support Us
137
+
138
+ If you find Umo Editor useful, please consider supporting us in the following ways:
139
+
140
+ - ⭐ Star the [Umo Editor repository](https://github.com/umodoc/editor) to show your support.
141
+ - 🔗 If you use Umo Editor in your project, add a link to https://github.com/umodoc/editor.
142
+
143
+ ## Products from Umo Team
144
+
145
+ - [Umo Editor](https://dev.umodoc.com/en/docs/editor): A localized open-source document editor based on Vue3 and Tiptap.
146
+ - [Umo Viewer](https://dev.umodoc.com/en/docs/viewer): A PDF viewer built with Vue3 and PDF.js, enabling direct PDF preview in the browser and also supporting preview of Umo Editor documents.
147
+ - [Umo Editor Next](https://dev.umodoc.com/en/docs/next): An enhanced version of Umo Editor that includes all features of the latest Umo Editor while adding or improving support for multi-user real-time collaborative editing, document annotations (comments), document version history, AI-assisted creation, document import/export, tables, and more. It also enhances customization of toolbars and sidebars.
148
+ - [Umo Editor Server](https://dev.umodoc.com/en/docs/server): A companion server-side software developed to extend Umo Editor capabilities such as multi-user collaborative editing, document annotations, and document import/export.
149
+ - [Umo Office Viewer](https://dev.umodoc.com/en/docs/office-viewer): An Office document viewer that supports previewing over 40 mainstream office document in web pages.
150
+ - [Umo Office Convert](https://dev.umodoc.com/en/docs/office-convert): Converts over 40 office formats into web-viewable formats, ready to pair with Umo Office Viewer for seamless online document preview.
151
+
152
+ ## Open Source License
153
+
154
+ Umo Editor is licensed under the [MIT License](https://github.com/umodoc/editor/raw/main/LICENSE). You are free to use, modify, and distribute this software, but this does **not** mean you are allowed to remove the copyright information at will. Please retain the Umo Editor copyright notice and the link displayed in the interface. Removal of these will be considered an infringement. We encourage you to support open-source projects.
155
+
156
+ If you do not wish to retain the copyright information, please contact us or consider purchasing the commercial version: [Umo Editor Next](https://dev.umodoc.com/en/docs/next).
157
+
158
+ This documentation is published under the [CC BY-NC-SA 4.0 DEED License](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en).
@@ -0,0 +1,157 @@
1
+ <p style="text-align: center; margin: 2rem 0;">
2
+ <a href="https://www.umodoc.com" target="_blank"><img src="https://unpkg.com/@umoteam/editor-external@latest/static/logo.svg" alt="umodoc.com" width="280" /></a>
3
+ </p>
4
+
5
+ <p style="text-align: center;">
6
+ <a href="https://github.com/umodoc/editor/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/npm/l/@umoteam/editor" /></a>
7
+ <a href="https://www.npmjs.com/package/@umoteam/editor" target="_blank"><img src="https://img.shields.io/npm/v/@umoteam/editor" /></a>
8
+ <a href="https://www.npmjs.com/package/@umoteam/editor" target="_blank"><img src="https://img.shields.io/npm/dm/@umoteam/editor" /></a>
9
+ <a href="https://www.npmjs.com/package/@umoteam/editor" target="_blank"><img src="https://img.shields.io/npm/unpacked-size/@umoteam/editor" /></a>
10
+ <a href="https://github.com/umodoc/editor/commits" target="_blank"><img src="https://img.shields.io/github/commit-activity/m/umodoc/editor" /></a>
11
+ </p>
12
+ <p style="text-align: center;"><a href="https://dev.umodoc.com/en/docs/editor">[English Documentation]</a> | 中文文档</p>
13
+
14
+ ## 基本介绍
15
+
16
+ Umo Editor 是一个基于 Vue3 和 Tiptap 的本土化开源文档编辑器,提供类似于 Microsoft Word 的在线编辑功能和浏览体验,专为国人用户设计。它提供了强大的文档编辑能力和 AI 创作功能,支持分页模式和普通 Web 模式、Markdown 语法、富文本编辑、多种格式的节点插入、页面样式设置、文档导出与打印等功能。
17
+
18
+ 此外,Umo Editor 还支持自定义扩展、多语言设置和暗色主题。同时我们提供了单独的文本预览组件[Umo Viewer](https://github.com/umodoc/viewer),用户可以在项目中使用该组件来预览文档。
19
+
20
+ Umo Editor 最大的特点是代码完全开源且自主可控,支持私有部署,您可以内网环境中使用,而无需担心数据安全问题。同时 Umo Editor 基于 Vue3 和 Tiptap,两者都有丰富的生态系统和社区支持,在遇到问题时可以迅速得到解决。
21
+
22
+ ![Umo Editor](https://unpkg.com/@umoteam/editor-external@latest/static/umo-editor-cn@2x.png)
23
+
24
+ 作为一个独立的 Vue3 插件,Umo Editor 可以轻松集成到各类 Vue3 项目中。对于非 Vue3 项目,您可以通过 Iframe 将 Umo Editor 嵌入到您的项目中。
25
+
26
+ [官网](https://www.umodoc.com) | [开发文档](https://dev.umodoc.com/cn/docs/editor) | [在线演示](https://www.umodoc.com/demo) | [GitHub](https://github.com/umodoc/editor) | [码云(国内镜像)](https://gitee.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
27
+
28
+ ## 在线体验
29
+
30
+ 访问[https://www.umodoc.com/demo?pane=hide](https://www.umodoc.com/demo?pane=hide)快速体验。
31
+
32
+ ## 开发文档
33
+
34
+ 请访问[https://dev.umodoc.com/cn/docs/editor](https://dev.umodoc.com/cn/docs/editor)。
35
+
36
+ ## 设计理念
37
+
38
+ Umo Editor 的诞生旨在解决 Web 应用中文档编辑的复杂性,为 Web 项目提供类似 Microsoft Word 的强大编辑能力,同时保持 Web 应用的便捷性。无论是政企信息管理系统、学术研究撰写、团队文档协作、知识库管理还是个人笔记整理,Umo Editor 都能成为您的得力助手。
39
+
40
+ ## 开源优势
41
+
42
+ - **免费使用**:Umo Editor 基于[MIT 许可证](https://github.com/umo-editor/umo-editor/blob/main/LICENSE)对所有开发者免费开放,无需担心版权问题。
43
+ - **持续更新**:Umo Editor 将持续迭代,不断优化功能,提升用户体验。
44
+ - **定制化开发**:开源意味着更大的灵活性,开发者可根据项目需求进行定制化开发,打造专属的文档编辑器。
45
+
46
+ ## 核心特性
47
+
48
+ - 支持内网部署
49
+ - 零配置开箱即用
50
+ - 类似 Microsoft Word 的分页模式
51
+ - 轻量级
52
+ - 所见即所得
53
+ - 富文本编辑功能
54
+ - Markdown 语法支持
55
+ - 实用工具集成
56
+ - 演示模式
57
+ - 文档导出与分享
58
+ - 页面设置
59
+ - AI 文档助手
60
+ - 支持打印及打印预览
61
+ - 支持自定义扩展
62
+ - 快捷键支持
63
+ - 主题定制
64
+ - 多语言设置
65
+ - 暗色主题
66
+ - 支持 Web 版式
67
+ - 单独的文档预览组件[Umo Viewer](https://github.com/umodoc/viewer)
68
+
69
+ 更多详细介绍见[核心特性](https://dev.umodoc.com/cn/docs/editor/features)。
70
+
71
+ ## 浏览器支持
72
+
73
+ | 浏览器 | 版本 | 支持情况 |
74
+ | ------------------------ | :----: | :-------: |
75
+ | Google Chrome | 最新版 | ✅ 支持 |
76
+ | Firefox | 最新版 | ✅ 支持 |
77
+ | Safari | 最新版 | ✅ 支持 |
78
+ | Microsoft Edge | 最新版 | ✅ 支持 |
79
+ | 360 极速浏览器 | 最新版 | ✅ 支持 |
80
+ | 各类国产浏览器的极速模式 | 最新版 | ✅ 支持 |
81
+ | Internet Explorer (IE) | 所有 | ❌ 不支持 |
82
+
83
+ ## 环境支持
84
+
85
+ - **Node.js** (>=v18.0.0)
86
+ - **Vue** (>=v3.x)
87
+ - **Vite** (>=v5.x)
88
+ - **Tiptap** (>=v2.6)
89
+ - **TypeScript** (>=v5.5)
90
+
91
+ ## 加入社区
92
+
93
+ 我们鼓励用户加入 Umo Editor 的开源社区,共同参与到产品的开发和改进中。无论是提交 Bug 报告、功能请求还是代码贡献,都是我们社区宝贵的一部分。
94
+
95
+ 您可以通过 [GitHub Discussions](https://github.com/umodoc/editor/discussions) 提交问题或意见。
96
+
97
+ 或通过 [GitHub Issues](https://github.com/umodoc/editor/issues) 提交 Bug 报告。
98
+
99
+ ## 贡献代码
100
+
101
+ Umo Editor 的发展离不开社区的支持,以下是为 Umo Editor 贡献过代码的贡献者名单,向他们致谢:
102
+
103
+ - [Umo Team](https://github.com/umodoc):👨‍💻 核心开发者
104
+ - [Cassielxd](https://github.com/Cassielxd):💪🏻 实现了分页和许多重要功能
105
+ - [china-wangxu](https://github.com/china-wangxu):💪🏻 添加了许多重要功能
106
+ - [Na'aman Hirschfeld](https://github.com/Goldziher):💪🏻 增强了 TypeScript 支持并添加测试
107
+ - [SevenDreamYang](https://github.com/SevenDreamYang):🛠️ 增强 TypeScript 支持并修复了部分问题
108
+ - [ChenErik](https://github.com/ChenErik):🛠️ 贡献了部分代码
109
+ - [SerRashin](https://github.com/SerRashin):🛠️ 添加了俄语支持
110
+ - [Sunny Wisozk](https://github.com/SunnyWisozk):🛠️ 贡献了部分代码
111
+ - [Sherman Xu](https://github.com/xuzhenjun130):🛠️ 贡献了部分代码
112
+ - [vace](https://github.com/vace):🛠️ 贡献了部分代码
113
+ - [Mikasa33](https://github.com/Mikasa33):🛠️ 贡献了部分代码
114
+
115
+ 我们欢迎任何形式的贡献,包括但不限于提交 Bug 报告、功能请求、代码贡献等。
116
+
117
+ ## 联系我们
118
+
119
+ 如果您有任何疑问或建议,请通过以下方式联系我们。在此之前,建议您详细阅读本文档,以便了解如何使用 Umo Editor。
120
+
121
+ - 反馈:[GitHub Issues](https://github.com/umodoc/editor/issues)
122
+ - 社区:[GitHub Discussions](https://github.com/umodoc/editor/discussions)
123
+ - 邮件:[contact@umodoc.com](mailto:contact@umodoc.com)
124
+
125
+ ## 技术交流
126
+
127
+ - Umo Editor 技术交流 1 群(即将满员):[994500039](https://qm.qq.com/q/gFsQShETqE)
128
+ - Umo Editor 技术交流 2 群:[455825557](https://qm.qq.com/q/rzgt2bUcAE)
129
+ - Discord:[Umo Editor](https://discord.gg/yBwBmm8e)
130
+
131
+ ## 支持我们
132
+
133
+ 如果您觉得 Umo Editor 有用,请考虑通过以下方式支持我们:
134
+
135
+ - ⭐ 给[Umo Editor 仓库](https://github.com/umodoc/editor)点个 Star,表示对项目的支持。
136
+ - 🔗 如果您在项目中使用了 Umo Editor,请添加一个链接到 https://github.com/umodoc/editor 。
137
+
138
+ ## Umo Team 出品
139
+
140
+ - [Umo Editor](https://dev.umodoc.com/cn/docs/editor): 基于 Vue3 和 Tiptap 的本土化开源文档编辑器,专为国人用户设计。
141
+ - [Umo Viewer](https://dev.umodoc.com/cn/docs/viewer): PDF 文档查看器,基于 Vue3 和 PDF.js 实现,支持在浏览器中直接预览 PDF 文档,同时也支持预览 Umo Editor 文档内容。
142
+ - [Umo Editor Next](https://dev.umodoc.com/cn/docs/next): Umo Editor 的增强版,在包含最新版本的 Umo Editor 所有功能的基础上,重点增加或者增强了对多用户在线协作编辑、文档批注(评论)、文档历史版本管理、AI 创作、文档导入导出、表格等功能的支持,同时增强了工具栏和页边栏等区域的自定义能力。
143
+ - [Umo Editor Server](https://dev.umodoc.com/cn/docs/server): 为增强 Umo Editor 功能,如多用户在线协作编辑、文档批注(评论)、文档导入导出等功能而开发的配套服务器端软件。
144
+ - [Umo Office Viewer](https://dev.umodoc.com/cn/docs/office-viewer): Umo Office Viewer 是一款 Office 文档查看器,支持在 Web 页面中查看包括 WPS 文档在内的 40 余种主流的办公文档。
145
+ - [Umo Office Convert](https://dev.umodoc.com/cn/docs/office-convert): 将 Office、WPS 等 40 余种办公文档转换为可在线查看的文档格式,可与 Umo Office Viewer 结合使用实现办公文档的在线预览。
146
+
147
+ ## 定制开发
148
+
149
+ 如果您需要定制化开发,请联系我们,我们可以提供付费的定制化解决方案和商业支持。详细信息请访问[定制开发](https://www.umodoc.com/customization)。
150
+
151
+ ## 开源协议
152
+
153
+ Umo Editor 采用 [MIT 许可证](https://gitee.com/umodoc/editor/raw/main/LICENSE),您可以免费使用、修改和分发本软件,但这不代表您可以随意删除版权信息,请保留 Umo Editor 的版权信息和界面上的链接地址,否则视为侵权,请支持开源项目。
154
+
155
+ 如果您不想保留版权信息,请联系我们或者购买商业版本 [Umo Editor Next](https://dev.umodoc.com/cn/docs/next)。
156
+
157
+ 本文档采用[CC BY-NC-SA 4.0 DEED 许可证](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hans)发布。