chore: README

This commit is contained in:
lollipopkit
2024-04-12 00:26:00 +08:00
parent 64066e9622
commit 57fc8c2687
8 changed files with 71 additions and 64 deletions

View File

@@ -0,0 +1,5 @@
import 'package:toolbox/data/res/build_data.dart';
extension BuildDataX on BuildData {
static const versionStr = 'v1.0.${BuildData.build}';
}