Browse Source

modify README.md

liuyuqi-dellpc 1 year ago
parent
commit
696f5050fa
3 changed files with 14 additions and 1 deletions
  1. 6 1
      README.md
  2. 8 0
      build.sh
  3. 0 0
      files/.gitkeep

+ 6 - 1
README.md

@@ -1,6 +1,11 @@
 # internal
 
-A new Flutter project.
+
+[![Version](https://img.shields.io/badge/version-v1.0.1-brightgreen)](https://git.yoqi.me/lyq/flutter_internal)
+[![Flutter](https://img.shields.io/badge/Flutter-3.7.0-brightgreen?style=plastic&logo=Flutter)](https://git.yoqi.me/lyq/flutter_internal)
+[![Android](https://img.shields.io/badge/Android-33-brightgreen?style=plastic&logo=Android)](https://git.yoqi.me/lyq/flutter_internal)
+[![Java](https://img.shields.io/badge/Java-11.0.16--amzn-brightgreen?style=plastic&logo=OpenJDK)](https://git.yoqi.me/lyq/flutter_internal)
+[![Gradle](https://img.shields.io/badge/Gradle-7.2.2-brightgreen?style=plastic&logo=Gradle)](https://git.yoqi.me/lyq/flutter_internal)
 
 ## Getting Started
 

+ 8 - 0
build.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+# @Contact :   liuyuqi.gov@msn.cn
+# @Time    :   2023/04/12 19:57:56
+# @License :   (C)Copyright 2022 liuyuqi.
+# @Desc    :   build apk
+###############################################################################
+wget https://fileshare.yoqi.me/d/139/401/Develop/Flutter/flutter_internal/files/0.tflite?sign=S1AWUHJFRc9CmpXZ5zI9ExXb9QxzD4k_42ZlXOuWhZc=:1681473662 files/0.tflite
+flutter build apk

+ 0 - 0
files/.gitkeep