修改文字和logo

This commit is contained in:
罗杰
2025-10-19 20:35:40 +08:00
parent 4f2328cc0e
commit ad4bd49697
14 changed files with 12 additions and 22 deletions

View File

@@ -67,7 +67,7 @@ const PageComponent = () => {
style={{ backgroundColor: isDark ? '#1f2937' : '#ffffff' }}
>
<h1 style={{ color: isDark ? '#ffffff' : '#000000' }}>
Dify Application
</h1>
<div data-testid="theme-indicator">
Current Theme: {mounted ? theme : 'unknown'}