修改忽略文件
This commit is contained in:
39
uni_modules/uni-test/changelog.md
Normal file
39
uni_modules/uni-test/changelog.md
Normal file
@ -0,0 +1,39 @@
|
||||
## 2.0.13(2021-11-18)
|
||||
邱
|
||||
## 2.0.12(2021-11-18)
|
||||
123123
|
||||
## 2.0.11(2021-11-18)
|
||||
0000
|
||||
## 2.0.10(2021-11-18)
|
||||
111234
|
||||
## 2.0.9(2021-11-18)
|
||||
3333
|
||||
## 2.0.8(2021-11-18)
|
||||
===
|
||||
## 2.0.7(2021-11-18)
|
||||
111
|
||||
## 2.0.6(2021-05-26)
|
||||
- test
|
||||
## 0.0.37(2021-03-23)
|
||||
- uni-forms 更新 校验器
|
||||
- uni-forms 修复 表单规则设置类型为 number 的情况下,值为0校验失败的Bug
|
||||
|
||||
|
||||
## 0.0.36(2021-03-23)
|
||||
- uni-forms 更新 校验器
|
||||
- uni-forms 修复 表单规则设置类型为 number 的情况下,值为0校验失败的Bug
|
||||
|
||||
|
||||
## 0.0.35(2021-03-23)
|
||||
- uni-forms 更新 校验器
|
||||
- uni-forms 修复 表单规则设置类型为 number 的情况下,值为0校验失败的Bug
|
||||
|
||||
|
||||
## 0.0.34(2021-03-23)
|
||||
- 测试新同步插件
|
||||
## 0.0.33(2021-03-09)
|
||||
- test
|
||||
## 0.0.32(2021-02-24)
|
||||
- 更新 read 2
|
||||
## 0.0.31(2021-02-24)
|
||||
- 同步 readme.md
|
26
uni_modules/uni-test/components/uni-test/uni-test.vue
Normal file
26
uni_modules/uni-test/components/uni-test/uni-test.vue
Normal file
@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<view>
|
||||
测试插件
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
let fonts = []
|
||||
let obj = {}
|
||||
fonts.forEach(v=>{
|
||||
obj[v.name] = '\\u'+v.unicode
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
83
uni_modules/uni-test/package.json
Normal file
83
uni_modules/uni-test/package.json
Normal file
@ -0,0 +1,83 @@
|
||||
{
|
||||
"id": "uni-test",
|
||||
"displayName": "Test 测试插件",
|
||||
"version": "2.0.13",
|
||||
"description": "测试插件 ",
|
||||
"keywords": [
|
||||
"test"
|
||||
],
|
||||
"repository": "https://github.com/dcloudio/uni-ui",
|
||||
"engines": {
|
||||
"HBuilderX": "^3.1.3"
|
||||
},
|
||||
"directories": {
|
||||
"example": "../../temps/example_temps"
|
||||
},
|
||||
"dcloudext": {
|
||||
"category": [
|
||||
"前端组件",
|
||||
"通用组件"
|
||||
],
|
||||
"sale": {
|
||||
"regular": {
|
||||
"price": "0.00"
|
||||
},
|
||||
"sourcecode": {
|
||||
"price": "0.00"
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"qq": ""
|
||||
},
|
||||
"declaration": {
|
||||
"ads": "无",
|
||||
"data": "无",
|
||||
"permissions": "无"
|
||||
},
|
||||
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui"
|
||||
},
|
||||
"uni_modules": {
|
||||
"dependencies": ["uni-scss"],
|
||||
"encrypt": [],
|
||||
"platforms": {
|
||||
"cloud": {
|
||||
"tcb": "y",
|
||||
"aliyun": "y"
|
||||
},
|
||||
"client": {
|
||||
"App": {
|
||||
"app-vue": "y",
|
||||
"app-nvue": "y"
|
||||
},
|
||||
"H5-mobile": {
|
||||
"Safari": "y",
|
||||
"Android Browser": "y",
|
||||
"微信浏览器(Android)": "y",
|
||||
"QQ浏览器(Android)": "y"
|
||||
},
|
||||
"H5-pc": {
|
||||
"Chrome": "y",
|
||||
"IE": "y",
|
||||
"Edge": "y",
|
||||
"Firefox": "y",
|
||||
"Safari": "y"
|
||||
},
|
||||
"小程序": {
|
||||
"微信": "y",
|
||||
"阿里": "y",
|
||||
"百度": "y",
|
||||
"字节跳动": "y",
|
||||
"QQ": "y"
|
||||
},
|
||||
"快应用": {
|
||||
"华为": "y",
|
||||
"联盟": "y"
|
||||
},
|
||||
"Vue": {
|
||||
"vue2": "y",
|
||||
"vue3": "y"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
10
uni_modules/uni-test/readme.md
Normal file
10
uni_modules/uni-test/readme.md
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
## DataCheckbox 数据驱动的单选复选框
|
||||
> **组件名:uni-data-checkbox**
|
||||
> 代码块: `uDataCheckbox`
|
||||
|
||||
|
||||
本组件是基于uni-app基础组件checkbox的封装。本组件要解决问题包括:
|
||||
|
||||
### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-card)
|
Reference in New Issue
Block a user