liuyuqi-dellpc 1 year ago
parent
commit
3c09c45575

+ 6 - 1
README.md

@@ -1,4 +1,9 @@
-# flutter_chinese_chees
+
+---
+title: 项目介绍
+date: 2023-05-02 12:00:00
+---
+    # flutter_chinese_chees
 
 A new Flutter project.
 

+ 6 - 1
ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md

@@ -1,4 +1,9 @@
-# Launch Screen Assets
+
+---
+title: 项目介绍
+date: 2023-05-02 12:00:00
+---
+    # Launch Screen Assets
 
 You can customize the launch screen with your own desired assets by replacing the image files in this directory.
 

+ 11 - 0
lib/model/player.dart

@@ -0,0 +1,11 @@
+import 'package:flutter_chinese_chees/utils/game_manager.dart';
+
+/// Description: 玩家
+/// Time       : 04/30/2023 Sunday
+/// Author     : liuyuqi.gov@msn.cn
+class Player {
+  GameManager gameManager;
+
+  Player(this.gameManager);
+  
+}

+ 4 - 4
lib/model/sound_model.dart

@@ -1,6 +1,6 @@
-/// Description: 声音 
+/// Description: 声音
 /// Time       : 04/28/2023 Friday
 /// Author     : liuyuqi.gov@msn.cn
-class Sound{
-  
-}
+class Sound {
+  static const String move = 'oive2wav';
+}