first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/uni-link/uni-link"],{"0e55":function(t,n,e){"use strict";var u,a=function(){var t=this,n=t.$createElement;t._self._c},i=[];e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return i})),e.d(n,"a",(function(){return u}))},"4f54":function(t,n,e){},"6cde":function(t,n,e){"use strict";var u=e("4f54"),a=e.n(u);a.a},"9ce7":function(t,n,e){"use strict";e.r(n);var u=e("0e55"),a=e("a88e");for(var i in a)"default"!==i&&function(t){e.d(n,t,(function(){return a[t]}))}(i);e("6cde");var r,o=e("f0c5"),f=Object(o["a"])(a["default"],u["b"],u["c"],!1,null,"1c322b2a",null,!1,u["a"],r);n["default"]=f.exports},a88e:function(t,n,e){"use strict";e.r(n);var u=e("f821"),a=e.n(u);for(var i in u)"default"!==i&&function(t){e.d(n,t,(function(){return u[t]}))}(i);n["default"]=a.a},f821:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={name:"uniLink",props:{href:{type:String,default:""},text:{type:String,default:""},showUnderLine:{type:[Boolean,String],default:!0},copyTips:{type:String,default:"已自动复制网址,请在手机浏览器里粘贴该网址"},color:{type:String,default:"#999999"},fontSize:{type:[Number,String],default:14}},methods:{openURL:function(){t.setClipboardData({data:this.href}),t.showModal({content:this.copyTips,showCancel:!1})}}};n.default=e}).call(this,e("543d")["default"])}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/uni-link/uni-link-create-component',
{
'components/uni-link/uni-link-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('543d')['createComponent'](__webpack_require__("9ce7"))
})
},
[['components/uni-link/uni-link-create-component']]
]);

View File

@@ -0,0 +1,4 @@
{
"usingComponents": {},
"component": true
}

View File

@@ -0,0 +1 @@
<text data-event-opts="{{[['tap',[['openURL',['$event']]]]]}}" class="{{['uni-link data-v-1c322b2a',(showUnderLine===true||showUnderLine==='true')?'uni-link--withline':'']}}" style="{{'color:'+(color)+';'+('font-size:'+(fontSize+'px')+';')}}" bindtap="__e">{{text}}</text>

View File

@@ -0,0 +1 @@
.uni-link--withline.data-v-1c322b2a{text-decoration:underline}