用Nativefier打包了一个微博聊天应用
Tofloor
poster avatar
于正洋HANA
deepin
2020-12-07 05:09
Author

用Nativefier打包了一个微博聊天应用,支持Ubuntu20.04和Deepin V20:

还没打包成deb,下载解压以后直接点击WeiboChat即可使用,支持最小化在托盘。

---

链接: https://pan.baidu.com/s/1XbSNcJS-5JhjGACDnvpOKQ 密码: 3sot

---


Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
Q&A Team
2020-12-07 05:39
#1

建议使用swrt打包

体积更小,还是dtk风格

https://gitee.com/deepin-community-store/spark-web-app-runtime

Reply View the author
于正洋HANA
deepin
2020-12-07 20:37
#2
神末shenmo

建议使用swrt打包

体积更小,还是dtk风格

https://gitee.com/deepin-community-store/spark-web-app-runtime

不能后台额

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2020-12-07 23:15
#3
于正洋HANA

不能后台额

可以的

1.6已经支持托盘了

帮助:
第一种用法:

spark-webapp-runtime 应用标题 目标网址 应用窗口宽度 应用窗口高度

第二种用法:

运行 "spark-webapp-runtime -h" 查看命令行帮助信息


用法:./spark-webapp-runtime [选项]
描述: 星火网页应用运行环境

选项:
-h, --help 显示这个此帮助。
-v, --version 显示版本信息。
-p, --parser 启用参数解析方式。默认为顺序解析方式。
-t, --title 设置应用的标题。默认为<br> 星火网页应用运行环境。<br> -u, --url <url> 设置要打开的目标 URL。默认为空。<br> -w, --width <width> 设置应用的窗口宽度。默认为 1024。<br> -H, --height <height> 设置应用的窗口高度。默认为 768。<br> -T, --tray 启用托盘图标。默认不启用。<br> --full-screen 以全屏模式运行。默认关闭该功能。<br> --fix-size 固定窗口大小。默认关闭该功能。<br> --hide-buttons 隐藏控制按钮。默认关闭该功能。<br> -i, --ico <ico> 设置应用的图标。<br> -d, --desc <desc> 设置应用的描述信息。<br> -c, --cfg <cfg> 设置应用的配置文件。<br> -r, --root <root> 设置内置 WebServer 的根路径。<br> -P, --port <port> 设置内置 WebServer 的监听端口号。<br> <br><br>需要注意的是, 命令行会覆盖配置文件信息。<br>How to Usage:<br>The first usage:<br><br>spark-webapp-runtime ApplicationTitle TargetURL ApplicationWidth ApplicationHeight<br><br>The second usage:<br><br>Using "spark-webapp-runtime -h" to get help<br><br><br> Usage: ./spark-webapp-runtime [options]<br> Descrīption: spark-webapp-runtime<br><br> Options:<br> -h, --help Show this help Message.<br> -v, --version Show Version info.<br> -p, --parser Enable CommandLineParser. Default is false.<br> -t, --title <title> The Title of Application. Default is<br> SparkWebAppRuntime.<br> -u, --url <url> The target URL. Default is Blank.<br> -w, --width <width> The Width of Application. Default is 1024.<br> -H, --height <height> The Height of Application. Default is 768.<br> -T, --tray Enable Tray Icon. Default is false.<br> --full-screen Run in Fullscreen Mode. Default is false.<br> --fix-size Fix Window Size. Default is false.<br> --hide-buttons Hide Control Buttons. Default is false.<br> -i, --ico <ico> The ICON of Application.<br> -d, --desc <desc> The Descrīption of Application.<br> -c, --cfg <cfg> The Configuration file of Application.<br> -r, --root <root> The root path of the program web service.<br> -P, --port <port> The port number of the program web service.<br> <br><br>It should be noticed that the command line parsers will overwrite the configuration from the config file.</code></pre><p><br><br></p>
Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2020-12-07 23:16
#4
Reply View the author