mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-07 16:24:01 +08:00
新增form表单部分组件的演示代码 新增图标 添加第三方开发插件演示(所属权归属第三方) 新增tn-scroll-view下拉组件开发(会员) 新增tn-stack-swiper堆叠轮播添加垂直滚动属性(会员) 新增tn-waterfall瀑布流组件(会员) 新增tn-tree-view树形菜单组件(会员) 新增tn-cascade-selection级联选择组件(会员) 新增tn-custom-swiper组件(会员【实验室】) 新增tn-lazy-load懒加载组件 新增tn-load-more加载更多组件 新增tn-sekeleton骨架屏组件 新增tn-empty空白页组件 新增tn-landscape压屏窗组件 新增tn-verification-code-input验证码输入组件 新增tn-goods-nav商品导航组件 修复tn-slider在tn-form-item下在H5端无法滑动的bug 修复tn-swipe-action-item点击回调事件中无法读取name属性的bug 修复群友已反馈的bug 优化部分页面在iphone上底部确实的问题
172 lines
6.5 KiB
Vue
172 lines
6.5 KiB
Vue
<template>
|
||
<view class="template-plus">
|
||
<!-- 顶部自定义导航 -->
|
||
<tn-nav-bar fixed alpha customBack>
|
||
<view slot="back" class='tn-custom-nav-bar__back'
|
||
@click="goBack">
|
||
<text class='icon tn-icon-left'></text>
|
||
<text class='icon tn-icon-home-capsule-fill'></text>
|
||
</view>
|
||
</tn-nav-bar>
|
||
|
||
<view class="tn-text-center tn-margin tn-text-lg plus-box" :style="{paddingTop: vuex_custom_bar_height + 'px'}">
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">图鸟UI小程序,免费开源可商用</view>
|
||
<view class="tn-margin-bottom-xl">(会员有更多福利鸭)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">图鸟UI Plus会员,初步定价</view>
|
||
<view class="tn-text-bold">
|
||
<text class="tn-text-xl-xxl">399¥</text>
|
||
<text class="tn-text-xl" style="">699¥</text>
|
||
<!-- 为什么不用text-decoration 因为这里面加了骚操作,不生效,你试试就知道了吖-->
|
||
<text class="" style="margin: -10rpx 10rpx 0 -115rpx;">————</text>
|
||
<text class="tn-text-xl-xxl"> / </text>
|
||
<text class="tn-text-xxl tn-padding-left-sm">终身</text>
|
||
</view>
|
||
<view class="tn-margin-bottom-xl">(大约等于1个前端页面价格💕)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">不断更新酷炫组件以及页面模板</view>
|
||
<view class="tn-margin-bottom-xl">(偶尔恰饭时常更新啦)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">请勿转售,转售是会慢慢追究法律责任的</view>
|
||
<view class="tn-margin-bottom-xl">(毕竟开发圈子就那么小)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">图鸟北北,微信号:<text class="tn-text-bold tn-text-xxl" @click="copyWechat">tnkewo</text> </view>
|
||
<view class="">(如需入群,可备注:进微信群)</view>
|
||
<view class="">(如需合作,可备注:商业合作)</view>
|
||
<view class="tn-margin-bottom-xl">(如需会员,可备注:咨询会员)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">入群须知,群内禁止黄赌毒+广告+吵架</view>
|
||
<view class="tn-margin-bottom-xl">(可进群与群友合作,拓展人脉)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">会员人数会达到50+叭</view>
|
||
<view class="tn-margin-bottom-xl">(希望够垫付服务器+CDN支出)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">也希望大家能喜欢这个项目</view>
|
||
<view class="tn-margin-bottom-xl">(不喜勿喷,北北还在努力成长)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">期待你的5星(⭐⭐⭐⭐⭐)好评</view>
|
||
<view class="tn-margin-bottom-xl">(尽管图鸟UI不是我最完美的作品)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">使用手册 + 图片素材 + 意见反馈 + Bug提交</view>
|
||
<view class="tn-margin-bottom-xl" @click="copyYuque">(https://www.yuque.com/tuniao)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">项目正式开始于2021年10月,12月30开源公测,2022年1月30上线正式版</view>
|
||
<view class="tn-margin-bottom-xl">(期间断断续续的在接单恰饭)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">灵感来源于我的上一个原创项目</view>
|
||
<view class="tn-margin-bottom-xl">(项目初衷是拓展业务,寻求商务合作)</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold tn-text-xxl"> <text class="tn-icon-vip-fill tn-padding-right-xs"></text> 会员特权 <text class="tn-icon-vip-fill tn-padding-left-xs"></text></view>
|
||
<view class="">①会员尊享更多酷炫模板,模板持续更新</view>
|
||
<view class="">②优先响应会员页面模板需求,icon需求</view>
|
||
<view class="">③会员版本更新,在会员群进行代码发送</view>
|
||
<view class="tn-margin-bottom-xl">④有什么好的建议,可以提出来,多沟通</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold tn-text-xxl"> <text class="tn-icon-moon-fill tn-padding-right-xs"></text> 关于作者 <text class="tn-icon-moon-fill tn-padding-left-xs"></text></view>
|
||
<view class="">蔡北北,95年,广州</view>
|
||
<view class="">浮夸UI设计</view>
|
||
<view class="">菜鸡软件开发</view>
|
||
<view class="">祭天产品经理</view>
|
||
<view class="">背锅项目经理</view>
|
||
<view class="tn-margin-bottom-xl">努力往CTO去发展</view>
|
||
</view>
|
||
|
||
<view class="plus-text">
|
||
<view class="tn-text-bold">北北感恩你的支持</view>
|
||
<view class="tn-margin-bottom-xl"></view>
|
||
</view>
|
||
|
||
</view>
|
||
|
||
|
||
<view class="tn-padding-bottom"></view>
|
||
</view>
|
||
</template>
|
||
|
||
<script>
|
||
import template_page_mixin from '@/libs/mixin/template_page_mixin.js'
|
||
export default {
|
||
name: 'TemplatePlus',
|
||
mixins: [template_page_mixin],
|
||
data(){
|
||
return {}
|
||
},
|
||
methods: {
|
||
// 复制语雀地址
|
||
copyYuque() {
|
||
uni.setClipboardData({
|
||
data: "https://www.yuque.com/tuniao",
|
||
})
|
||
},
|
||
// 复制微信号
|
||
copyWechat() {
|
||
uni.setClipboardData({
|
||
data: "tnkewo",
|
||
})
|
||
},
|
||
}
|
||
}
|
||
</script>
|
||
|
||
<style lang="scss" scoped>
|
||
@import '@/static/css/templatePage/custom_nav_bar.scss';
|
||
|
||
/* 内容 开始 */
|
||
.plus-box {
|
||
counter-reset: index;
|
||
padding: 0;
|
||
max-width: 100vw;
|
||
background-image: linear-gradient(to top, #FFA726 , #2DE8BD);
|
||
background-attachment: fixed;
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
}
|
||
|
||
.plus-text {
|
||
counter-increment: index;
|
||
display: initial;
|
||
align-items: center;
|
||
padding: 12px 0;
|
||
box-sizing: border-box;
|
||
|
||
}
|
||
|
||
|
||
.plus-text::before {
|
||
content: counters(index, ".", decimal-leading-zero);
|
||
font-size: 1.5rem;
|
||
font-weight: bold;
|
||
font-feature-settings: "tnum";
|
||
font-variant-numeric: tabular-nums;
|
||
align-self: flex-start;
|
||
}
|
||
|
||
</style>
|