feat: 完成CustomMultiSelect多选组件开发并集成到顶部导航栏

This commit is contained in:
imeepos
2025-07-17 20:09:37 +08:00
parent 045de8850a
commit 7f3a59282d
14 changed files with 571 additions and 246 deletions

View File

@@ -9,6 +9,7 @@ import {
} from '@heroicons/react/24/outline';
import { invoke } from '@tauri-apps/api/core';
import { useNotifications } from '../NotificationSystem';
import { PROJECT_ID } from './const';
interface OutfitItem {
id: string;
@@ -53,7 +54,7 @@ const OutfitItemList: React.FC<OutfitItemListProps> = ({
try {
setLoading(true);
const options = {
project_id: projectId,
project_id: PROJECT_ID,
category: selectedCategory || null,
limit: 100,
offset: 0