ver Jul3rd

fixed several tasks
This commit is contained in:
zdy023
2025-07-03 20:55:30 +08:00
parent c4b47886d9
commit 3cf80eaab8
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "415ef462-bed3-493a-ac36-ca8c6d23bf1b",
"snapshot": "thunderbird",
"instruction": "There's an e-mail containing the AWS invoice for December saved in local \"Bills\" folder. Extract the invoice PDF to the my receipts folder. Follow the file name pattern of the old files and update a record in my tally book.",
"instruction": "There's an e-mail containing the AWS invoice for December saved in local \"Bills\" folder. Extract the invoice PDF to the my receipts folder. Follow the file name pattern of the old files and append a record at the end of my tally book.",
"source": "authors",
"config": [
{
@@ -202,4 +202,4 @@
]
},
"proxy": false
}
}

View File

@@ -1,7 +1,7 @@
{
"id": "3f28fe4f-5d9d-4994-a456-efd78cfae1a3",
"snapshot": "thunderbird",
"instruction": "Set up a signature using my name and affiliation. My name is Anonym and my affiliation is XYZ Lab.",
"instruction": "Set up a plain text signature for my email account in Thunderbird. The first line is my name \"Anonym\" and the second line is my affiliation \"XYZ Lab\".",
"source": "https://www.adsigner.com/user-manual/signatures/setup-email-client-thunderbird/#:~:text=is%20probably%20hidden.-,Right%20click%20on%20the%20empty%20space%20at%20the%20top%20of,signature%20from%20a%20file%20instead.",
"config": [
{
@@ -70,7 +70,7 @@
"expect": {
"mail.identity.id1.htmlSigText": {
"method": "re.S",
"ref": "Anonym.+XYZ Lab"
"ref": "Anonym\\nXYZ Lab"
}
}
}
@@ -78,4 +78,4 @@
"func": "check_thunderbird_prefs"
},
"proxy": false
}
}

View File

@@ -1,7 +1,7 @@
{
"id": "7b1e1ff9-bb85-49be-b01d-d6424be18cd0",
"snapshot": "thunderbird",
"instruction": "Could you help me open up the Thunderbird profile manager utility?",
"instruction": "Could you help me open up the profile management tabpage in Thunderbird? I want the profile management tabpage inside Thunderbird app, but not the profile chooser dialog during app launch.",
"source": "https://www.quora.com/How-do-I-open-a-Thunderbird-profile-manager-utility",
"config": [
{
@@ -58,4 +58,4 @@
"func": "check_accessibility_tree"
},
"proxy": false
}
}