Browse Source

修改 readme

git@yoqi.me 1 year ago
parent
commit
3867db7e40
1 changed files with 16 additions and 0 deletions
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -1,8 +1,24 @@
 # flutter_travel
 
+
+[![Version](https://img.shields.io/badge/version-v1.1.0-brightgreen)](https://git.yoqi.me/lyq/flutter_travel)
+[![Flutter](https://img.shields.io/badge/Flutter-v3.7.7-brightgreen?style=plastic)](https://git.yoqi.me/lyq/flutter_travel)
+
+[English](./README.md) | [中文](./README.zh-CN.md)
+
 旅游app
 
 ## Develop
 
 [![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/jianboy/flutter_travel)
+
 [![Open in Dev Containers](https://img.shields.io/static/v1?label=github.dev&message=Open&color=blue&logo=visualstudiocode)](https://github.dev/jianboy/flutter_travel)
+
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jianboy/flutter_travel)
+
+you can open the project with codespaces or gitpod. then run :
+
+```
+flutter build apk --no-tree-shake-icons
+flutter build ipa --release --no-tree-shake-icons
+```