ptlaunch: update screenshots

master
crazysaem 2021-12-14 20:54:35 +00:00
parent cff3a99380
commit fd6fa1522a
15 changed files with 15 additions and 11 deletions

View File

@ -4861,7 +4861,7 @@
"version": "0.11", "version": "0.11",
"description": "Directly launch apps from the clock screen with custom patterns.", "description": "Directly launch apps from the clock screen with custom patterns.",
"icon": "app.png", "icon": "app.png",
"screenshots": [{"url":"main_menu_add.png"}, {"url":"add_pattern.png"}, {"url":"select_app.png"}, {"url":"main_menu_manage.png"}, {"url":"manage_patterns.png"}], "screenshots": [{"url":"manage_patterns_light.png"}],
"tags": "tools", "tags": "tools",
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"readme": "README.md", "readme": "README.md",

View File

@ -10,14 +10,21 @@ Then launch the linked apps directly from the clock screen by simply drawing the
## Add Pattern Screenshots ## Add Pattern Screenshots
![](main_menu_add.png) ![](main_menu_add_light.png)
![](add_pattern.png) ![](add_pattern_light.png)
![](select_app.png) ![](select_app_light.png)
![](main_menu_add_dark.png)
![](add_pattern_dark.png)
![](select_app_dark.png)
## Manage Pattern Screenshots ## Manage Pattern Screenshots
![](main_menu_manage.png) ![](main_menu_manage_light.png)
![](manage_patterns.png) ![](manage_patterns_light.png)
![](main_menu_manage_dark.png)
![](manage_patterns_dark.png)
## Detailed Steps ## Detailed Steps

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -323,12 +323,9 @@ var getSelectedApp = () => {
}, },
}; };
var appList = getAppList(); [].forEach((app) => {
appList.forEach((app) => { selectAppMenu[app] = () => {
selectAppMenu[app.name] = () => {
log("app selected"); log("app selected");
log(app);
resolve(app);
}; };
}); });

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB