TGINSIGHT CHAT
ご注文はうさぎですか?
@order_usagi
Recent posts
Page 17 of 84 · 1,000 posts
Posted Apr 3
Innei 向 mx-space/core 提交了一个更改 chore(deps): bump @haklex/* to 0.0.97 Made-with: Cursor
Posted Apr 3
有新的友链申请了耶! Kurococ Liu https://blog.lkurococ.top/ 被子外面很危险
Posted Apr 2
「AI 编码方法论:从探索到精进的系统化实践」有人点赞了哦!
Posted Apr 2
mx-space/core 发布了一个新版本 v11.0.14,前往查看: https://github.com/mx-space/core/releases/tag/v11.0.14
Posted Apr 2
Innei 向 mx-space/core 提交了一个更改 release: v11.0.14
Posted Apr 2
Innei 向 mx-space/core 提交了一个更改 fix(page): translate page titles even when text field is not selected The getPagesSummary endpoint skipped translation when the `text` field was not included in the select query, because it guarded on `typeof originalText === 'string'`. This caused header navigation page titles to remain untranslated when fetched with a minimal select.
Posted Apr 2
mx-space/core 发布了一个新版本 v11.0.13,前往查看: https://github.com/mx-space/core/releases/tag/v11.0.13
Posted Apr 2
Innei 向 mx-space/core 提交了多个更改 fix: key verfiy release: v11.0.13
Posted Apr 2
mx-space/core 发布了一个新版本 v11.0.12,前往查看: https://github.com/mx-space/core/releases/tag/v11.0.12
Posted Apr 2
Innei 向 mx-space/core 提交了一个更改 release: v11.0.12
Posted Apr 2
Innei 向 mx-space/core 提交了一个更改 feat(auth): implement createAccessToken method and enhance API key handling - Added createAccessToken method in AuthService to streamline token generation. - Updated AuthController to utilize the new createAccessToken method. - Enhanced API key querying to include both referenceId and legacy userId. - Introduced migration logic for legacy API keys to ensure compatibility. - Updated tests to cover new functionality and ensure proper behavior. Signed-off-by: Innei <[email protected]>
Posted Apr 2
Innei 向 mx-space/core 提交了一个更改 fix(comment): dedupe bark notifications Closes #2624