国际化

This commit is contained in:
2026-01-21 18:59:24 +08:00
parent 7491f7cdaf
commit 4354dec998
15 changed files with 176 additions and 91 deletions

View File

@@ -113,9 +113,9 @@
reload: false,
status: 'more',
contentText: {
contentdown: '查看更多',
contentrefresh: '加载中',
contentnomore: '没有更多'
contentdown: this.$t('uni-load-more.contentdown'),
contentrefresh: this.$t('uni-load-more.contentrefresh'),
contentnomore: this.$t('uni-load-more.contentnomore')
},
totalCount: 0,
pageNum: 1,