Commit c0da02a
committed
feat: add QQ miniapp card parsing and refactor message handling
- feat(message): implement QQ miniapp card detection and parsing
- refactor(constants): consolidate emoji and regex patterns into utils
- refactor(converter): restructure NapCatConverter for better maintainability
- feat(forward): add miniapp card forwarding support in TelegramSender
- chore: remove redundant constant files (qface mappings, emoji, etc.)
- fix(dockerfile): update build configuration for new structure1 parent 10b0867 commit c0da02a
File tree
24 files changed
+685
-1182
lines changed- main/src
- domain
- constants
- qface
- message
- __tests__
- converters
- features
- commands
- forward
- senders
- utils
24 files changed
+685
-1182
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
59 | 67 | | |
60 | 68 | | |
61 | 69 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 2 | + | |
This file was deleted.
This file was deleted.
0 commit comments