[feature/frontend] create posts (wip)

This commit is contained in:
CDN 2025-02-22 03:46:57 +08:00
parent e86d8c1576
commit 086c9761a9
Signed by: CDN
GPG key ID: 0C656827F9F80080
10 changed files with 598 additions and 115 deletions

22
pnpm-lock.yaml generated
View file

@ -22,9 +22,18 @@ importers:
'@tss-rocks/api':
specifier: workspace:*
version: link:../api
'@types/classnames':
specifier: ^2.3.4
version: 2.3.4
'@types/markdown-it':
specifier: ^14.1.2
version: 14.1.2
classnames:
specifier: ^2.5.1
version: 2.5.1
dayjs:
specifier: ^1.11.13
version: 1.11.13
i18next:
specifier: ^24.2.2
version: 24.2.2(typescript@5.7.3)
@ -843,6 +852,10 @@ packages:
'@types/babel__traverse@7.20.6':
resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==}
'@types/classnames@2.3.4':
resolution: {integrity: sha512-dwmfrMMQb9ujX1uYGvB5ERDlOzBNywnZAZBtOe107/hORWP05ESgU4QyaanZMWYYfd2BzrG78y13/Bju8IQcMQ==}
deprecated: This is a stub types definition. classnames provides its own type definitions, so you do not need this installed.
'@types/cookie@0.6.0':
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
@ -1080,6 +1093,9 @@ packages:
csstype@3.1.3:
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
dayjs@1.11.13:
resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
debug@4.4.0:
resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
engines: {node: '>=6.0'}
@ -2898,6 +2914,10 @@ snapshots:
dependencies:
'@babel/types': 7.26.9
'@types/classnames@2.3.4':
dependencies:
classnames: 2.5.1
'@types/cookie@0.6.0': {}
'@types/estree@1.0.6': {}
@ -3164,6 +3184,8 @@ snapshots:
csstype@3.1.3: {}
dayjs@1.11.13: {}
debug@4.4.0:
dependencies:
ms: 2.1.3