memos/server/router/api/v1/test
Claude 739fd2cde6 refactor: update markdown parser
- Removed the `nodes` field from the `Memo` interface in `memo_service.ts`.
- Updated the `createBaseMemo` function and the `Memo` message functions to reflect the removal of `nodes`.
- Cleaned up the serialization and deserialization logic accordingly.

chore: remove code-inspector-plugin from Vite configuration

- Deleted the `codeInspectorPlugin` from the Vite configuration in `vite.config.mts`.
- Simplified the plugins array to include only `react` and `tailwindcss`.
2025-10-26 11:28:40 +08:00
..
idp_service_test.go refactor: remove unused constants 2025-10-16 20:40:46 +08:00
inbox_service_test.go refactor: remove unused constants 2025-10-16 20:40:46 +08:00
memo_service_test.go refactor: remove unused constants 2025-10-16 20:40:46 +08:00
shortcut_service_test.go refactor: remove unused constants 2025-10-16 20:40:46 +08:00
test_helper.go refactor: update markdown parser 2025-10-26 11:28:40 +08:00
user_service_stats_test.go refactor: remove unused constants 2025-10-16 20:40:46 +08:00
workspace_service_test.go refactor: remove unused constants 2025-10-16 20:40:46 +08:00