ver Dec21st

updated setup configs from dict-style to list-style to support more
flexible setup steps
This commit is contained in:
David Chang
2023-12-21 10:30:23 +08:00
parent f4949c3e90
commit 4a643abc31
2 changed files with 83 additions and 48 deletions

View File

@@ -3,17 +3,25 @@
"snapshot": "libreoffice_calc",
"instruction": "Fill the missing row and column which show the total value",
"source": "https://youtube.com/shorts/feldd-Pn48c?si=9xJiem2uAHm6Jshb",
"config": {
"download": [
[
"http://101.43.24.67/s/DbaHsQpPA7dxrA8/download/Quarterly_Product_Sales_by_Zone.xlsx",
"/home/david/Quarterly_Product_Sales_by_Zone.xlsx"
]
],
"open": [
"/home/david/Quarterly_Product_Sales_by_Zone.xlsx"
]
},
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "http://101.43.24.67/s/DbaHsQpPA7dxrA8/download/Quarterly_Product_Sales_by_Zone.xlsx",
"path": "/home/david/Quarterly_Product_Sales_by_Zone.xlsx"
}
]
}
},
{
"type": "open",
"parameters": {
"path": "/home/david/Quarterly_Product_Sales_by_Zone.xlsx"
}
}
],
"trajectory": "trajectories/f9584479-3d0d-4c79-affa-9ad7afdd8850",
"related_apps": [
"libreoffice calc"