feat: 新增OCR识别导入基金
This commit is contained in:
BIN
app/assets/weChatGroup.jpg
Normal file
BIN
app/assets/weChatGroup.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 563 KiB |
@@ -227,3 +227,12 @@ export function MinusIcon(props) {
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
export function CameraIcon(props) {
|
||||
return (
|
||||
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
|
||||
<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z" />
|
||||
<circle cx="12" cy="13" r="4" />
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
1421
app/page.jsx
1421
app/page.jsx
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user