a642bf16a2
design/ 同步自最新设计导出,新增 ui_kits/tablet/ 平板分栏布局;todo/ 录入 18 个并行实施任务。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
471 B
Dart
15 lines
471 B
Dart
// pangolin_widgets.dart — 统一导出穿山甲 VPN 核心组件雏形。
|
|
// 用法:import 'widgets/pangolin_widgets.dart';
|
|
export 'pangolin_icons.dart';
|
|
export 'pangolin_button.dart';
|
|
export 'country_code.dart';
|
|
export 'status_pill.dart';
|
|
export 'connect_button.dart';
|
|
export 'server_tile.dart';
|
|
export 'plan_card.dart';
|
|
export 'auth_screen.dart';
|
|
export 'onboarding_screen.dart';
|
|
export 'home_shell.dart';
|
|
export 'account_screens.dart';
|
|
export 'pangolin_logo.dart';
|