feat: 添加应用列表和分类功能,支持搜索和过滤

This commit is contained in:
2026-01-02 17:34:54 +07:00
parent 04bbee2533
commit 00996d121b
8 changed files with 539 additions and 198 deletions

View File

@@ -1,26 +1,17 @@
{
"appName": "Riwa App",
"downloadTitle": "Download Riwa",
"appName": "Riwa App Store",
"searchApps": "Search apps...",
"allApps": "All Apps",
"downloads": "downloads",
"version": "Version",
"updateDate": "Update Date",
"downloadIOS": "Download iOS",
"downloadAndroid": "Download Android",
"openH5": "Open Web Version",
"releaseDate": "Release Date",
"whatsNew": "What's New",
"appDescription": "Description",
"downloadStats": "Download Statistics",
"totalDownloads": "Total Downloads",
"todayDownloads": "Today",
"iosDownloads": "iOS Downloads",
"androidDownloads": "Android Downloads",
"installGuide": "Installation Guide",
"iosGuideTitle": "iOS Installation",
"iosGuideStep1": "1. Click download button and wait",
"iosGuideStep2": "2. Go to Settings - General - VPN & Device Management",
"iosGuideStep3": "3. Trust the enterprise app certificate",
"iosGuideStep4": "4. Return to home screen and open Riwa App",
"androidGuideTitle": "Android Installation",
"androidGuideStep1": "1. Click download button and wait",
"androidGuideStep2": "2. Allow installation from unknown sources",
"androidGuideStep3": "3. Tap the APK file to install",
"androidGuideStep4": "4. Open the app after installation"
"noAppsFound": "No apps found",
"downloadApp": "Download App"
}

View File

@@ -1,26 +1,17 @@
{
"appName": "Riwa App",
"downloadTitle": "下载 Riwa",
"appName": "Riwa 应用商店",
"searchApps": "搜索应用...",
"allApps": "全部应用",
"downloads": "次下载",
"version": "版本",
"updateDate": "更新日期",
"downloadIOS": "下载 iOS 版",
"downloadAndroid": "下载 Android 版",
"openH5": "打开网页版",
"releaseDate": "发布日期",
"whatsNew": "更新内容",
"appDescription": "应用介绍",
"downloadStats": "下载统计",
"totalDownloads": "总下载量",
"todayDownloads": "今日下载",
"iosDownloads": "iOS 下载",
"androidDownloads": "Android 下载",
"installGuide": "安装指引",
"iosGuideTitle": "iOS 安装说明",
"iosGuideStep1": "1. 点击下载按钮,等待下载完成",
"iosGuideStep2": "2. 进入「设置」-「通用」-「VPN与设备管理」",
"iosGuideStep3": "3. 信任企业级应用证书",
"iosGuideStep4": "4. 返回主屏幕打开 Riwa App",
"androidGuideTitle": "Android 安装说明",
"androidGuideStep1": "1. 点击下载按钮,等待下载完成",
"androidGuideStep2": "2. 允许安装未知来源应用",
"androidGuideStep3": "3. 点击安装包进行安装",
"androidGuideStep4": "4. 安装完成后打开应用"
"noAppsFound": "没有找到应用",
"downloadApp": "下载应用"
}