作者 燕成杰

合并分支 'yan' 到 'master'

测试git



查看合并请求 !1
<template>
<view class="content">
<image class="logo" src="/static/logo.png"></image>
<view class="text-area">
<text class="title">{{title}}</text>
</view>
<u-button text="月落"></u-button>
</view>
</template>
... ...