Merge branch 'master' of ssh://gitea.bowongai.com:221/bowong/mxivideo
This commit is contained in:
commit
bcd1ff4032
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue