mirror of
https://github.com/LapplandSP/QtAdb.git
synced 2026-07-02 04:06:56 +08:00
更换logo、更新官网
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ about::~about()
|
||||
|
||||
void about::on_btn_website_clicked()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl("https://lapplandsp.github.io/QtAdb-pages/", QUrl::TolerantMode));
|
||||
QDesktopServices::openUrl(QUrl("https://lapplandsp.github.io/QtAdb-Pages/", QUrl::TolerantMode));
|
||||
}
|
||||
|
||||
void about::on_btn_coolapk_clicked()
|
||||
|
||||
+2
-2
@@ -110,7 +110,7 @@ QPushButton:pressed{background-color:rgba(255,255,255,0.6);}</string>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>测试版本:beta-v1.0</string>
|
||||
<string>测试版本:beta-v1.2</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -173,7 +173,7 @@ QPushButton:pressed{background-color:rgba(255,255,255,0.6);}</string>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>官方网站:https://lapplandsp.github.io/QtAdb-pages/</string>
|
||||
<string>官方网站:https://lapplandsp.github.io/QtAdb-Pages/</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -82,6 +82,7 @@
|
||||
<qresource prefix="/test">
|
||||
<file>image/test/back.png</file>
|
||||
<file>image/test/Lappland.png</file>
|
||||
<file>image/test/logo.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/gif">
|
||||
<file>image/gif/final.gif</file>
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 725 B After Width: | Height: | Size: 51 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 41 KiB |
@@ -1,7 +1,11 @@
|
||||
<div align=center><img src="https://blog-lappland.oss-cn-hangzhou.aliyuncs.com/logo-256.png"></div>
|
||||
|
||||
# QtAdb
|
||||
|
||||
QtAdb 是一个基于 [Qt](https://www.qt.io/) 的 Android 工具集合。
|
||||
|
||||
[官方网站](https://lapplandsp.github.io/QtAdb-Pages/)
|
||||
|
||||
> ~~QtAdb 仍处于开发中,暂未正式发布,但您仍可以下载体验版本。~~
|
||||
>
|
||||
> QtAdb 已于 2022/8/17 发布第一个正式可用的版本 beta-v0.6 ,将进入功能添加与细节优化阶段。
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
git push https://github.com/LapplandSP/QtAdb.git
|
||||
Reference in New Issue
Block a user