From c324f501bb47fe6973209c2a84170726140f715b Mon Sep 17 00:00:00 2001 From: shenmo <shenmo@spark-app.store> Date: Wed, 18 Nov 2020 19:49:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=E5=90=8D=E5=AD=97=E4=B8=8D=E7=BB=9F?= =?UTF-8?q?=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SparkWebAppRuntime.pro => spark-webapp-runtime.pro | 2 +- .../LICENSE | 0 .../globaldefine.h | 0 .../help/help.html | 10 +++++----- .../httpd.cpp | 0 .../httpd.h | 0 .../httplib.h | 0 .../images/Logo-Spark.png | Bin .../images/deepin-launcher.svg | 0 .../images/go-next-24.svg | 0 .../images/go-previous-24.svg | 0 .../images/view-refresh.svg | 0 .../imgs.qrc | 0 .../main.cpp | 0 .../mainwindow.cpp | 0 .../mainwindow.h | 0 .../spark-webapp-runtime.pro | 0 .../translations/SparkWebAppRuntime_zh_CN.qm | Bin .../translations/SparkWebAppRuntime_zh_CN.ts | 0 .../webenginepage.cpp | 0 .../webenginepage.h | 0 .../widget.cpp | 0 .../widget.h | 0 .../widget.ui | 0 24 files changed, 6 insertions(+), 6 deletions(-) rename SparkWebAppRuntime.pro => spark-webapp-runtime.pro (67%) rename {SparkWebAppRuntime => spark-webapp-runtime}/LICENSE (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/globaldefine.h (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/help/help.html (90%) rename {SparkWebAppRuntime => spark-webapp-runtime}/httpd.cpp (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/httpd.h (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/httplib.h (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/images/Logo-Spark.png (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/images/deepin-launcher.svg (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/images/go-next-24.svg (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/images/go-previous-24.svg (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/images/view-refresh.svg (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/imgs.qrc (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/main.cpp (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/mainwindow.cpp (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/mainwindow.h (100%) rename SparkWebAppRuntime/SparkWebAppRuntime.pro => spark-webapp-runtime/spark-webapp-runtime.pro (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/translations/SparkWebAppRuntime_zh_CN.qm (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/translations/SparkWebAppRuntime_zh_CN.ts (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/webenginepage.cpp (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/webenginepage.h (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/widget.cpp (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/widget.h (100%) rename {SparkWebAppRuntime => spark-webapp-runtime}/widget.ui (100%) diff --git a/SparkWebAppRuntime.pro b/spark-webapp-runtime.pro similarity index 67% rename from SparkWebAppRuntime.pro rename to spark-webapp-runtime.pro index 8184772..20e159b 100644 --- a/SparkWebAppRuntime.pro +++ b/spark-webapp-runtime.pro @@ -1,6 +1,6 @@ TEMPLATE = subdirs SUBDIRS += \ - SparkWebAppRuntime + spark-webapp-runtime CONFIG += ordered diff --git a/SparkWebAppRuntime/LICENSE b/spark-webapp-runtime/LICENSE similarity index 100% rename from SparkWebAppRuntime/LICENSE rename to spark-webapp-runtime/LICENSE diff --git a/SparkWebAppRuntime/globaldefine.h b/spark-webapp-runtime/globaldefine.h similarity index 100% rename from SparkWebAppRuntime/globaldefine.h rename to spark-webapp-runtime/globaldefine.h diff --git a/SparkWebAppRuntime/help/help.html b/spark-webapp-runtime/help/help.html similarity index 90% rename from SparkWebAppRuntime/help/help.html rename to spark-webapp-runtime/help/help.html index 70227bf..54eaa9f 100644 --- a/SparkWebAppRuntime/help/help.html +++ b/spark-webapp-runtime/help/help.html @@ -8,14 +8,14 @@ <p><h1>帮助:</h1></p> <p> <h3>第一种用法: </h3><br /> - SpartWebAppRuntime 程序标题 程序访问网址 运行宽度 运行高度 <br /> + spark-webapp-runtime 程序标题 程序访问网址 运行宽度 运行高度 <br /> <p> <p> <h3>第二种用法: </h3><br /> - 运行 "SpartWebAppRuntime -h" 查看命令行帮助信息<br /> + 运行 "spark-webapp-runtime -h" 查看命令行帮助信息<br /> <br /> <xmp> - 用法:./SparkWebAppRuntime [选项] + 用法:./spark-webapp-runtime [选项] 描述: 星火网页应用运行时 选项: @@ -46,8 +46,8 @@ Using "SpartWebAppRuntime -h" to get help<br /> <br /> <xmp> - Usage: ./SparkWebAppRuntime [options] - Description: SparkWebAppRuntime + Usage: ./spark-webapp-runtime [options] + Description: spark-webapp-runtime Options: -h, --help Show this help Message. diff --git a/SparkWebAppRuntime/httpd.cpp b/spark-webapp-runtime/httpd.cpp similarity index 100% rename from SparkWebAppRuntime/httpd.cpp rename to spark-webapp-runtime/httpd.cpp diff --git a/SparkWebAppRuntime/httpd.h b/spark-webapp-runtime/httpd.h similarity index 100% rename from SparkWebAppRuntime/httpd.h rename to spark-webapp-runtime/httpd.h diff --git a/SparkWebAppRuntime/httplib.h b/spark-webapp-runtime/httplib.h similarity index 100% rename from SparkWebAppRuntime/httplib.h rename to spark-webapp-runtime/httplib.h diff --git a/SparkWebAppRuntime/images/Logo-Spark.png b/spark-webapp-runtime/images/Logo-Spark.png similarity index 100% rename from SparkWebAppRuntime/images/Logo-Spark.png rename to spark-webapp-runtime/images/Logo-Spark.png diff --git a/SparkWebAppRuntime/images/deepin-launcher.svg b/spark-webapp-runtime/images/deepin-launcher.svg similarity index 100% rename from SparkWebAppRuntime/images/deepin-launcher.svg rename to spark-webapp-runtime/images/deepin-launcher.svg diff --git a/SparkWebAppRuntime/images/go-next-24.svg b/spark-webapp-runtime/images/go-next-24.svg similarity index 100% rename from SparkWebAppRuntime/images/go-next-24.svg rename to spark-webapp-runtime/images/go-next-24.svg diff --git a/SparkWebAppRuntime/images/go-previous-24.svg b/spark-webapp-runtime/images/go-previous-24.svg similarity index 100% rename from SparkWebAppRuntime/images/go-previous-24.svg rename to spark-webapp-runtime/images/go-previous-24.svg diff --git a/SparkWebAppRuntime/images/view-refresh.svg b/spark-webapp-runtime/images/view-refresh.svg similarity index 100% rename from SparkWebAppRuntime/images/view-refresh.svg rename to spark-webapp-runtime/images/view-refresh.svg diff --git a/SparkWebAppRuntime/imgs.qrc b/spark-webapp-runtime/imgs.qrc similarity index 100% rename from SparkWebAppRuntime/imgs.qrc rename to spark-webapp-runtime/imgs.qrc diff --git a/SparkWebAppRuntime/main.cpp b/spark-webapp-runtime/main.cpp similarity index 100% rename from SparkWebAppRuntime/main.cpp rename to spark-webapp-runtime/main.cpp diff --git a/SparkWebAppRuntime/mainwindow.cpp b/spark-webapp-runtime/mainwindow.cpp similarity index 100% rename from SparkWebAppRuntime/mainwindow.cpp rename to spark-webapp-runtime/mainwindow.cpp diff --git a/SparkWebAppRuntime/mainwindow.h b/spark-webapp-runtime/mainwindow.h similarity index 100% rename from SparkWebAppRuntime/mainwindow.h rename to spark-webapp-runtime/mainwindow.h diff --git a/SparkWebAppRuntime/SparkWebAppRuntime.pro b/spark-webapp-runtime/spark-webapp-runtime.pro similarity index 100% rename from SparkWebAppRuntime/SparkWebAppRuntime.pro rename to spark-webapp-runtime/spark-webapp-runtime.pro diff --git a/SparkWebAppRuntime/translations/SparkWebAppRuntime_zh_CN.qm b/spark-webapp-runtime/translations/SparkWebAppRuntime_zh_CN.qm similarity index 100% rename from SparkWebAppRuntime/translations/SparkWebAppRuntime_zh_CN.qm rename to spark-webapp-runtime/translations/SparkWebAppRuntime_zh_CN.qm diff --git a/SparkWebAppRuntime/translations/SparkWebAppRuntime_zh_CN.ts b/spark-webapp-runtime/translations/SparkWebAppRuntime_zh_CN.ts similarity index 100% rename from SparkWebAppRuntime/translations/SparkWebAppRuntime_zh_CN.ts rename to spark-webapp-runtime/translations/SparkWebAppRuntime_zh_CN.ts diff --git a/SparkWebAppRuntime/webenginepage.cpp b/spark-webapp-runtime/webenginepage.cpp similarity index 100% rename from SparkWebAppRuntime/webenginepage.cpp rename to spark-webapp-runtime/webenginepage.cpp diff --git a/SparkWebAppRuntime/webenginepage.h b/spark-webapp-runtime/webenginepage.h similarity index 100% rename from SparkWebAppRuntime/webenginepage.h rename to spark-webapp-runtime/webenginepage.h diff --git a/SparkWebAppRuntime/widget.cpp b/spark-webapp-runtime/widget.cpp similarity index 100% rename from SparkWebAppRuntime/widget.cpp rename to spark-webapp-runtime/widget.cpp diff --git a/SparkWebAppRuntime/widget.h b/spark-webapp-runtime/widget.h similarity index 100% rename from SparkWebAppRuntime/widget.h rename to spark-webapp-runtime/widget.h diff --git a/SparkWebAppRuntime/widget.ui b/spark-webapp-runtime/widget.ui similarity index 100% rename from SparkWebAppRuntime/widget.ui rename to spark-webapp-runtime/widget.ui