fix: 升级依赖并修复相关问题

- 升级web依赖到最新版本
- 修复1.11.4版本兼容性问题
- 解决google字体dockerfile访问问题
- 恢复丢失的相关文件
- 添加多语言支持
- 调整docker版本及worker镜像配置
This commit is contained in:
npc0-hue
2026-01-26 07:33:30 +08:00
parent b2f5707676
commit 062c8a5b22
38 changed files with 747 additions and 242 deletions
+9 -1
View File
@@ -2,7 +2,15 @@ import type { App, AppCategory } from '@/models/explore'
import { useMutation, useQuery, useQueryClient } from '@tanstack/react-query'
import { useGlobalPublicStore } from '@/context/global-public-context'
import { AccessMode } from '@/models/access-control'
import { fetchAppList, fetchBanners, fetchInstalledAppList, getAppAccessModeByAppId, uninstallApp, updatePinStatus } from './explore'
import {
fetchAppList,
fetchBanners,
fetchInstalledAppList,
fetchOpenInstalledAppList,
getAppAccessModeByAppId,
uninstallApp,
updatePinStatus,
} from './explore'
import { AppSourceType, fetchAppMeta, fetchAppParams } from './share'
const NAME_SPACE = 'explore'