first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
@@ -0,0 +1 @@
(global["webpackChunkfitness_walk_nwnu"]=global["webpackChunkfitness_walk_nwnu"]||[]).push([["node-modules/uview-ui/components/u-badge/u-badge"],{3516:function(){},9804:function(e,t,u){"use strict";var n;u.r(t),u.d(t,{default:function(){return m}});var s,a=function(){var e=this,t=e.$createElement,u=(e._self._c,e.show&&(0!==Number(e.value)||e.showZero||e.isDot)),n=u?e.__get_style([e.$u.addStyle(e.customStyle),e.badgeStyle]):null;e.$mp.data=Object.assign({},{$root:{m0:u,s0:n}})},o=[],i=u(8733),l=u(1687)["default"],r={name:"u-badge",mixins:[l.$u.mpMixin,i["default"],l.$u.mixin],computed:{boxStyle:function(){var e={};return e},badgeStyle:function(){var e={};if(this.color&&(e.color=this.color),this.bgColor&&!this.inverted&&(e.backgroundColor=this.bgColor),this.absolute&&(e.position="absolute",this.offset.length)){var t=this.offset[0],u=this.offset[1]||t;e.top=l.$u.addUnit(t),e.right=l.$u.addUnit(u)}return e},showValue:function(){switch(this.numberType){case"overflow":return Number(this.value)>Number(this.max)?this.max+"+":this.value;case"ellipsis":return Number(this.value)>Number(this.max)?"...":this.value;case"limit":return Number(this.value)>999?Number(this.value)>=9999?Math.floor(this.value/1e4*100)/100+"w":Math.floor(this.value/1e3*100)/100+"k":this.value;default:return Number(this.value)}}}},h=r,b=u(3516),c=u.n(b),d=(c(),u(8535)),f=(0,d["default"])(h,a,o,!1,null,"231d324e",null,!1,n,s),m=f.exports}}]),(global["webpackChunkfitness_walk_nwnu"]=global["webpackChunkfitness_walk_nwnu"]||[]).push([["node-modules/uview-ui/components/u-badge/u-badge-create-component"],{},function(e){e("1687")["createComponent"](e(9804))}]);
@@ -0,0 +1,4 @@
{
"usingComponents": {},
"component": true
}
@@ -0,0 +1 @@
<block wx:if="{{$root.m0}}"><text class="{{['u-badge','data-v-231d324e',isDot?'u-badge--dot':'u-badge--not-dot',inverted&&'u-badge--inverted',shape==='horn'&&'u-badge--horn','u-badge--'+type+(inverted?'--inverted':'')]}}" style="{{$root.s0}}">{{isDot?'':showValue}}</text></block>
@@ -0,0 +1 @@
scroll-view.data-v-231d324e,swiper-item.data-v-231d324e,view.data-v-231d324e{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-badge.data-v-231d324e{border-top-right-radius:100px;border-top-left-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;display:flex;flex-direction:row;line-height:11px;text-align:center;font-size:11px;color:#fff}.u-badge--dot.data-v-231d324e{height:8px;width:8px}.u-badge--inverted.data-v-231d324e{font-size:13px}.u-badge--not-dot.data-v-231d324e{padding:2px 5px}.u-badge--horn.data-v-231d324e{border-bottom-left-radius:0}.u-badge--primary.data-v-231d324e{background-color:#3c9cff}.u-badge--primary--inverted.data-v-231d324e{color:#3c9cff}.u-badge--error.data-v-231d324e{background-color:#f56c6c}.u-badge--error--inverted.data-v-231d324e{color:#f56c6c}.u-badge--success.data-v-231d324e{background-color:#5ac725}.u-badge--success--inverted.data-v-231d324e{color:#5ac725}.u-badge--info.data-v-231d324e{background-color:#909399}.u-badge--info--inverted.data-v-231d324e{color:#909399}.u-badge--warning.data-v-231d324e{background-color:#f9ae3d}.u-badge--warning--inverted.data-v-231d324e{color:#f9ae3d}