TGINSIGHT CHAT
ご注文はうさぎですか?
@order_usagi
Recent posts
Page 44 of 84 · 1,000 posts
Posted Mar 8
Innei 向 mx-space/core 提交了一个更改 fix: translation entry interceptor Made-with: Cursor
Posted Mar 8
mx-space/core 发布了一个新版本 v10.3.0,前往查看: https://github.com/mx-space/core/releases/tag/v10.3.0
Posted Mar 8
Innei 向 mx-space/core 提交了一个更改 release: v10.3.0
Posted Mar 8
mx-space/mx-admin 发布了一个新版本 v6.2.1,前往查看: https://github.com/mx-space/mx-admin/releases/tag/v6.2.1
Posted Mar 8
Innei 向 mx-space/mx-admin 提交了一个更改 release: v6.2.1
Posted Mar 8
Innei 向 mx-space/mx-admin 提交了一个更改 feat(ai): add translation entries management - Introduced new API endpoints for managing translation entries, including fetching, generating, updating, and deleting entries. - Added a new page for translation entries with a data table for displaying and editing entries. - Updated routing to include a new route for translation entries. - Enhanced query keys to support translation entries in the Vue Query system. Signed-off-by: Innei <[email protected]>
Posted Mar 8
Innei 向 mx-space/core 提交了一个更改 feat(ai): add auto-generation of translation entries for categories, topics, and notes - Implemented event handlers for CATEGORY_CREATE, CATEGORY_UPDATE, TOPIC_CREATE, TOPIC_UPDATE, NOTE_CREATE, and NOTE_UPDATE to automatically generate translation entries. - Introduced helper methods for checking auto-entry configuration and collecting note values for translation. - Enhanced the TranslationEntryService to handle new translation generation logic. Made-with: Cursor Signed-off-by: Innei <[email protected]>
Posted Mar 8
Innei 向 mx-space/core 提交了一个更改 feat(ai): translation entry model, service, controller and translate-fields interceptor - Add TranslationEntry model, schema, service and controller - Add translation-entry interceptor and translate-fields decorator - Update lang decorator, zod custom, cache/db constants - Wire translation entry in aggregate, category, note, post, topic controllers - Update helper.translation, ai-translation event handler and prompts - Add translation-entry and partial-schema tests Made-with: Cursor
Posted Mar 8
Innei 向 mx-space/core 提交了一个更改 feat(schema): enhance partial schemas for notes, pages, and posts with new fields - Added `contentFormat`, `meta`, and other optional fields to `PartialNoteSchema`, `PartialPageSchema`, and `PartialPostSchema` to support flexible updates. - Implemented default handling for `title` in notes and `order` in pages to improve data integrity during PATCH operations. Signed-off-by: Innei <[email protected]>
Posted Mar 8
Innei 向 mx-space/core 提交了一个更改 fix(ai-summary): normalize lang query param with parseLanguageCode Handles locale codes like en-US from frontend by parsing to 2-letter ISO 639-1 codes before DB lookup.
Posted Mar 8
Innei & Teror Fox 向 mx-space/core 提交了一个更改 feat: 更新文件上传前缀支持模板占位符,增强灵活性 (#2584) * Add Strix penetration test workflow Signed-off-by: Teror Fox <[email protected]> * feat: 添加文件上传选项和文件名模板生成工具 * feat: 优化文件路径构建逻辑,支持自定义路径合并 * feat: 更新 S3Uploader 以支持虚拟主机和路径样式的规范 URI 生成 * feat: 支持腾讯云COS的虚拟主机样式上传,增强错误信息反馈 * feat: 更新文件上传前缀支持模板占位符,增强灵活性 * chore: 删除 Strix 渗透测试工作流配置 * fix: 修复文件名模板占位符的正则表达式转义问题 * Update apps/core/src/utils/filename-template.util.ts Co-authored-by: Copilot <[email protected]> Signed-off-by: Teror Fox <[email protected]> * Initial plan * refactor: add extensible S3EndpointStrategy pattern for S3-compatible services Co-authored-by: sysfox <[email protected]> * Revert "refactor(s3): replace hardcoded Tencent COS detection with extensible endpoint strategy pattern" * feat: implement extensible endpoint strategies for S3Uploader --------- Signed-off-by: Teror Fox <[email protected]> Signed-off-by: Teror Fox <[email protected]> Signed-off-by: Innei <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Innei <[email protected]>
Posted Mar 8
Innei 向 mx-space/core 提交了一个更改 refactor(docs): update README and package readmes for clarity and consistency - Simplified the README.md by removing the logo section. - Updated the api-client readme to reflect a more comprehensive description, installation instructions, and a structured table of contents. - Enhanced the webhook readme with detailed usage instructions, architecture overview, and security considerations, ensuring clarity for developers integrating with MX Space Core webhooks. Signed-off-by: Innei <[email protected]>