更新记录

1.3.0(2024-04-08)

  • 重要优化:本次更新开发工具需升级至Hbuilderx 4.11.2024040401+,更新后必须升级开发工具(alpha版本)。

  • [重要] 新增支持编译到iOS平台。

  • 新增 Request 网络请求 组件,支持Promise,可在发起请求和请求响应之前进行拦截(uts)[vip]。

  • 新增 Rate 评分 组件,适配ios端 [vip]。

  • 新增 Spin 旋转动画 组件,适配ios端 [vip]。

  • Switch 开关 组件优化,调整Android端阴影不明显问题,适配ios端。

  • Drawer 抽屉 组件优化。

  • Form 表单示例 优化,新增评分组件示例。

  • Radio 单选框 组件优化,新增属性styleType设置选中后样式,适配ios端。

  • Grid 宫格 组件 组件优化,调整web端/ios端部分样式。

  • Card 卡片 组件优化,调整web端部分样式。

  • HalfScreen 半屏弹窗 组件优化,修复web端滑动事件报错的问题。

  • SwipeAction 滑动菜单 组件优化,修复web端滑动事件报错的问题。

  • Text 文本 组件优化,修复ios端文本不显示问题。

  • Number 数字 组件 优化,部分调整以适配ios端。

  • Icon 图标 组件优化,部分调整以适配ios端。

  • List 列表 组件 组件优化,适配ios端。

  • Button 按钮 组件优化,ios端部分样式调整。

  • Avatar 头像 组件优化,ios端部分样式调整。

  • LoadMore 加载更多 组件优化,ios端部分样式调整。

  • Collapse 折叠面板 组件优化,适配ios端。

  • Divider 分割线 组件优化,ios端部分样式调整。

  • Pagination 分页器 组件优化,部分调整以适配ios端。

  • SegmentedControl 分段器 组件优化,ios端部分样式调整。

  • Tabs 标签页 组件优化,部分调整以适配ios端。

  • Dialog 对话框 组件优化,部分调整以适配ios端。

  • ActionSheet 上拉菜单 组件优化,部分调整以适配ios端。

  • InputNumber 数字输入框 组件优化,部分调整以适配ios端。

  • Checkbox 复选框 组件优化,适配ios端。

  • FormItem 表单项 组件优化,适配ios端。

  • Input 输入框 组件优化,适配ios端。

  • Textarea 多行输入框 组件优化,适配ios端。

  • 优化部分已知问题。

1.2.61(2024-04-02)

  • Form 表单校验 组件优化,支持 submit/reset 事件 。

  • 新增 FormField 表单字段 组件,用于表单传递数据。

  • Button 按钮 组件优化,新增formType属性,结合Form组件实现 submit/reset 事件。

  • Input 输入框 组件优化,可结合Form组件进行表单相关操作。

  • Textarea 多行输入框 组件优化,可结合Form组件进行表单相关操作。

  • InputNumber 数字输入框 组件优化,可结合Form组件进行表单相关操作。

  • Radio 单选框 组件优化,可结合Form组件进行表单相关操作。

  • Checkbox 复选框 组件优化,可结合Form组件进行表单相关操作。

  • Switch 开关 组件优化,可结合Form组件进行表单相关操作。

  • Slider 滑块选择器 组件优化,可结合Form组件进行表单相关操作,修复pc端可能报错的问题。

  • 新增表单示例,用于演示表单数据收集与重置(submit/reset)[vip]。

1.2.6(2024-03-31)

  • 新增常用的基础样式class,类(class)选择器,用于页面布局,详见文档。
  • 新增 Form 表单校验 组件 [vip]。
  • 新增 FormItem 表单项 组件,可结合 Form组件进行校验 [vip]。
  • 新增 Validator 表单验证 组件(uts)[vip]。
  • Input 输入框 组件优化。
  • Textarea 多行输入框 组件优化。
  • Button 按钮组件优化。
查看更多

平台兼容性

Vue2 Vue3
×
App 快应用 微信小程序 支付宝小程序 百度小程序 字节小程序 QQ小程序
HBuilderX 4.0,Android:8.1,iOS:9 × × × × × ×
钉钉小程序 快手小程序 飞书小程序 京东小程序
× × × ×
H5-Safari Android Browser 微信浏览器(Android) QQ浏览器(Android) Chrome IE Edge Firefox PC-Safari
× × ×

FirstUI-uvue

FirstUI(unix)组件库,一款适配 uni-app x 的轻量、简洁、高效、全面的移动端组件库。(options Api 版)

快速上手

使用 First UI 前,请确保你已经学习并熟练使用过 uni-app-x

安装

方式一 :通过 npm 安装

通过 npm 安装。
// # Using npm
npm install firstui-unix 
注意:通过 npm 安装的组件,暂时可能无法使用easycom配置(待uni-app官方优化),
请将 `node_modules` 文件夹下的 `firstui-unix` 文件夹整体复制到 `uni_modules` 文件夹下,
如果项目没有 `uni_modules` 文件夹,在项目根目录创建即可,复制进去即可使用,无需其他配置。

方式二 :通过下载代码

通过 GitHub 或者 FirstUI官网(VIP) 下载 First UI 的代码,然后 将 components/firstui/ 目录拷贝到自己的项目中。
// # GitHub
git clone https://github.com/FirstUI/FirstUI-uvue.git

方式三 :选择需要的模块引入

下载 FirstUI unix版本代码,在 项目 `components/firstui/` 目录下找到需要的组件拷贝到自己的项目中(必须引入的文件请查看 [注意事项](https://unix.firstui.cn/docs/note.html) )。

如何使用

按照以下的方式使用组件,以 Button 为例,其它组件在对应的文档页查看。

第一种:在页面中引用、注册
``` js import fuiButton from "@/components/firstui/fui-button/fui-button.uvue" export default { components:{ fuiButton } } ```
第二种:easycom组件规范
传统vue组件,需要安装、引用、注册,三个步骤后才能使用组件。easycom将其精简为一步,如果不了解easycom,可先查看 官网文档
在 `pages.json` 中 添加配置: ``` js // 下载安装时easycom配置(注意组件放置位置) "easycom": { "autoscan": true, "custom": { "fui-(.*)": "@/components/firstui/fui-$1/fui-$1.uvue" } } //使用npm安装时easycom配置(配置完成后重新编译运行) //注意:目前uniapp-x中easycom引入node_modules下文件可能会出现错误,可以将整个 firstui-unix 文件夹拷贝至 根目录 uni_modules(没有可自行创建)文件夹下使用 //(npm下载的)组件放置 uni_modules 下则无需再进行配置easycom "easycom": { "autoscan": true, "custom": { "fui-(.*)": "firstui-unix/components/fui-$1/fui-$1.uvue" } } ```

使用组件

引入组件后,可以在 页面 中直接使用组件

<fui-button text="默认按钮"></fui-button>

相关链接

官网地址:https://www.firstui.cn

文档地址:https://unix.firstui.cn/

GitHub地址:https://github.com/FirstUI/FirstUI-uvue

更新日志

V1.3.0(2024-04-08)

  • 重要优化:本次更新开发工具需升级至Hbuilderx 4.11.2024040401+,更新后必须升级开发工具(alpha版本)。

  • [重要] 新增支持编译到iOS平台。

  • 新增 Request 网络请求 组件,支持Promise,可在发起请求和请求响应之前进行拦截(uts)[vip]。

  • 新增 Rate 评分 组件,适配ios端 [vip]。

  • 新增 Spin 旋转动画 组件,适配ios端 [vip]。

  • Switch 开关 组件优化,调整Android端阴影不明显问题,适配ios端。

  • Drawer 抽屉 组件优化。

  • Form 表单示例 优化,新增评分组件示例。

  • Radio 单选框 组件优化,新增属性styleType设置选中后样式,适配ios端。

  • Grid 宫格 组件 组件优化,调整web端/ios端部分样式。

  • Card 卡片 组件优化,调整web端部分样式。

  • HalfScreen 半屏弹窗 组件优化,修复web端滑动事件报错的问题。

  • SwipeAction 滑动菜单 组件优化,修复web端滑动事件报错的问题。

  • Text 文本 组件优化,修复ios端文本不显示问题。

  • Number 数字 组件 优化,部分调整以适配ios端。

  • Icon 图标 组件优化,部分调整以适配ios端。

  • List 列表 组件 组件优化,适配ios端。

  • Button 按钮 组件优化,ios端部分样式调整。

  • Avatar 头像 组件优化,ios端部分样式调整。

  • LoadMore 加载更多 组件优化,ios端部分样式调整。

  • Collapse 折叠面板 组件优化,适配ios端。

  • Divider 分割线 组件优化,ios端部分样式调整。

  • Pagination 分页器 组件优化,部分调整以适配ios端。

  • SegmentedControl 分段器 组件优化,ios端部分样式调整。

  • Tabs 标签页 组件优化,部分调整以适配ios端。

  • Dialog 对话框 组件优化,部分调整以适配ios端。

  • ActionSheet 上拉菜单 组件优化,部分调整以适配ios端。

  • InputNumber 数字输入框 组件优化,部分调整以适配ios端。

  • Checkbox 复选框 组件优化,适配ios端。

  • FormItem 表单项 组件优化,适配ios端。

  • Input 输入框 组件优化,适配ios端。

  • Textarea 多行输入框 组件优化,适配ios端。

  • 优化部分已知问题。

V1.2.6(2024-04-02)

  • 新增常用的基础样式class,类(class)选择器,用于页面布局,详见文档。

  • 新增 Form 表单校验 组件,支持 submit/reset 事件 [vip]。

  • 新增 FormItem 表单项 组件,可结合 Form组件进行校验 [vip]。

  • 新增 Validator 表单验证 组件(uts)[vip]。

  • 新增 FormField 表单字段 组件,用于表单传递数据。

  • Button 按钮 组件优化,新增formType属性,结合Form组件实现 submit/reset 事件。

  • Input 输入框 组件优化,可结合Form组件进行表单相关操作。

  • Textarea 多行输入框 组件优化,可结合Form组件进行表单相关操作。

  • InputNumber 数字输入框 组件优化,可结合Form组件进行表单相关操作。

  • Radio 单选框 组件优化,可结合Form组件进行表单相关操作。

  • Checkbox 复选框 组件优化,可结合Form组件进行表单相关操作。

  • Switch 开关 组件优化,可结合Form组件进行表单相关操作。

  • Slider 滑块选择器 组件优化,可结合Form组件进行表单相关操作,修复pc端可能报错的问题。

  • 新增表单示例,用于演示表单数据收集与重置(submit/reset)。

V1.2.5(2024-02-03)

  • 重要优化:本次更新开发工具需升级至Hbuilderx 4.01.20+,更新后必须升级开发工具(alpha版本)。

  • Number 数字 组件 优化,Web端部分调整,优化部分体验。

  • Footer 页脚 组件优化,Web端部分调整,优化部分体验。

  • Dialog 对话框 组件优化,Web端部分调整,优化部分体验。

  • Section 标题栏 组件优化,Web端部分调整,去除多余兼容处理逻辑(Hbuilderx 4.01.20+以下版本不可去除)。

  • Animation 动画 组件优化,Web端部分调整,去除多余兼容处理逻辑,优化部分体验。

  • Button 按钮 组件优化,Web端部分调整,去除多余兼容处理逻辑。

  • Checkbox 复选框 组件优化,Web端部分调整,去除多余兼容处理逻辑。

  • Grid 宫格 组件 组件优化,Web端部分调整,去除多余兼容处理逻辑。

  • Input 输入框 组件优化,Web端部分调整,去除多余兼容处理逻辑。

  • Radio 单选框 组件优化,Web端部分调整,去除多余兼容处理逻辑。

  • Textarea 多行输入框 组件优化,Web端部分调整,去除多余兼容处理逻辑。

  • WhiteSpace 上下间距 组件优化,Web端部分调整,去除多余兼容处理逻辑。

  • WhiteSpace 上下间距 组件优化,Web端部分调整,去除多余兼容处理逻辑。

  • Toast 轻提示 组件示例优化,去除多余兼容处理逻辑。

V1.2.1 (2024-02-02)

  • 启动页动画调整优化,加入波浪动画。

  • 新增 HalfScreen 半屏弹窗 组件,支持下滑关闭。

  • 新增 Slider 滑块选择器 组件。

  • Utils 工具类 组件优化,新增部分方法。

  • 优化部分已知问题。

V1.2.0 (2024-01-29)

  • 重要优化:本次更新开发工具需升级至Hbuilderx 4.0+,更新后必须升级开发工具(alpha版本)。

  • Utils 工具类 组件优化,新增获取随机颜色、金额转大写等方法。

  • 新增 BackgroundImage 背景图 组件。

  • 新增 启动页简介页面。

  • Section 标题栏 组件优化,适配web/H5端。

  • Text 文本 组件优化,适配web/H5端。

  • Number 数字 组件优化,适配web/H5端。

  • Icon 图标 组件优化,适配web/H5端。

  • Button 按钮 组件优化,适配web/H5端。

  • Footer 页脚 组件优化,适配web/H5端。

  • Animation 动画 组件优化,适配web/H5端。

  • StatusBar 状态栏 组件优化,适配web/H5端。

  • Layout 栅格布局 组件优化,适配web/H5端。

  • Grid 宫格 组件 组件优化,适配web/H5端。

  • List 列表 组件 组件优化,适配web/H5端。

  • Card 卡片 组件优化,适配web/H5端。

  • WhiteSpace 上下间距 组件优化,适配web/H5端。

  • WingBlank 左右间距 组件优化,适配web/H5端。

  • Input 输入框 组件优化,适配web/H5端。

  • InputNumber 数字输入框 组件优化,适配web/H5端。

  • Label 标签 组件优化,适配web/H5端。

  • Radio 单选框 组件优化,适配web/H5端。

  • Checkbox 复选框 组件优化,适配web/H5端。

  • Switch 开关 组件优化,适配web/H5端。

  • Textarea 多行输入框 组件优化,适配web/H5端。

  • ActionSheet 上拉菜单 组件优化,适配web/H5端。

  • Toast 轻提示 组件优化,适配web/H5端。

  • Backdrop 遮罩层 组件优化,适配web/H5端。

  • Dialog 对话框 组件优化,适配web/H5端。

  • Badge 徽章 组件优化,适配web/H5端。

  • DropdownMenu 下拉菜单 组件优化,适配web/H5端。

  • DropdownList 下拉菜单 组件优化,适配web/H5端。

  • Loading 加载 组件优化,适配web/H5端。

  • SwipeAction 滑动菜单 组件优化,适配web/H5端。

  • Pagination 分页器 组件优化,适配web/H5端。

  • SegmentedControl 分段器 组件优化,适配web/H5端。

  • Tabs 标签页 组件优化,适配web/H5端。

  • Drawer 抽屉 组件优化,适配web/H5端。

  • BottomPopup 底部弹出层 组件优化,适配web/H5端。

  • TopPopup 顶部弹出层 组件优化,适配web/H5端。

  • Alert 警告框 组件优化,适配web/H5端。

  • Avatar 头像 组件优化,适配web/H5端。

  • Tag 标签 组件优化,适配web/H5端。

  • Collapse 折叠面板 组件优化,适配web/H5端。

  • Divider 分割线 组件优化,适配web/H5端。

  • LoadMore 加载更多 组件优化,适配web/H5端。

  • 优化已知问题。

V1.1.0(2024-01-22)

  • 新增 DropdownMenu 下拉菜单 组件。

  • 新增 DropdownList 下拉菜单 组件。

  • 新增 Loading 加载 组件。

  • 新增 SwipeAction 滑动菜单 组件。

  • 新增 Pagination 分页器 组件。

  • 新增 SegmentedControl 分段器 组件。

  • 新增 Tabs 标签页 组件。

  • 新增 Drawer 抽屉 组件。

  • 新增 BottomPopup 底部弹出层 组件。

  • 新增 TopPopup 顶部弹出层 组件。

  • 新增 Alert 警告框 组件。

  • 新增 Avatar 头像 组件。

  • 新增 Tag 标签 组件。

  • 新增 Collapse 折叠面板 组件。

  • 新增 Divider 分割线 组件。

  • 新增 LoadMore 加载更多 组件。

  • 新增 Utils 工具类 组件。

  • 重要优化:unix版所有组件点击事件名调整,由 @click 调整为 @onclick,如果组件升级到最新版本,请查看文档升级指南,调整写法。

  • 修复已知bug。

V1.0.0(2024-01-10)

  • 新增 Color 色彩 ,First UI用色指南。

  • 新增 Text 文本 组件。

  • 新增 Number 数字 组件。

  • 新增 Icon 图标 组件,First UI字体图标库。

  • 新增 Button 按钮 组件。

  • 新增 Footer 页脚 组件。

  • 新增 Animation 动画 组件。

  • 新增 StatusBar 状态栏 组件。

  • 新增 Layout 栅格布局 组件(fui-row和fui-col)。

  • 新增 Grid 宫格 组件(fui-grid和fui-grid-item)。

  • 新增 List 列表 组件(fui-list和fui-list-cell)。

  • 新增 Card 卡片 组件。

  • 新增 Section 标题栏 组件。

  • 新增 WhiteSpace 上下间距 组件。

  • 新增 WingBlank 左右间距 组件。

  • 新增 Input 输入框 组件。

  • 新增 InputNumber 数字输入框 组件。

  • 新增 Label 标签 组件。

  • 新增 Radio 单选框 组件。

  • 新增 Checkbox 复选框 组件。

  • 新增 Switch 开关 组件。

  • 新增 Textarea 多行输入框 组件。

  • 新增 ActionSheet 上拉菜单 组件。

  • 新增 Toast 轻提示 组件。

  • 新增 Backdrop 遮罩层 组件。

  • 新增 Dialog 对话框 组件。

  • 新增 Badge 徽章 组件。

  • 新增 Empty 缺省页 组件。

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

  1. Definitions.

    "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.

    "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.

    "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.

    "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.

    "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.

    "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.

    "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).

    "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.

    "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."

    "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.

  2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.

  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.

  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:

    (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and

    (b) You must cause any modified files to carry prominent notices stating that You changed the files; and

    (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and

    (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.

    You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.

  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.

  6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.

  7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.

  8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.

  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.

    END OF TERMS AND CONDITIONS

    APPENDIX: How to apply the Apache License to your work.

    To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.

    Copyright [yyyy] [name of copyright owner]

    Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

使用中有什么不明白的地方,就向插件作者提问吧~ 我要提问