Skip to content

Commit

Permalink
rollback py project
Browse files Browse the repository at this point in the history
  • Loading branch information
isthaison committed Dec 9, 2024
1 parent 5608b26 commit b16254d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dashscope = "1.20.11"
deepl = "1.18.0"
demjson3 = "3.0.6"
discord-py = "2.3.2"
duckduckgo-search = "5.3.1b1"
duckduckgo-search = "6.1.9"
editdistance = "0.8.1"
elastic-transport = "8.12.0"
elasticsearch = "8.12.1"
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/editable-cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const EditableCell: React.FC<EditableCellProps> = ({
<Input ref={inputRef} onPressEnter={save} onBlur={save} />
</Form.Item>
) : (
<div onClick={toggleEdit} className="truncate">
<div onClick={toggleEdit} className="editable-cell-value-wrap">
<Text>{children}</Text>
</div>
);
Expand Down
17 changes: 17 additions & 0 deletions web/src/locales/vi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ export default {
ellipse: 'Elip',
graph: 'Biểu đồ kiến thức',
mind: 'Sơ đồ tư duy',
question: 'Câu hỏi',
questionTip:
'Nếu có những câu hỏi được đưa ra, việc nhúng phần đó sẽ dựa trên những câu hỏi đó.',
},
chat: {
newConversation: 'Cuộc trò chuyện mới',
Expand Down Expand Up @@ -1052,6 +1055,20 @@ export default {
bingTip: `Thành phần này được sử dụng để lấy kết quả tìm kiếm từ https://www.bing.com/. Thông thường, nó hoạt động như một phần bổ sung cho cơ sở tri thức. Top N và khóa đăng ký Bing chỉ định số lượng kết quả tìm kiếm bạn cần điều chỉnh.`,
gitHubDescription: `Thành phần này được sử dụng để tìm kiếm các kho lưu trữ từ https://github.com/. Top N chỉ định số lượng kết quả tìm kiếm cần điều chỉnh.`,
flow: `Quy trình làm việc`,
emailDescription: 'Gửi email đến địa chỉ đã chỉ định',
toEmail: 'Email người nhận',
smtpServerRequired: 'Vui lòng nhập địa chỉ máy chủ SMTP',
emailContent: 'Nội dung',
smtpServer: 'SMTP Server',
smtpPort: 'SMTP Port',
senderEmailRequired: 'Vui lòng nhập email người gửi',
authCodeRequired: 'Vui lòng nhập mã xác thực',
toEmailRequired: 'Vui lòng nhập email người nhận',
emailContentRequired: 'Vui lòng nhập nội dung email',
emailSentSuccess: 'Email đã được gửi thành công',
emailSentFailed: 'Không gửi được email',
jsonFormatTip:
'Thành phần thượng nguồn phải cung cấp chuỗi JSON theo định dạng sau:',
},
footer: {
profile: 'All rights reserved @ React',
Expand Down

0 comments on commit b16254d

Please sign in to comment.