feat: remove window_size plugin.
This commit is contained in:
@@ -38,12 +38,12 @@ class LocalManager extends StatelessWidget {
|
||||
Flexible(
|
||||
child: Center(
|
||||
child: Text(
|
||||
"本地方案管理",
|
||||
LocaleKeys.local_manager_title,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
).tr(),
|
||||
),
|
||||
),
|
||||
DButton(
|
||||
|
||||
@@ -44,12 +44,12 @@ class Market extends StatelessWidget {
|
||||
Flexible(
|
||||
child: Center(
|
||||
child: Text(
|
||||
"方案市场",
|
||||
LocaleKeys.market_title,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
).tr(),
|
||||
),
|
||||
),
|
||||
Container(width: defaultButtonHeight),
|
||||
|
||||
Reference in New Issue
Block a user