diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2d4dc6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/ diff --git a/README.rst b/README.rst index 10fbd55..64f4715 100644 --- a/README.rst +++ b/README.rst @@ -6,9 +6,15 @@ 当安装网络很慢的时候可以考虑进行这里下载离线文件 ========================================== -.. image:: https://img1.imgtp.com/2023/08/27/EV3ffAV4.png +.. image:: https://raw.githubusercontent.com/jcleng/release_flatpak_file/main/img/d.png :width: 300px 通常app的分支是stable,运行时的分支是版本号 通常app只需要一个Platform运行时就可以运行了 + + +也增加 ``.flatpakref`` 文件地址下载的支持 + +.. image:: https://raw.githubusercontent.com/jcleng/release_flatpak_file/main/img/Screenshot_20230910_100926.png + :width: 300px diff --git a/img/Screenshot_20230910_100926.png b/img/Screenshot_20230910_100926.png new file mode 100644 index 0000000..501ffc5 Binary files /dev/null and b/img/Screenshot_20230910_100926.png differ diff --git a/img/d.png b/img/d.png new file mode 100644 index 0000000..2d8f951 Binary files /dev/null and b/img/d.png differ