Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
miniprogram
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
曹末
miniprogram
Commits
b1884769
提交
b1884769
authored
1月 23, 2025
作者:
曹末
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式修改
上级
1891fa59
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
23 行增加
和
42 行删除
+23
-42
app.wxss
miniprogram/app.wxss
+5
-3
index.wxml
miniprogram/custom-tab-bar/index.wxml
+3
-2
index.wxss
miniprogram/custom-tab-bar/index.wxss
+4
-2
index.jpg
miniprogram/images/index.jpg
+0
-0
s.jpg
miniprogram/images/s.jpg
+0
-0
index.json
miniprogram/pages/examples/index.json
+1
-1
index.wxml
miniprogram/pages/examples/index.wxml
+2
-30
index.json
miniprogram/pages/index/index.json
+3
-1
index.wxml
miniprogram/pages/index/index.wxml
+5
-3
没有找到文件。
miniprogram/app.wxss
浏览文件 @
b1884769
...
...
@@ -4,17 +4,17 @@
flex-direction: column;
align-items: center;
box-sizing: border-box;
}
}
button {
background: initial;
}
button:focus{
button:focus
{
outline: 0;
}
button::after{
button::after
{
border: none;
}
...
...
@@ -24,4 +24,5 @@ page {
display: flex;
flex-direction: column;
justify-content: flex-start;
--td-brand-color: red;
}
\ No newline at end of file
miniprogram/custom-tab-bar/index.wxml
浏览文件 @
b1884769
<t-tab-bar
t-class="t
-tab-bar" value="{{selected}}" bindchange="switchTab" theme="tag" split="{{false}}">
<t-tab-bar-item
wx:for="{{list}}" wx:key="pagePath" value="{{item.pagePath}}" icon="{{item.icon}}">
<t-tab-bar
class="custom
-tab-bar" value="{{selected}}" bindchange="switchTab" theme="tag" split="{{false}}">
<t-tab-bar-item wx:for="{{list}}" wx:key="pagePath" value="{{item.pagePath}}" icon="{{item.icon}}">
{{item.text}}
</t-tab-bar-item>
</t-tab-bar>
\ No newline at end of file
miniprogram/custom-tab-bar/index.wxss
浏览文件 @
b1884769
/* custom-tab-bar/custom-tab-bar.wxss */
\ No newline at end of file
.custom-tab-bar {
--td-tab-bar-item-color: red;
--td-brand-color: red;
}
miniprogram/images/index.jpg
0 → 100644
浏览文件 @
b1884769
659.8 KB
miniprogram/images/s.jpg
0 → 100644
浏览文件 @
b1884769
642.4 KB
miniprogram/pages/examples/index.json
浏览文件 @
b1884769
{
"navigationBarTitleText"
:
"
基础能力
"
,
"navigationBarTitleText"
:
"
品牌
"
,
"usingComponents"
:
{
"cloud-tip-modal"
:
"/components/cloudTipModal/index"
}
...
...
miniprogram/pages/examples/index.wxml
浏览文件 @
b1884769
<!--index.wxml-->
<view class="container">
<view class="title">快速了解云开发</view>
<view class="top_tip">免鉴权接口调用 免部署后台 高并发</view>
<view class="power" wx:key="title" wx:for="{{powerList}}" wx:for-item="power">
<view class="power_info" data-index="{{index}}" data-type="{{ power.type }}" bindtap="onClickPowerInfo">
<view class="power_info_text">
<view class="power_info_text_title">
{{power.title}}
<view class="power_info_text_tag" wx:if="{{power.tag}}">{{power.tag}}</view>
</view>
<view class="power_info_text_tip">{{power.tip}}</view>
</view>
<image wx:if="{{!power.showItem && power.item.length}}" class="power_info_more" src="../../images/arrow.svg"></image>
<image wx:if="{{power.showItem && power.item.length}}" class="power_info_less" src="../../images/arrow.svg"></image>
<image wx:if="{{!power.item.length}}" class="power_item_icon" src="../../images/arrow.svg"></image>
</view>
<view wx:if="{{power.showItem}}">
<view wx:key="title" wx:for="{{power.item}}">
<view class="line"></view>
<view class="power_item" bindtap="jumpPage" data-type="{{ item.type }}" data-page="{{item.page}}">
<view class="power_item_title">{{item.title}}</view>
<image class="power_item_icon" src="../../images/arrow.svg"></image>
</view>
</view>
</view>
</view>
<cloud-tip-modal showTipProps="{{showTip}}" title="{{title}}" content="{{content}}"></cloud-tip-modal>
</view>
\ No newline at end of file
<image src="../../images/s.jpg" mode="widthFix" style="width:100%" />
\ No newline at end of file
miniprogram/pages/index/index.json
浏览文件 @
b1884769
...
...
@@ -2,5 +2,6 @@
"usingComponents"
:
{
"t-swiper"
:
"tdesign-miniprogram/swiper/swiper"
},
"navigationBarBackgroundColor"
:
"#fff"
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTitleText"
:
"首页"
}
\ No newline at end of file
miniprogram/pages/index/index.wxml
浏览文件 @
b1884769
<!--index.wxml-->
<t-swiper
<
!-- <
t-swiper
current="{{current}}"
autoplay="{{autoplay}}"
duration="{{duration}}"
interval="{{interval}}"
list="{{swiperList}}"
navigation="{{ { type: 'dots-bar' } }}"
/>
\ No newline at end of file
/> -->
<image src="../../images/index.jpg" mode="widthFix" style="width:100%" />
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论