Refactor: Remove original Dart references from comments across multiple files

- Updated comments in various components, schemas, and repositories to remove references to original Dart files.
- Ensured consistency in documentation while maintaining the context of the code.
This commit is contained in:
2026-06-29 11:31:21 +08:00
parent cdaf3cc365
commit 6e51cb7d16
119 changed files with 116 additions and 128 deletions
@@ -1,7 +1,7 @@
/**
* 底部弹层样式
*
* 原始 Dart: showModalBottomSheet(透明背景,底部白卡 + 顶部圆角 radius28)
*
*/
.scrim {
position: fixed;
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* 通用底部弹层(Bottom Sheet
*
* 原始 Dart: 散落在各处的 `showModalBottomSheet`auth_other_options_dialog 等)
*
*
* 设计目标:
* - portal 渲染到 body
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* 通用 Dialog 基础组件(headless + 简单样式)
*
* 原始 Dart: 散落在各处的 `showDialog` + `Dialog` widgetquota_dialog, pwa_install_dialog,
*
* username_dialog, pronouns_dialog, subscription_dialog, environment_dialog, auth_other_options_dialog,
* facebook_login_dialog, external_browser_dialog)。
*
@@ -2,7 +2,7 @@
/**
* 通用加载指示器
*
* 原始 Dart: lib/ui/core/loading_indicator.dart
*
*
* 行为对齐 Flutter `CircularProgressIndicator`
* - `size`:圆圈直径(默认 32
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* 500px 移动端 ShellServer Component
*
* 原始 Dart: 每个屏幕的 `Scaffold → SafeArea → Center → ConstrainedBox(maxWidth: 500)` 模式
*
* `Breakpoints.mobileMaxWidth = 500.0`)。
*
* 集中封装,调用方仅需 `<MobileShell>{...}</MobileShell>` 即可获得统一的移动端宽度约束。
@@ -2,7 +2,7 @@
/**
* 设置项列表 Section
*
* 原始 Dart: lib/ui/core/settings_section.dart
*
*
* 渲染一组 SettingItem:图标 + 标题 + 副标题/值 + 右侧 chevron + 可选 divider。
*/