chore: 调整复制分享链接命名

This commit is contained in:
2025-12-27 13:14:46 +08:00
parent a932178509
commit 3ea57ba023
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { BlogPermission } from "@/lib/types/Blog.Permission.enum";
import { toast } from "sonner";
export function handleCopyShareURL(data: {
export function copyShareURL(data: {
slug: string;
password: string;
permissions: BlogPermission[];