feat: enhance post content parsing and rendering (#263)

This commit is contained in:
Cody Tseng 2025-04-10 23:06:28 +08:00 committed by GitHub
parent e9f8b2166e
commit 0569a1dd26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 441 additions and 296 deletions

9
package-lock.json generated
View file

@ -46,7 +46,6 @@
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
"react-simple-pull-to-refresh": "^1.3.3",
"react-string-replace": "^1.1.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
@ -7705,14 +7704,6 @@
"react-dom": "^16.10.2 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/react-string-replace": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/react-string-replace/-/react-string-replace-1.1.1.tgz",
"integrity": "sha512-26TUbLzLfHQ5jO5N7y3Mx88eeKo0Ml0UjCQuX4BMfOd/JX+enQqlKpL1CZnmjeBRvQE8TR+ds9j1rqx9CxhKHQ==",
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/react-style-singleton": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz",