first add files
This commit is contained in:
1
ProjectLiaisonForm/pages/count-down/skyline/count-down.d.ts
vendored
Normal file
1
ProjectLiaisonForm/pages/count-down/skyline/count-down.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Page({});
|
||||
11
ProjectLiaisonForm/pages/count-down/skyline/count-down.json
Normal file
11
ProjectLiaisonForm/pages/count-down/skyline/count-down.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"navigationStyle": "custom",
|
||||
"renderer": "skyline",
|
||||
"componentFramework": "glass-easel",
|
||||
"disableScroll": true,
|
||||
"usingComponents": {
|
||||
"t-navbar": "tdesign-miniprogram/navbar/navbar",
|
||||
"base": "../base",
|
||||
"size": "../size"
|
||||
}
|
||||
}
|
||||
15
ProjectLiaisonForm/pages/count-down/skyline/count-down.wxml
Normal file
15
ProjectLiaisonForm/pages/count-down/skyline/count-down.wxml
Normal file
@@ -0,0 +1,15 @@
|
||||
<view class="skyline">
|
||||
<t-navbar class="demo-navbar" title="CountDown" leftArrow />
|
||||
<scroll-view scroll-y type="list" class="scroll-view">
|
||||
<view class="demo-title">CountDown 倒计时</view>
|
||||
<view class="demo-desc">用于实时展示倒计时数值。</view>
|
||||
|
||||
<t-demo padding title="01 组件类型">
|
||||
<base />
|
||||
</t-demo>
|
||||
|
||||
<t-demo padding title="02 组件尺寸" desc="倒计时 large/medium/small 尺寸">
|
||||
<size />
|
||||
</t-demo>
|
||||
</scroll-view>
|
||||
</view>
|
||||
@@ -0,0 +1,3 @@
|
||||
page {
|
||||
background-color: var(--td-bg-color-container);
|
||||
}
|
||||
Reference in New Issue
Block a user