refactor(data): consolidate data layer under services namespace
- Move src/data/{api,dto,schemas} directories to src/data/services/*
- Update all relative imports across the codebase to reference new paths
- Use CSS color tokens for splash button gradient in splash-button.module.css
- Add responsive sizes attribute to splash background image
- Add JSDoc documentation to splash-background component referencing original Dart implementation
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
--color-error: #ff4d4f;
|
||||
--color-warning: #ffa940;
|
||||
|
||||
/* ==================== Splash 页面 Facebook 按钮 ==================== */
|
||||
--color-button-gradient-start: #ff67e0;
|
||||
--color-button-gradient-end: #ff52a2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user