将文本翻译成日语
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<view class="head">
|
||||
<image src="/static/imgs/h5logo/h5logo@3x.webp" mode="aspectFit" class="applogo" alt="官网logo" />
|
||||
<view class="spacerview"></view>
|
||||
<view class="download" @tap="common.download">下载应用</view>
|
||||
<view class="download" @tap="common.download">アプリをダウンロード</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -39,7 +39,8 @@ const common = useCommonStore()
|
||||
}
|
||||
|
||||
.download {
|
||||
width: 97px;
|
||||
min-width: 120px;
|
||||
padding: 0 16px;
|
||||
height: 35px;
|
||||
border-radius: 29px;
|
||||
background-image: linear-gradient(156deg, #7c45ed -1%, #7c68ef 19%, #7bd8f8 97%);
|
||||
@@ -49,5 +50,6 @@ const common = useCommonStore()
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
letter-spacing: 0.3px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user