* doc

* fix: i18n

* fix: scroll load
This commit is contained in:
Archer
2025-05-13 12:16:32 +08:00
committed by GitHub
parent 1edca309c4
commit d5f188a1a4
12 changed files with 15 additions and 13 deletions

View File

@@ -351,6 +351,7 @@ export function useScrollPagination<
loadData(true);
},
{
manual: false,
...props
}
);

View File

@@ -1,7 +1,7 @@
{
"Action": "Action",
"Add": "Add",
"Add Success": "Added Successfully",
"add_success": "Added Successfully",
"Add_new_input": "Add new input",
"All": "All",
"App": "Application",
@@ -64,7 +64,7 @@
"Parse": "Analysis",
"Permission": "Permission",
"Permission_tip": "Individual permissions are greater than group permissions",
"Please Input Name": "Please Enter a Name",
"please_input_name": "Please Enter a Name",
"Preview": "Preview",
"Remove": "Remove",
"Rename": "Rename",

View File

@@ -1,7 +1,7 @@
{
"Action": "操作",
"Add": "添加",
"Add Success": "添加成功",
"add_success": "添加成功",
"Add_new_input": "新增输入",
"All": "全部",
"App": "应用",
@@ -64,7 +64,7 @@
"Parse": "解析",
"Permission": "权限",
"Permission_tip": "个人权限大于群组权限",
"Please Input Name": "请输入名称",
"please_input_name": "请输入名称",
"Preview": "预览",
"Remove": "移除",
"Rename": "重命名",

View File

@@ -1,7 +1,7 @@
{
"Action": "操作",
"Add": "新增",
"Add Success": "新增成功",
"add_success": "新增成功",
"Add_new_input": "新增輸入",
"All": "全部",
"App": "應用程式",
@@ -64,7 +64,7 @@
"Parse": "解析",
"Permission": "權限",
"Permission_tip": "個人權限大於群組權限",
"Please Input Name": "請輸入名稱",
"please_input_name": "請輸入名稱",
"Preview": "預覽",
"Remove": "移除",
"Rename": "重新命名",