fix: 移除项目设置按钮

This commit is contained in:
imeepos 2025-07-14 18:30:11 +08:00
parent e77f18ed13
commit a204c07dc2
1 changed files with 0 additions and 5 deletions

View File

@ -241,11 +241,6 @@ export const ProjectDetails: React.FC = () => {
{classificationLoading ? '分类中...' : '一键AI分类'} {classificationLoading ? '分类中...' : '一键AI分类'}
</span> </span>
</button> </button>
<button className="inline-flex items-center px-3 sm:px-4 py-2 bg-gray-100 text-gray-700 rounded-lg hover:bg-gray-200 transition-colors text-sm">
<Settings className="w-4 h-4" />
<span className="hidden sm:inline ml-2"></span>
</button>
</div> </div>
</div> </div>
</div> </div>