-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"version": "2024-09-30", | ||
"description": "精听细读,更好学西语", | ||
"homepage": "https://www.eudic.net/v4/fr/app/ting", | ||
"license": "Freeware", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://static.frdic.com/pkg/ting_es_setup.zip", | ||
"hash": "08c295380ffa22e3435d43542fe6e8a495161c090a4427310ae0b062bc4d669f" | ||
} | ||
}, | ||
"installer": { | ||
"script": [ | ||
"Expand-7ZipArchive \"$dir\\ting_es_setup.exe\" \"$dir\\\" -Removal", | ||
"Expand-7ZipArchive \"$dir\\ting_es.7z\" \"$dir\" -Removal" | ||
] | ||
}, | ||
"bin": "ting_es.exe", | ||
"shortcuts": [ | ||
[ | ||
"ting_es.exe", | ||
"每日西语听力" | ||
] | ||
], | ||
"checkver": { | ||
"url": "https://www.eudic.net/v4/fr/app/ting", | ||
"regex": "<a href=\"https://static.frdic.com/pkg/ting_es_setup.zip?\\?v=([\\d-]+)\"" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://static.frdic.com/pkg/ting_es_setup.zip" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"version": "2024-09-30", | ||
"description": "精听细读,更好学法语", | ||
"homepage": "https://www.eudic.net/v4/fr/app/ting", | ||
"license": "Freeware", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://static.frdic.com/pkg/ting_fr_setup.zip", | ||
"hash": "b5cbb9b5949413de379b0b24bb18d8a82ba9bd581076e1ba3af39fa0d80b2302" | ||
} | ||
}, | ||
"installer": { | ||
"script": [ | ||
"Expand-7ZipArchive \"$dir\\ting_fr_setup.exe\" \"$dir\\\" -Removal", | ||
"Expand-7ZipArchive \"$dir\\ting_fr.7z\" \"$dir\" -Removal" | ||
] | ||
}, | ||
"bin": "ting_fr.exe", | ||
"shortcuts": [ | ||
[ | ||
"ting_fr.exe", | ||
"每日法语听力" | ||
] | ||
], | ||
"checkver": { | ||
"url": "https://www.eudic.net/v4/fr/app/ting", | ||
"regex": "<a href=\"https://static.frdic.com/pkg/ting_fr_setup.zip?\\?v=([\\d-]+)\"" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://static.frdic.com/pkg/ting_fr_setup.zip" | ||
} | ||
} | ||
} | ||
} |