将代码更新到羽声代码库

This commit is contained in:
yziiy
2025-10-23 11:06:41 +08:00
parent b30b13af4e
commit 95d858f71f
551 changed files with 6693 additions and 274 deletions

View File

@@ -13,6 +13,7 @@ export function useData() {
const pagination = ref({
total: 0,
pageSize: 10,
pageSizes: [10, 20, 50, 100],
currentPage: 1,
background: true
});