Files
pangolin/design/flutter/widgets/pangolin_widgets.dart
T
wangjia a642bf16a2 feat: 同步 design/ 设计系统(含 iPad tablet kit) + 架构任务拆分(todo/)
design/ 同步自最新设计导出,新增 ui_kits/tablet/ 平板分栏布局;todo/ 录入 18 个并行实施任务。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 23:57:57 +08:00

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';