Merge branch 'master' of ssh://gitea.bowongai.com:221/bowong/mxivideo

This commit is contained in:
imeepos 2025-07-11 15:16:47 +08:00
commit bcd1ff4032
1 changed files with 11 additions and 11 deletions

View File

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