Commit Graph

15 Commits

Author SHA1 Message Date
duanshuwen
79b101978a style: replace legacy padding classes with inline pixel values
Remove the unused padding.scss stylesheet and its import from the main SCSS entrypoint. Update all legacy padding utility class names across every Vue component to use inline pixel-based utility classes (such as replacing `pl-12` with `pl-[12px]`). Also clean up extraneous whitespace and line breaks in component templates for improved readability.
2026-07-24 16:36:44 +08:00
duanshuwen
e57617d2c6 refactor: replace theme color utility classes with direct hex values
remove unused theme color background utility classes from background.scss,
swap all instances of bg-theme-color-50 and bg-theme-color-500 with their
corresponding hex values across vue components, and update bg-liner gradient
to use direct hex colors instead of theme variables
2026-07-24 16:03:00 +08:00
duanshuwen
aa0203819c refactor: convert legacy color classes to tailwind syntax
Replace all custom `bg-*` utility classes across Vue components with Tailwind's arbitrary hex color notation (e.g. `bg-[#f7f7f7]`). Remove redundant hardcoded background color definitions from src/static/scss/background.scss, clean up template formatting, and update gradient button styles to use direct hex values.
2026-07-24 15:56:35 +08:00
duanshuwen
4a30777ee0 chore: clean up unused legacy components and assets
remove deprecated unused component implementations, their image assets, prompt, README, demo and style sheet files
update AGENTS.md to remove references to the removed components and refine the project's style guidance
2026-07-24 15:28:10 +08:00
df8a7f4de7 feat: 主题颜色的调整,现在支持切换颜色 2026-03-10 15:51:55 +08:00
ed62f3fbbc feat: 呼叫服务和反馈意见样式调整 2025-11-19 18:06:36 +08:00
duanshuwen
0758179b93 feat: 问题反馈问题修复 2025-11-05 21:10:11 +08:00
655547c57a feat: 问题反馈接口改造 2025-10-28 18:07:54 +08:00
a3aabc2752 feat: 上传图片的逻辑处理 2025-10-21 18:59:53 +08:00
5e981b6de3 feat: 意见反馈调整 2025-10-20 20:36:33 +08:00
a08f3b65be feat: 问题反馈调整 2025-10-20 18:27:49 +08:00
duanshuwen
8b4926eb2b feat: 意见反馈 2025-10-18 17:09:52 +08:00
duanshuwen
c8e51e4975 feat: 替换sass版本,定义全局样式,实现简单的页面布局操作,比如颜色、边距、圆角等 2025-10-06 13:13:16 +08:00
duanshuwen
2580e7a266 feat: 调整配置 2025-09-28 19:19:13 +08:00
duanshuwen
9f23854ad5 feat: 调整项目结构 2025-09-21 17:25:09 +08:00