修改文字和logo
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user