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