Browse Source

首页、近期精选

feature-1.0
gao1021514 4 years ago
parent
commit
00e6ababb5
  1. 20
      api/index.js
  2. 3
      main.js
  3. 3
      manifest.json
  4. 103
      pages.json
  5. 110
      pages/index/choiceness.vue
  6. 150
      pages/index/index.vue
  7. 2
      static/img/slide-top.svg
  8. BIN
      static/img/start.gif
  9. 2
      static/index-default.svg
  10. 2
      static/index-select.svg
  11. 2
      static/mine-default.svg
  12. 2
      static/mine-select.svg
  13. 2
      static/theme-default.svg
  14. 2
      static/theme-select.svg
  15. 13
      unpackage/dist/dev/mp-toutiao/app.json
  16. 63
      unpackage/dist/dev/mp-toutiao/common/main.js
  17. 2
      unpackage/dist/dev/mp-toutiao/common/runtime.js
  18. 612
      unpackage/dist/dev/mp-toutiao/common/vendor.js
  19. 110
      unpackage/dist/dev/mp-toutiao/pages/creator/creator.js
  20. 259
      unpackage/dist/dev/mp-toutiao/pages/index/choiceness.js
  21. 7
      unpackage/dist/dev/mp-toutiao/pages/index/choiceness.json
  22. 1
      unpackage/dist/dev/mp-toutiao/pages/index/choiceness.ttml
  23. 35
      unpackage/dist/dev/mp-toutiao/pages/index/choiceness.ttss
  24. 215
      unpackage/dist/dev/mp-toutiao/pages/index/index.js
  25. 2
      unpackage/dist/dev/mp-toutiao/pages/index/index.ttml
  26. 64
      unpackage/dist/dev/mp-toutiao/pages/index/index.ttss
  27. 80
      unpackage/dist/dev/mp-toutiao/pages/userInfo/contactUs/contactUs.js
  28. 129
      unpackage/dist/dev/mp-toutiao/pages/userInfo/myCollection/myCollection.js
  29. 2
      unpackage/dist/dev/mp-toutiao/pages/userInfo/myCollection/myCollection.ttml
  30. 80
      unpackage/dist/dev/mp-toutiao/pages/userInfo/question/question.js
  31. 184
      unpackage/dist/dev/mp-toutiao/pages/userInfo/setting/setting.js
  32. 84
      unpackage/dist/dev/mp-toutiao/pages/userInfo/userInfo.js
  33. 27
      unpackage/dist/dev/mp-toutiao/project.config.json
  34. 2
      unpackage/dist/dev/mp-toutiao/static/img/slide-top.svg
  35. BIN
      unpackage/dist/dev/mp-toutiao/static/img/start.gif
  36. 2
      unpackage/dist/dev/mp-toutiao/static/index-default.svg
  37. 2
      unpackage/dist/dev/mp-toutiao/static/index-select.svg
  38. 2
      unpackage/dist/dev/mp-toutiao/static/mine-default.svg
  39. 2
      unpackage/dist/dev/mp-toutiao/static/mine-select.svg
  40. 2
      unpackage/dist/dev/mp-toutiao/static/theme-default.svg
  41. 2
      unpackage/dist/dev/mp-toutiao/static/theme-select.svg
  42. 96
      unpackage/dist/dev/mp-toutiao/uni_modules/uni-badge/components/uni-badge/uni-badge.js
  43. 98
      unpackage/dist/dev/mp-toutiao/uni_modules/uni-icons/components/uni-icons/uni-icons.js
  44. 100
      unpackage/dist/dev/mp-toutiao/uni_modules/uni-list/components/uni-list-item/uni-list-item.js
  45. 96
      unpackage/dist/dev/mp-toutiao/uni_modules/uni-list/components/uni-list/uni-list.js
  46. 100
      unpackage/dist/dev/mp-toutiao/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.js

20
api/index.js

@ -0,0 +1,20 @@
import request from '@/utils/request'
const serviceTitle = '/img'
//GET 传参需要用 params
//POST 传参需要用 data
//获取banner列表
export function tiktokUserImgs() {
return request({
url: `${serviceTitle}/img/mini/tiktok/tiktokUserImgs`,
method: 'get'
})
}
// 近期精选图片列表
export function imgLists(data) {
return request({
url: `${serviceTitle}/img/mini/tiktok/imgLists`,
method: 'post',
data
})
}

3
main.js

@ -1,7 +1,8 @@
import App from './App'
import store from './store/'
const baseURL = 'http://localhost:7010'
// const baseURL = 'http://localhost:7010'
const baseURL = 'http://81.69.47.31:7010'
Vue.prototype.baseURL = baseURL;

3
manifest.json

@ -58,7 +58,8 @@
"mp-toutiao" : {
"appid" : "ttc408b2b55b364f6601",
"setting" : {
"urlCheck" : false
"urlCheck" : false,
"es6" : true
}
}
}

103
pages.json

@ -7,58 +7,55 @@
}
},
{
"path" : "pages/creator/creator",
"style" :
{
"navigationBarTitleText": "艺术家",
"enablePullDownRefresh": true
}
"path": "pages/index/choiceness",
"style": {
"navigationBarTitleText": "近期精选",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/userInfo/userInfo",
"style" :
{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/userInfo/myCollection/myCollection",
"style" :
{
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": true
}
{
"path": "pages/creator/creator",
"style": {
"navigationBarTitleText": "艺术家",
"enablePullDownRefresh": true
}
},
{
"path": "pages/userInfo/userInfo",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": true
}
}, {
"path": "pages/userInfo/myCollection/myCollection",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/userInfo/question/question",
"style" :
{
"navigationBarTitleText": "常见问题",
"enablePullDownRefresh": false
}
}, {
"path": "pages/userInfo/question/question",
"style": {
"navigationBarTitleText": "常见问题",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/userInfo/contactUs/contactUs",
"style" :
{
"navigationBarTitleText": "联系我们",
"enablePullDownRefresh": false
}
}, {
"path": "pages/userInfo/contactUs/contactUs",
"style": {
"navigationBarTitleText": "联系我们",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/userInfo/setting/setting",
"style" :
{
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
}, {
"path": "pages/userInfo/setting/setting",
"style": {
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
}
],
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "bnyer",
@ -73,20 +70,20 @@
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"iconPath": "static/index-default.svg",
"selectedIconPath": "static/index-select.svg",
"text": "首页"
},
{
"pagePath": "pages/creator/creator",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"iconPath": "static/theme-default.svg",
"selectedIconPath": "static/theme-select.svg",
"text": "艺术家"
},
{
"pagePath": "pages/userInfo/userInfo",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"iconPath": "static/mine-default.svg",
"selectedIconPath": "static/mine-select.svg",
"text": "我的"
}
]

110
pages/index/choiceness.vue

@ -0,0 +1,110 @@
<template>
<view class="choiceness">
<uni-search-bar class="uni-mt-10" placeholder="请输入喜欢的艺术家代号吧~" clearButton="auto" cancelButton="none"
@confirm="search" />
<view class="choiceness-list">
<view class="imgList1">
<view class="first-box" :style="'width:'+imgWidth">
热门作品
</view>
<image v-for="(item,index) in imgList1" :key='index' class="img-box" :style="'width:'+imgWidth+';height:'+imgHeight"
:src="item.imgUrl" mode=""></image>
</view>
<view class="imgList2">
<image v-for="(item,index) in imgList2" :key='index' class="img-box" :style="'width:'+imgWidth+';height:'+imgHeight"
:src="item.imgUrl" mode=""></image>
</view>
</view>
</view>
</template>
<script>
import {
imgLists
} from '@/api/index.js'
export default {
data() {
return {
imgList1: [], //
imgList2: [], //
imgWidth: 0, //
imgHeight: 0, //
}
},
created() {
uni.getSystemInfo({
success: res => {
console.log(res)
this.imgWidth = res.windowWidth - 60 + 'rpx'
this.imgHeight = (res.windowWidth - 60) * 2 - 30 +'rpx'
this.getImgList()
}
})
},
methods: {
async getImgList() {
const res = await imgLists()
if (res.data.code === 200) {
for (let i = 0; i < res.data.rows.length; i++) {
if (i % 2 == 0) {
this.imgList2.push(res.data.rows[i])
} else {
this.imgList1.push(res.data.rows[i])
}
}
} else {
uni.showToast({
title: res.data.msg,
icon: 'error'
})
}
}
},
// onUnload() {
// uni.switchTab({
// url: '/pages/index/index'
// })
// },
}
</script>
<style lang="less">
.choiceness {
padding-right: 40rpx;
padding-top: 40rpx;
.uni-searchbar {
border: 1px solid #11A8FD;
border-radius: 16rpx;
padding: 0;
.uni-searchbar__box {
padding: 0;
border-radius: 16rpx !important;
}
}
.choiceness-list {
display: flex;
.first-box {
border-radius: 16rpx;
font-size: 16px;
margin-top: 40rpx;
margin-left: 40rpx;
color: #fff;
line-height: 60rpx;
text-align: center;
height: 60rpx;
background-color: #11A8FD;
display: inline-block;
vertical-align: top;
}
image {
margin-top: 40rpx;
margin-left: 40rpx;
border-radius: 16rpx;
}
}
}
</style>

150
pages/index/index.vue

@ -1,28 +1,54 @@
<template>
<view class="container">
<!-- <view>
<cover-image class="img" src="/static/logo.png"></cover-image>
</view> -->
<view>
<uni-search-bar class="uni-mt-10" radius="5" placeholder="请输入喜欢的艺术家代号吧~" clearButton="auto"
cancelButton="none" @confirm="search" />
<view class="top">
<image class="back-img" src="../../static/img/start.gif" mode=""></image>
<view class="top-bottom">
</view>
<uni-search-bar class="uni-mt-10" placeholder="请输入喜欢的艺术家代号吧~" clearButton="auto" cancelButton="none"
@confirm="search" />
<text>大家都在搜</text>
<view class="user-list">
<view class="user-list-box" v-for="(item,index) in userList" :key='item.id'>
<image :src="item.img" mode=""></image>
<text>{{item.tiktokNumber}}</text>
</view>
<view class="user-list-box" v-for="(item,index) in userList" :key='item.id'>
<image :src="item.img" mode=""></image>
<text>{{item.tiktokNumber}}</text>
</view>
<view class="user-list-box" v-for="(item,index) in userList" :key='item.id'>
<image :src="item.img" mode=""></image>
<text>{{item.tiktokNumber}}</text>
</view>
</view>
</view>
<view>
<view class="middle">
<text>近期精选</text>
<image src="../../static/img/slide-top.svg" mode=""></image>
</view>
</view>
</template>
<script>
import {
tiktokUserImgs
} from '@/api/index.js'
export default {
data() {
return {
userList: []
}
},
created() {
this.getUserList()
},
onPageScroll(e) {
// scrollTopeasy-loadimage
console.log('e.scrollTop', e.scrollTop)
if (e.scrollTop > 200) {
uni.redirectTo({
url: './choiceness'
})
}
},
methods: {
@ -32,14 +58,100 @@
icon: 'none'
})
},
}
//
async getUserList() {
const res = await tiktokUserImgs()
if (res.data.code === 200) {
this.userList = res.data.data
} else {
uni.showToast({
title: res.data.msg,
icon: 'error'
})
}
console.log('getUserList', res)
},
//
handleScroll() {
let scrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop
console.log(scrollTop)
},
},
}
</script>
<style>
<style lang="less">
.container {
padding: 20px;
font-size: 14px;
line-height: 24px;
.top {
width: 100vw;
image {
width: 100vw;
height: 400rpx;
}
.uni-searchbar {
border: 1px solid #11A8FD;
margin: 0 40rpx;
border-radius: 16rpx;
padding: 0;
.uni-searchbar__box {
padding: 0;
border-radius: 16rpx!important;
}
}
>text {
font-weight: bold;
font-size: 14px;
display: block;
text-align: center;
padding-top: 40rpx;
padding-bottom: 20rpx;
}
.user-list {
display: flex;
justify-content: flex-start;
align-items: center;
overflow-x: auto;
.user-list-box {
width: 140rpx;
padding: 20rpx;
text-align: center;
image {
width: 100rpx;
height: 100rpx;
border-radius: 100rpx;
}
text {
font-size: 24rpx;
color: #1E1E1E;
text-align: center;
}
}
}
}
.middle {
text-align: center;
height: calc(100vh - 248rpx);
padding-top: 40rpx;
text {
font-weight: bold;
font-size: 14px;
display: block;
}
image {
width: 40rpx;
height: 40rpx;
}
}
}
</style>

2
static/img/slide-top.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652526355166" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8351" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M533.333333 512L341.333333 704l29.866667 29.866667 162.133333-162.133334 162.133334 162.133334 29.866666-29.866667-192-192z m0-256L341.333333 448l29.866667 29.866667 162.133333-162.133334 162.133334 162.133334 29.866666-29.866667L533.333333 256z" fill="#444444" p-id="8352"></path></svg>

After

Width:  |  Height:  |  Size: 979 B

BIN
static/img/start.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

2
static/index-default.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652509906552" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="36297" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M98.033 480.211c-10.115 0-20.065-4.783-26.285-13.712-10.102-14.501-6.536-34.446 7.966-44.548l414.033-288.425a32.003 32.003 0 0 1 37.505 0.667l384.137 288.424c14.133 10.612 16.987 30.671 6.376 44.804s-30.67 16.988-44.804 6.375L511.335 199.272l-395.04 275.193a31.845 31.845 0 0 1-18.262 5.746zM831.241 927.64H608.515c-17.673 0-32-14.327-32-32V671.965H448.118V895.64c0 17.673-14.327 32-32 32H188.589c-17.673 0-32-14.327-32-32V513.167c0-17.673 14.327-32 32-32s32 14.327 32 32V863.64h163.529V639.965c0-17.673 14.327-32 32-32h192.397c17.673 0 32 14.327 32 32V863.64h158.727V513.167c0-17.673 14.327-32 32-32s32 14.327 32 32V895.64c-0.001 17.672-14.328 32-32.001 32z" fill="#11A8FD" p-id="36298"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

2
static/index-select.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652509895825" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="36094" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M919.2 419.2L531.2 141.6c-11.2-8-26.4-8-36.8 0L104 419.2c-12.8 8.8-6.4 28.8 9.6 28.8H192v432c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16V640h192v240c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16V448h78.4c15.2 0 21.6-20 8.8-28.8z" p-id="36095" fill="#11A8FD"></path></svg>

After

Width:  |  Height:  |  Size: 958 B

2
static/mine-default.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652510791414" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="48946" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M845.01888 732.43136c-18.20544-43.04128-44.2624-81.69088-77.44896-114.87872-33.18656-33.18656-71.83744-59.24224-114.87872-77.44768-12.15104-5.14048-24.512-9.56288-37.04576-13.31456 65.31712-36.48384 109.58848-106.3104 109.58848-186.2912 0-117.57696-95.65568-213.23264-213.23392-213.23264-117.57568 0-213.23264 95.65568-213.23264 213.23264 0 79.98208 44.27136 149.80736 109.58976 186.2912-12.53504 3.75296-24.89728 8.17664-37.04576 13.31456-43.04128 18.20544-81.69216 44.26112-114.88 77.44768-33.18528 33.18784-59.24352 71.83744-77.44768 114.87872-18.85312 44.57216-28.41216 91.90784-28.41216 140.6912 0 11.60832 9.41056 21.01888 21.01888 21.01888 11.6096 0 21.01888-9.41056 21.01888-21.01888 0-176.11264 143.27808-319.38944 319.38944-319.38944 176.11264 0 319.39072 143.27808 319.39072 319.38944 0 11.60832 9.40928 21.01888 21.01888 21.01888 11.60832 0 21.02016-9.41056 21.02016-21.01888C873.42976 824.3392 863.86944 777.00352 845.01888 732.43136zM340.8064 340.4992c0-94.39744 76.79744-171.19488 171.19488-171.19488 94.39872 0 171.19616 76.79744 171.19616 171.19488 0 94.39744-76.79744 171.19488-171.19616 171.19488C417.60256 511.6928 340.8064 434.89536 340.8064 340.4992z" p-id="48947" fill="#11A8FD"></path></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

2
static/mine-select.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652510113545" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="46538" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M900.985804 931.652755c-5.54018 0-10.033517-4.493338-10.033517-10.033517 0-109.346407-48.546669-211.866339-133.191488-281.267988-4.285606-3.515057-4.910846-9.834996-1.39886-14.121626 3.515057-4.285606 9.834996-4.91187 14.123672-1.397836 89.310072 73.230861 140.534733 181.403536 140.534733 296.78745C911.019321 927.159418 906.525983 931.652755 900.985804 931.652755zM154.054143 931.652755c-5.542226 0-10.033517-4.493338-10.033517-10.033517 0-51.77827 10.140964-102.011348 30.140461-149.305491 19.315928-45.676295 46.965661-86.695524 82.183767-121.918747 35.217083-35.223223 76.229149-62.878073 121.898281-82.198094 47.285956-20.00359 97.511871-30.146601 149.280932-30.146601 6.185886 0 12.435217 0.148379 18.579147 0.437975 5.53404 0.264013 9.809413 4.964058 9.547447 10.499122-0.261966 5.533017-4.952802 9.785877-10.497075 9.547447-5.827729-0.277316-11.759835-0.415462-17.630542-0.415462-200.398146 0-363.43436 163.065889-363.43436 363.501898C164.087661 927.159418 159.595346 931.652755 154.054143 931.652755z" p-id="46539" fill="#11A8FD"></path><path d="M533.824563 559.554062c-66.812685 0-129.624243-26.037003-176.86722-73.317843-47.239907-47.27777-73.256444-110.137423-73.256444-176.998203 0-66.86078 26.016537-129.71941 73.256444-176.998203 47.242977-47.279816 110.054535-73.317843 176.86722-73.317843s129.624243 26.038026 176.866197 73.317843c47.239907 47.278793 73.256444 110.137423 73.256444 176.998203 0 66.86078-26.016537 129.720434-73.256444 176.998203C663.448806 533.516036 600.637248 559.554062 533.824563 559.554062z" p-id="46540" fill="#11A8FD"></path></svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

2
static/theme-default.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652510034529" class="icon" viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="41705" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M419.182 146.263h-254.38c-12.108 0-21.924 9.815-21.924 21.923v254.382c0 36.577 29.759 66.333 66.335 66.333h254.38c12.108 0 21.923-9.815 21.923-21.923V212.596c0-36.576-29.757-66.333-66.334-66.333z m22.488 298.793H209.213c-12.4 0-22.488-10.088-22.488-22.487V190.11h232.46c12.397 0 22.486 10.088 22.486 22.487v232.46zM855.797 224.928c-12.108 0-21.922 9.815-21.922 21.923v175.717c0 12.4-10.09 22.487-22.49 22.487H578.928V212.597c0-12.399 10.087-22.487 22.488-22.487h174.346c12.108 0 21.922-9.815 21.922-21.923 0-12.108-9.815-21.923-21.922-21.923H601.415c-36.577 0-66.333 29.757-66.333 66.334V466.98c0 12.108 9.815 21.923 21.922 21.923h254.38c36.579 0 66.335-29.757 66.335-66.333V246.852c0-12.11-9.814-21.924-21.922-21.924zM811.033 538.503H556.651c-12.108 0-21.922 9.815-21.922 21.923v254.382c0 36.576 29.757 66.333 66.335 66.333h254.38c12.108 0 21.923-9.815 21.923-21.923V604.836c0-36.576-29.757-66.333-66.334-66.333z m22.487 298.791H601.064c-12.4 0-22.49-10.088-22.49-22.486V582.349h232.46c12.398 0 22.485 10.088 22.485 22.487v232.458zM463.593 538.503h-254.38c-36.577 0-66.335 29.757-66.335 66.334v254.381c0 12.109 9.817 21.923 21.924 21.923h254.382c36.575 0 66.332-29.757 66.332-66.333V560.426c0-12.108-9.815-21.923-21.923-21.923zM441.67 814.808c0 12.4-10.089 22.486-22.486 22.486h-232.46V604.836c0-12.399 10.089-22.487 22.488-22.487H441.67v232.459zM855.797 193.513c13.965 0 25.326-11.361 25.326-25.327 0-13.965-11.361-25.327-25.326-25.327s-25.328 11.362-25.328 25.327c0 13.965 11.363 25.327 25.328 25.327z" p-id="41706" fill="#11A8FD"></path></svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

2
static/theme-select.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652510045111" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="41908" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M0 128.115398C0 57.359217 57.372907 0 128.115398 0L310.741745 0C381.497926 0 438.857143 57.372907 438.857143 128.115398L438.857143 310.741745C438.857143 381.497926 381.484236 438.857143 310.741745 438.857143L128.115398 438.857143C57.359217 438.857143 0 381.484236 0 310.741745L0 128.115398ZM0 713.258253C0 642.502074 57.372907 585.142857 128.115398 585.142857L310.741745 585.142857C381.497926 585.142857 438.857143 642.515763 438.857143 713.258253L438.857143 895.884602C438.857143 966.640781 381.484236 1024 310.741745 1024L128.115398 1024C57.359217 1024 0 966.627091 0 895.884602L0 713.258253ZM585.142857 128.115398C585.142857 57.359217 642.515763 0 713.258253 0L895.884602 0C966.640781 0 1024 57.372907 1024 128.115398L1024 310.741745C1024 381.497926 966.627091 438.857143 895.884602 438.857143L713.258253 438.857143C642.502074 438.857143 585.142857 381.484236 585.142857 310.741745L585.142857 128.115398ZM585.142857 713.258253C585.142857 642.502074 642.515763 585.142857 713.258253 585.142857L895.884602 585.142857C966.640781 585.142857 1024 642.515763 1024 713.258253L1024 895.884602C1024 966.640781 966.627091 1024 895.884602 1024L713.258253 1024C642.502074 1024 585.142857 966.627091 585.142857 895.884602L585.142857 713.258253Z" p-id="41909" fill="#11A8FD"></path></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

13
unpackage/dist/dev/mp-toutiao/app.json

@ -1,6 +1,7 @@
{
"pages": [
"pages/index/index",
"pages/index/choiceness",
"pages/creator/creator",
"pages/userInfo/userInfo",
"pages/userInfo/myCollection/myCollection",
@ -23,20 +24,20 @@
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"iconPath": "static/index-default.svg",
"selectedIconPath": "static/index-select.svg",
"text": "首页"
},
{
"pagePath": "pages/creator/creator",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"iconPath": "static/theme-default.svg",
"selectedIconPath": "static/theme-select.svg",
"text": "艺术家"
},
{
"pagePath": "pages/userInfo/userInfo",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"iconPath": "static/mine-default.svg",
"selectedIconPath": "static/mine-select.svg",
"text": "我的"
}
]

63
unpackage/dist/dev/mp-toutiao/common/main.js

File diff suppressed because one or more lines are too long

2
unpackage/dist/dev/mp-toutiao/common/runtime.js

File diff suppressed because one or more lines are too long

612
unpackage/dist/dev/mp-toutiao/common/vendor.js

File diff suppressed because one or more lines are too long

110
unpackage/dist/dev/mp-toutiao/pages/creator/creator.js

File diff suppressed because one or more lines are too long

259
unpackage/dist/dev/mp-toutiao/pages/index/choiceness.js

File diff suppressed because one or more lines are too long

7
unpackage/dist/dev/mp-toutiao/pages/index/choiceness.json

@ -0,0 +1,7 @@
{
"navigationBarTitleText": "近期精选",
"enablePullDownRefresh": true,
"usingComponents": {
"uni-search-bar": "/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar"
}
}

1
unpackage/dist/dev/mp-toutiao/pages/index/choiceness.ttml

@ -0,0 +1 @@
<view class="choiceness"><uni-search-bar class="uni-mt-10" vue-id="d8b33852-1" placeholder="请输入喜欢的艺术家代号吧~" clearButton="auto" cancelButton="none" data-event-opts="{{[['^confirm',[['search']]]]}}" bind:confirm="__e" bind:__l="__l"></uni-search-bar><view class="choiceness-list"><view class="imgList1"><view class="first-box" style="{{('width:'+imgWidth)}}">热门作品</view><block tt:for="{{imgList1}}" tt:for-item="item" tt:for-index="index" tt:key="index"><image class="img-box" style="{{('width:'+imgWidth+';height:'+imgHeight)}}" src="{{item.imgUrl}}" mode></image></block></view><view class="imgList2"><block tt:for="{{imgList2}}" tt:for-item="item" tt:for-index="index" tt:key="index"><image class="img-box" style="{{('width:'+imgWidth+';height:'+imgHeight)}}" src="{{item.imgUrl}}" mode></image></block></view></view></view>

35
unpackage/dist/dev/mp-toutiao/pages/index/choiceness.ttss

@ -0,0 +1,35 @@
.choiceness {
padding-right: 40rpx;
padding-top: 40rpx;
}
.choiceness .uni-searchbar {
border: 1px solid #11A8FD;
border-radius: 16rpx;
padding: 0;
}
.choiceness .uni-searchbar .uni-searchbar__box {
padding: 0;
border-radius: 16rpx !important;
}
.choiceness .choiceness-list {
display: flex;
}
.choiceness .choiceness-list .first-box {
border-radius: 16rpx;
font-size: 16px;
margin-top: 40rpx;
margin-left: 40rpx;
color: #fff;
line-height: 60rpx;
text-align: center;
height: 60rpx;
background-color: #11A8FD;
display: inline-block;
vertical-align: top;
}
.choiceness .choiceness-list image {
margin-top: 40rpx;
margin-left: 40rpx;
border-radius: 16rpx;
}

215
unpackage/dist/dev/mp-toutiao/pages/index/index.js

File diff suppressed because one or more lines are too long

2
unpackage/dist/dev/mp-toutiao/pages/index/index.ttml

@ -1 +1 @@
<view class="container"><view><uni-search-bar class="uni-mt-10" vue-id="8dda190e-1" radius="5" placeholder="请输入喜欢的艺术家代号吧~" clearButton="auto" cancelButton="none" data-event-opts="{{[['^confirm',[['search']]]]}}" bind:confirm="__e" bind:__l="__l"></uni-search-bar></view><view></view></view>
<view class="container"><view class="top"><image class="back-img" src="../../static/img/start.gif" mode></image><view class="top-bottom"></view><uni-search-bar class="uni-mt-10" vue-id="8dda190e-1" placeholder="请输入喜欢的艺术家代号吧~" clearButton="auto" cancelButton="none" data-event-opts="{{[['^confirm',[['search']]]]}}" bind:confirm="__e" bind:__l="__l"></uni-search-bar><text>大家都在搜</text><view class="user-list"><block tt:for="{{userList}}" tt:for-item="item" tt:for-index="index" tt:key="id"><view class="user-list-box"><image src="{{item.img}}" mode></image><text>{{item.tiktokNumber}}</text></view></block><block tt:for="{{userList}}" tt:for-item="item" tt:for-index="index" tt:key="id"><view class="user-list-box"><image src="{{item.img}}" mode></image><text>{{item.tiktokNumber}}</text></view></block><block tt:for="{{userList}}" tt:for-item="item" tt:for-index="index" tt:key="id"><view class="user-list-box"><image src="{{item.img}}" mode></image><text>{{item.tiktokNumber}}</text></view></block></view></view><view class="middle"><text>近期精选</text><image src="../../static/img/slide-top.svg" mode></image></view></view>

64
unpackage/dist/dev/mp-toutiao/pages/index/index.ttss

@ -1,7 +1,61 @@
.container {
padding: 20px;
font-size: 14px;
line-height: 24px;
.container .top {
width: 100vw;
}
.container .top image {
width: 100vw;
height: 400rpx;
}
.container .top .uni-searchbar {
border: 1px solid #11A8FD;
margin: 0 40rpx;
border-radius: 16rpx;
padding: 0;
}
.container .top .uni-searchbar .uni-searchbar__box {
padding: 0;
border-radius: 16rpx!important;
}
.container .top > text {
font-weight: bold;
font-size: 14px;
display: block;
text-align: center;
padding-top: 40rpx;
padding-bottom: 20rpx;
}
.container .top .user-list {
display: flex;
justify-content: flex-start;
align-items: center;
overflow-x: auto;
}
.container .top .user-list .user-list-box {
width: 140rpx;
padding: 20rpx;
text-align: center;
}
.container .top .user-list .user-list-box image {
width: 100rpx;
height: 100rpx;
border-radius: 100rpx;
}
.container .top .user-list .user-list-box text {
font-size: 24rpx;
color: #1E1E1E;
text-align: center;
}
.container .middle {
text-align: center;
height: calc(100vh - 248rpx);
padding-top: 40rpx;
}
.container .middle text {
font-weight: bold;
font-size: 14px;
display: block;
}
.container .middle image {
width: 40rpx;
height: 40rpx;
}

80
unpackage/dist/dev/mp-toutiao/pages/userInfo/contactUs/contactUs.js

File diff suppressed because one or more lines are too long

129
unpackage/dist/dev/mp-toutiao/pages/userInfo/myCollection/myCollection.js

File diff suppressed because one or more lines are too long

2
unpackage/dist/dev/mp-toutiao/pages/userInfo/myCollection/myCollection.ttml

@ -1 +1 @@
<view><text>这是我的收藏</text></view>
<view><text>这是我的收藏</text><block tt:for="{{myCollection}}" tt:for-item="item" tt:for-index="index" tt:key="index"><view><image src="{{item.imgUrl}}"></image></view></block></view>

80
unpackage/dist/dev/mp-toutiao/pages/userInfo/question/question.js

File diff suppressed because one or more lines are too long

184
unpackage/dist/dev/mp-toutiao/pages/userInfo/setting/setting.js

File diff suppressed because one or more lines are too long

84
unpackage/dist/dev/mp-toutiao/pages/userInfo/userInfo.js

File diff suppressed because one or more lines are too long

27
unpackage/dist/dev/mp-toutiao/project.config.json

@ -1,23 +1,8 @@
{
"setting": {
"urlCheck": false
},
"appid": "ttc408b2b55b364f6601",
"projectname": "app",
"condition": {
"miniprogram": {
"list": [
{
"id": 1651737979264,
"name": "1",
"pathName": "pages/creator/creator",
"query": "",
"scene": "990001",
"launchFrom": "scan",
"location": "qr_code"
}
],
"current": 1651737979264
}
}
"setting": {
"urlCheck": false,
"es6": true
},
"appid": "ttc408b2b55b364f6601",
"projectname": "app"
}

2
unpackage/dist/dev/mp-toutiao/static/img/slide-top.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652526355166" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8351" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M533.333333 512L341.333333 704l29.866667 29.866667 162.133333-162.133334 162.133334 162.133334 29.866666-29.866667-192-192z m0-256L341.333333 448l29.866667 29.866667 162.133333-162.133334 162.133334 162.133334 29.866666-29.866667L533.333333 256z" fill="#444444" p-id="8352"></path></svg>

After

Width:  |  Height:  |  Size: 979 B

BIN
unpackage/dist/dev/mp-toutiao/static/img/start.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

2
unpackage/dist/dev/mp-toutiao/static/index-default.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652509906552" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="36297" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M98.033 480.211c-10.115 0-20.065-4.783-26.285-13.712-10.102-14.501-6.536-34.446 7.966-44.548l414.033-288.425a32.003 32.003 0 0 1 37.505 0.667l384.137 288.424c14.133 10.612 16.987 30.671 6.376 44.804s-30.67 16.988-44.804 6.375L511.335 199.272l-395.04 275.193a31.845 31.845 0 0 1-18.262 5.746zM831.241 927.64H608.515c-17.673 0-32-14.327-32-32V671.965H448.118V895.64c0 17.673-14.327 32-32 32H188.589c-17.673 0-32-14.327-32-32V513.167c0-17.673 14.327-32 32-32s32 14.327 32 32V863.64h163.529V639.965c0-17.673 14.327-32 32-32h192.397c17.673 0 32 14.327 32 32V863.64h158.727V513.167c0-17.673 14.327-32 32-32s32 14.327 32 32V895.64c-0.001 17.672-14.328 32-32.001 32z" fill="#11A8FD" p-id="36298"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

2
unpackage/dist/dev/mp-toutiao/static/index-select.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652509895825" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="36094" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M919.2 419.2L531.2 141.6c-11.2-8-26.4-8-36.8 0L104 419.2c-12.8 8.8-6.4 28.8 9.6 28.8H192v432c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16V640h192v240c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16V448h78.4c15.2 0 21.6-20 8.8-28.8z" p-id="36095" fill="#11A8FD"></path></svg>

After

Width:  |  Height:  |  Size: 958 B

2
unpackage/dist/dev/mp-toutiao/static/mine-default.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652510791414" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="48946" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M845.01888 732.43136c-18.20544-43.04128-44.2624-81.69088-77.44896-114.87872-33.18656-33.18656-71.83744-59.24224-114.87872-77.44768-12.15104-5.14048-24.512-9.56288-37.04576-13.31456 65.31712-36.48384 109.58848-106.3104 109.58848-186.2912 0-117.57696-95.65568-213.23264-213.23392-213.23264-117.57568 0-213.23264 95.65568-213.23264 213.23264 0 79.98208 44.27136 149.80736 109.58976 186.2912-12.53504 3.75296-24.89728 8.17664-37.04576 13.31456-43.04128 18.20544-81.69216 44.26112-114.88 77.44768-33.18528 33.18784-59.24352 71.83744-77.44768 114.87872-18.85312 44.57216-28.41216 91.90784-28.41216 140.6912 0 11.60832 9.41056 21.01888 21.01888 21.01888 11.6096 0 21.01888-9.41056 21.01888-21.01888 0-176.11264 143.27808-319.38944 319.38944-319.38944 176.11264 0 319.39072 143.27808 319.39072 319.38944 0 11.60832 9.40928 21.01888 21.01888 21.01888 11.60832 0 21.02016-9.41056 21.02016-21.01888C873.42976 824.3392 863.86944 777.00352 845.01888 732.43136zM340.8064 340.4992c0-94.39744 76.79744-171.19488 171.19488-171.19488 94.39872 0 171.19616 76.79744 171.19616 171.19488 0 94.39744-76.79744 171.19488-171.19616 171.19488C417.60256 511.6928 340.8064 434.89536 340.8064 340.4992z" p-id="48947" fill="#11A8FD"></path></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

2
unpackage/dist/dev/mp-toutiao/static/mine-select.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652510113545" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="46538" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M900.985804 931.652755c-5.54018 0-10.033517-4.493338-10.033517-10.033517 0-109.346407-48.546669-211.866339-133.191488-281.267988-4.285606-3.515057-4.910846-9.834996-1.39886-14.121626 3.515057-4.285606 9.834996-4.91187 14.123672-1.397836 89.310072 73.230861 140.534733 181.403536 140.534733 296.78745C911.019321 927.159418 906.525983 931.652755 900.985804 931.652755zM154.054143 931.652755c-5.542226 0-10.033517-4.493338-10.033517-10.033517 0-51.77827 10.140964-102.011348 30.140461-149.305491 19.315928-45.676295 46.965661-86.695524 82.183767-121.918747 35.217083-35.223223 76.229149-62.878073 121.898281-82.198094 47.285956-20.00359 97.511871-30.146601 149.280932-30.146601 6.185886 0 12.435217 0.148379 18.579147 0.437975 5.53404 0.264013 9.809413 4.964058 9.547447 10.499122-0.261966 5.533017-4.952802 9.785877-10.497075 9.547447-5.827729-0.277316-11.759835-0.415462-17.630542-0.415462-200.398146 0-363.43436 163.065889-363.43436 363.501898C164.087661 927.159418 159.595346 931.652755 154.054143 931.652755z" p-id="46539" fill="#11A8FD"></path><path d="M533.824563 559.554062c-66.812685 0-129.624243-26.037003-176.86722-73.317843-47.239907-47.27777-73.256444-110.137423-73.256444-176.998203 0-66.86078 26.016537-129.71941 73.256444-176.998203 47.242977-47.279816 110.054535-73.317843 176.86722-73.317843s129.624243 26.038026 176.866197 73.317843c47.239907 47.278793 73.256444 110.137423 73.256444 176.998203 0 66.86078-26.016537 129.720434-73.256444 176.998203C663.448806 533.516036 600.637248 559.554062 533.824563 559.554062z" p-id="46540" fill="#11A8FD"></path></svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

2
unpackage/dist/dev/mp-toutiao/static/theme-default.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652510034529" class="icon" viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="41705" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M419.182 146.263h-254.38c-12.108 0-21.924 9.815-21.924 21.923v254.382c0 36.577 29.759 66.333 66.335 66.333h254.38c12.108 0 21.923-9.815 21.923-21.923V212.596c0-36.576-29.757-66.333-66.334-66.333z m22.488 298.793H209.213c-12.4 0-22.488-10.088-22.488-22.487V190.11h232.46c12.397 0 22.486 10.088 22.486 22.487v232.46zM855.797 224.928c-12.108 0-21.922 9.815-21.922 21.923v175.717c0 12.4-10.09 22.487-22.49 22.487H578.928V212.597c0-12.399 10.087-22.487 22.488-22.487h174.346c12.108 0 21.922-9.815 21.922-21.923 0-12.108-9.815-21.923-21.922-21.923H601.415c-36.577 0-66.333 29.757-66.333 66.334V466.98c0 12.108 9.815 21.923 21.922 21.923h254.38c36.579 0 66.335-29.757 66.335-66.333V246.852c0-12.11-9.814-21.924-21.922-21.924zM811.033 538.503H556.651c-12.108 0-21.922 9.815-21.922 21.923v254.382c0 36.576 29.757 66.333 66.335 66.333h254.38c12.108 0 21.923-9.815 21.923-21.923V604.836c0-36.576-29.757-66.333-66.334-66.333z m22.487 298.791H601.064c-12.4 0-22.49-10.088-22.49-22.486V582.349h232.46c12.398 0 22.485 10.088 22.485 22.487v232.458zM463.593 538.503h-254.38c-36.577 0-66.335 29.757-66.335 66.334v254.381c0 12.109 9.817 21.923 21.924 21.923h254.382c36.575 0 66.332-29.757 66.332-66.333V560.426c0-12.108-9.815-21.923-21.923-21.923zM441.67 814.808c0 12.4-10.089 22.486-22.486 22.486h-232.46V604.836c0-12.399 10.089-22.487 22.488-22.487H441.67v232.459zM855.797 193.513c13.965 0 25.326-11.361 25.326-25.327 0-13.965-11.361-25.327-25.326-25.327s-25.328 11.362-25.328 25.327c0 13.965 11.363 25.327 25.328 25.327z" p-id="41706" fill="#11A8FD"></path></svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

2
unpackage/dist/dev/mp-toutiao/static/theme-select.svg

@ -0,0 +1,2 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1652510045111" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="41908" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
</style></defs><path d="M0 128.115398C0 57.359217 57.372907 0 128.115398 0L310.741745 0C381.497926 0 438.857143 57.372907 438.857143 128.115398L438.857143 310.741745C438.857143 381.497926 381.484236 438.857143 310.741745 438.857143L128.115398 438.857143C57.359217 438.857143 0 381.484236 0 310.741745L0 128.115398ZM0 713.258253C0 642.502074 57.372907 585.142857 128.115398 585.142857L310.741745 585.142857C381.497926 585.142857 438.857143 642.515763 438.857143 713.258253L438.857143 895.884602C438.857143 966.640781 381.484236 1024 310.741745 1024L128.115398 1024C57.359217 1024 0 966.627091 0 895.884602L0 713.258253ZM585.142857 128.115398C585.142857 57.359217 642.515763 0 713.258253 0L895.884602 0C966.640781 0 1024 57.372907 1024 128.115398L1024 310.741745C1024 381.497926 966.627091 438.857143 895.884602 438.857143L713.258253 438.857143C642.502074 438.857143 585.142857 381.484236 585.142857 310.741745L585.142857 128.115398ZM585.142857 713.258253C585.142857 642.502074 642.515763 585.142857 713.258253 585.142857L895.884602 585.142857C966.640781 585.142857 1024 642.515763 1024 713.258253L1024 895.884602C1024 966.640781 966.627091 1024 895.884602 1024L713.258253 1024C642.502074 1024 585.142857 966.627091 585.142857 895.884602L585.142857 713.258253Z" p-id="41909" fill="#11A8FD"></path></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

96
unpackage/dist/dev/mp-toutiao/uni_modules/uni-badge/components/uni-badge/uni-badge.js

File diff suppressed because one or more lines are too long

98
unpackage/dist/dev/mp-toutiao/uni_modules/uni-icons/components/uni-icons/uni-icons.js

File diff suppressed because one or more lines are too long

100
unpackage/dist/dev/mp-toutiao/uni_modules/uni-list/components/uni-list-item/uni-list-item.js

File diff suppressed because one or more lines are too long

96
unpackage/dist/dev/mp-toutiao/uni_modules/uni-list/components/uni-list/uni-list.js

File diff suppressed because one or more lines are too long

100
unpackage/dist/dev/mp-toutiao/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save