Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions frontend/src/assets/logo.jpg

This file was deleted.

3 changes: 3 additions & 0 deletions frontend/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/components/HeaderNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { useState, useEffect, useRef } from "react";
import styles from './HeaderNav.module.css';
// 导入 logo 图片
import logoImage from '../assets/logo.jpg';
import logoImage from '../assets/logo.png';


declare global {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions py_backend/static/assets/logo-Cer0qWO3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions py_backend/static/assets/logo-DkhILSWp.jpg

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{r,T as e}from"./index-Dym8TuvV.js";const o=()=>{const t=r.useContext(e);if(t===void 0)throw new Error("useAdmin must be used within an AdminProvider");return t};export{o as u};
import{r,T as e}from"./index-C5rMGfs8.js";const o=()=>{const t=r.useContext(e);if(t===void 0)throw new Error("useAdmin must be used within an AdminProvider");return t};export{o as u};
2 changes: 1 addition & 1 deletion py_backend/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
});
}
</script>
<script type="module" crossorigin src="/assets/index-Dym8TuvV.js"></script>
<script type="module" crossorigin src="/assets/index-C5rMGfs8.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BYJiCH1e.css">
</head>
<body>
Expand Down
Loading