There was an error fetching the commit references. Please try again later.
feat: translate EmbedModal #345 (#455)
### What problem does this PR solve? Embed the chat window into other websites through iframe #345 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
Showing
- web/src/components/highlight-markdown/index.tsx 7 additions, 3 deletionsweb/src/components/highlight-markdown/index.tsx
- web/src/hooks/chatHooks.ts 1 addition, 24 deletionsweb/src/hooks/chatHooks.ts
- web/src/less/mixins.less 9 additions, 0 deletionsweb/src/less/mixins.less
- web/src/locales/en.ts 9 additions, 1 deletionweb/src/locales/en.ts
- web/src/locales/zh-traditional.ts 8 additions, 1 deletionweb/src/locales/zh-traditional.ts
- web/src/locales/zh.ts 8 additions, 1 deletionweb/src/locales/zh.ts
- web/src/pages/chat/chat-overview-modal/index.tsx 48 additions, 30 deletionsweb/src/pages/chat/chat-overview-modal/index.tsx
- web/src/pages/chat/embed-modal/index.less 8 additions, 0 deletionsweb/src/pages/chat/embed-modal/index.less
- web/src/pages/chat/embed-modal/index.tsx 70 additions, 0 deletionsweb/src/pages/chat/embed-modal/index.tsx
- web/src/pages/chat/hooks.ts 125 additions, 30 deletionsweb/src/pages/chat/hooks.ts
- web/src/pages/chat/index.tsx 16 additions, 11 deletionsweb/src/pages/chat/index.tsx
- web/src/pages/chat/model.ts 1 addition, 1 deletionweb/src/pages/chat/model.ts
- web/src/pages/chat/share/large.tsx 2 additions, 2 deletionsweb/src/pages/chat/share/large.tsx
- web/src/utils/request.ts 2 additions, 2 deletionsweb/src/utils/request.ts
Loading
Please register or sign in to comment