修改文字和logo
This commit is contained in:
@@ -40,7 +40,7 @@ describe('use default branding', () => {
|
||||
|
||||
it('document title should be Dify if not set title', () => {
|
||||
renderHook(() => useDocumentTitle(''))
|
||||
expect(document.title).toBe('Dify')
|
||||
expect(document.title).toBe('智能体平台')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user