修改忽略文件

This commit is contained in:
‘tuzi0421
2024-01-15 14:53:34 +08:00
parent ea0b969b32
commit a7049570e3
302 changed files with 37947 additions and 3 deletions

View File

@ -0,0 +1,39 @@
## 2.0.132021-11-18
## 2.0.122021-11-18
123123
## 2.0.112021-11-18
0000
## 2.0.102021-11-18
111234
## 2.0.92021-11-18
3333
## 2.0.82021-11-18
===
## 2.0.72021-11-18
111
## 2.0.62021-05-26
- test
## 0.0.372021-03-23
- uni-forms 更新 校验器
- uni-forms 修复 表单规则设置类型为 number 的情况下值为0校验失败的Bug
## 0.0.362021-03-23
- uni-forms 更新 校验器
- uni-forms 修复 表单规则设置类型为 number 的情况下值为0校验失败的Bug
## 0.0.352021-03-23
- uni-forms 更新 校验器
- uni-forms 修复 表单规则设置类型为 number 的情况下值为0校验失败的Bug
## 0.0.342021-03-23
- 测试新同步插件
## 0.0.332021-03-09
- test
## 0.0.322021-02-24
- 更新 read 2
## 0.0.312021-02-24
- 同步 readme.md

View 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>

View 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"
}
}
}
}
}

View File

@ -0,0 +1,10 @@
## DataCheckbox 数据驱动的单选复选框
> **组件名uni-data-checkbox**
> 代码块: `uDataCheckbox`
本组件是基于uni-app基础组件checkbox的封装。本组件要解决问题包括
### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-card)