fix: 移除项目设置按钮
This commit is contained in:
parent
e77f18ed13
commit
a204c07dc2
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue