unimodules

This commit is contained in:
zoujiandong
2025-08-19 11:34:07 +08:00
parent 87647c2c84
commit 72d63c5a80
317 changed files with 41541 additions and 6 deletions
@@ -0,0 +1,4 @@
{
"uni-fav.collect": "collect",
"uni-fav.collected": "collected"
}
@@ -0,0 +1,8 @@
import en from './en.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
export default {
en,
'zh-Hans': zhHans,
'zh-Hant': zhHant
}
@@ -0,0 +1,4 @@
{
"uni-fav.collect": "收藏",
"uni-fav.collected": "已收藏"
}
@@ -0,0 +1,4 @@
{
"uni-fav.collect": "收藏",
"uni-fav.collected": "已收藏"
}