fix: python 图标

This commit is contained in:
root 2025-07-11 15:16:33 +08:00
parent 6671f590e9
commit c501a8f38b
1 changed files with 11 additions and 11 deletions

View File

@ -5,16 +5,16 @@
import React, { useState, useEffect } from 'react'
import { invoke } from '@tauri-apps/api/core'
import {
Python,
Package,
Download,
Trash2,
RefreshCw,
Plus,
Settings,
CheckCircle,
XCircle,
import {
Code,
Package,
Download,
Trash2,
RefreshCw,
Plus,
Settings,
CheckCircle,
XCircle,
AlertCircle,
Search,
Loader
@ -169,7 +169,7 @@ const PythonEnvManagerPage: React.FC = () => {
{/* 页面标题 */}
<div className="mb-8">
<h1 className="text-3xl font-bold text-gray-900 mb-2 flex items-center gap-3">
<Python className="w-8 h-8 text-blue-600" />
<Code className="w-8 h-8 text-blue-600" />
Python环境管理
</h1>
<p className="text-gray-600">