chore: 文案优化

This commit is contained in:
菲鸽 2024-05-04 14:30:00 +08:00
parent 188554bf04
commit e396f9bf72

View File

@ -10,8 +10,14 @@
<view class="center flex-col mt-6">
<view class="text-red-500 p-4 leading-6">
经过我的测试发现小程序里面会有2处BUG
<view>1. 页面标题多语言不生效</view>
<view>2. 多语言传递的参数不生效如下 heavy</view>
<view>
<text class="line-through">1. 页面标题多语言不生效</text>
<text class="ml-2 text-green-500">已解决</text>
</view>
<view>
<text class="line-through">2. 多语言传递的参数不生效如下 heavy</text>
<text class="ml-2 text-green-500">已解决</text>
</view>
</view>
<view class="text-green-500">多语言测试</view>
<view class="m-4">{{ $t('app.name') }}</view>