fix: python 图标
This commit is contained in:
parent
6671f590e9
commit
c501a8f38b
|
|
@ -6,7 +6,7 @@
|
||||||
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,
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue