diff --git a/components/i/action/Thread.vue b/components/i/action/Thread.vue index 195e7d52a0fa29330e737529f9a3a2cbffc71412..6b84b0b5af3f2f3945b84b45a6a599951bed3503 100644 --- a/components/i/action/Thread.vue +++ b/components/i/action/Thread.vue @@ -30,7 +30,7 @@ const actionItems = computed(() => { label: '更改合集', icon: 'i-heroicons-squares-plus', click: () => { - + $openLibrarySelect(props.c_id, [props.collection_id]) } }, {