feat: 非vue文件支持多语言

This commit is contained in:
菲鸽
2024-01-29 16:59:12 +08:00
parent 33061591a4
commit 6376816d0b
3 changed files with 31 additions and 1 deletions

View File

@@ -39,6 +39,8 @@
<script lang="ts" setup>
// 获取屏幕边界到安全区域距离
import '@/utils/http'
const { safeAreaInsets } = uni.getSystemInfoSync()
const author = ref('菲鸽')