Enhance PlanningAgent with Markdown rendering and Tailwind Typography

This commit is contained in:
Ding Shuo
2026-03-13 10:52:06 +08:00
parent c8c687cf60
commit cca1b8d046
13 changed files with 2700 additions and 228 deletions

View File

@@ -30,5 +30,7 @@ export default {
},
},
},
plugins: [],
plugins: [
require('@tailwindcss/typography'),
],
};