Commit Graph

6 Commits

Author SHA1 Message Date
e24cb4a969 feat(playground): add configuration for default editor themes and languages 2025-01-08 16:42:57 +08:00
732ecd175f feat(playground): implement language selection and theme customization in the editor 2025-01-05 16:14:20 +08:00
c96b870861 feat(constants): add Java to supported languages and include default code snippet 2025-01-04 14:42:52 +08:00
e98bb9269e feat(theme): add multiple new themes to SUPPORTED_THEMES 2025-01-02 17:36:36 +08:00
513de0c870 feat(editor): add default code values and enhance code saving functionality in CodeEditorStore 2025-01-02 16:27:24 +08:00
0be9cf3baa refactor(constants): move languages.ts and themes.ts to editor folder
refactor(imports): update SUPPORTED_LANGUAGES and SUPPORTED_THEMES import path to use editor folder

feat(constants): add MIN_FONT_SIZE、MAX_FONT_SIZE and DEFAULT_FONT_SIZE

feat(store): add font size management to code editor store
2024-12-31 23:57:27 +08:00