feat: add telegram-style resource stream

This commit is contained in:
TerryM
2026-05-25 05:25:57 +08:00
parent aaebd7ccd1
commit a784f159fe
45 changed files with 3201 additions and 1160 deletions

View File

@@ -20,7 +20,6 @@ const dict: Record<Lang, Dict> = {
latest: "最新更新",
official: "官方推薦",
popular: "熱門資料",
favorites: "我的收藏",
search: "搜尋",
searchPlaceholder: "搜尋資料...",
searchNow: "立即搜尋資料",
@@ -115,7 +114,6 @@ const dict: Record<Lang, Dict> = {
tagsCommaLabel: "標籤(逗號分隔)",
uploadFile: "上傳檔案",
loading: "載入中…",
favoritesEmpty: "尚未加入收藏。",
paginationPrev: "上一頁",
paginationNext: "下一頁",
listRange: "顯示 {{from}}{{to}},共 {{total}} 筆",
@@ -143,7 +141,6 @@ const dict: Record<Lang, Dict> = {
latest: "最新更新",
official: "官方推荐",
popular: "热门资料",
favorites: "我的收藏",
search: "搜索",
searchPlaceholder: "搜索资料...",
searchNow: "立即搜索资料",
@@ -237,7 +234,6 @@ const dict: Record<Lang, Dict> = {
tagsCommaLabel: "标签(逗号分隔)",
uploadFile: "上传文件",
loading: "加载中…",
favoritesEmpty: "还没有收藏。",
paginationPrev: "上一页",
paginationNext: "下一页",
listRange: "显示 {{from}}{{to}},共 {{total}} 条",
@@ -265,7 +261,6 @@ const dict: Record<Lang, Dict> = {
latest: "Latest",
official: "Official picks",
popular: "Popular",
favorites: "Favorites",
search: "Search",
searchPlaceholder: "Search resources...",
searchNow: "Search now",
@@ -279,7 +274,6 @@ const dict: Record<Lang, Dict> = {
popularSection: "Popular assets",
preview: "Preview",
download: "Download",
favorite: "Favorite",
share: "Share",
profile: "Profile",
langLabel: "Language",
@@ -360,7 +354,6 @@ const dict: Record<Lang, Dict> = {
tagsCommaLabel: "Tags (comma-separated)",
uploadFile: "Upload",
loading: "Loading…",
favoritesEmpty: "No favorites yet.",
paginationPrev: "Previous",
paginationNext: "Next",
listRange: "Showing {{from}}{{to}} of {{total}}",