ci: migrate release workflow from GitHub Actions to Gitea Actions #1

Merged
siujamo merged 64 commits from develop into main 2026-06-15 09:34:13 +08:00
Showing only changes of commit 6e18d2efa9 - Show all commits
+1 -1
View File
@@ -19,7 +19,7 @@ import ModificationEditModal from "@/components/modification-edit-modal"
import { useAppSelector } from "@/store" import { useAppSelector } from "@/store"
import { Modification } from "@/types" import { Modification } from "@/types"
const pageSize = 12 const pageSize = 10
export default function ModCodesPage() { export default function ModCodesPage() {
const user = useAppSelector((state) => state.auth.user) const user = useAppSelector((state) => state.auth.user)