Merge branch 'v3.7.0' into issue_438_autofeat_apimodel

This commit is contained in:
Mic 2025-09-10 21:57:21 +02:00 committed by GitHub
commit 15f6aae91f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 4 deletions

View file

@ -1675,6 +1675,12 @@
}, },
"prefs_google_gemini_thinking_budget_Info": { "prefs_google_gemini_thinking_budget_Info": {
"message": "Define the number of tokens to be used for thinking. Leave this field blank if the selected model does not support thinking or if you want to use the default method. Enter 0 to disable thinking, or -1 to enable dynamic thinking.", "message": "Define the number of tokens to be used for thinking. Leave this field blank if the selected model does not support thinking or if you want to use the default method. Enter 0 to disable thinking, or -1 to enable dynamic thinking.",
"SelectAll": {
"message": "Select All",
"description": ""
},
"DeselectAll": {
"message": "Deselect All",
"description": "" "description": ""
} }
} }

View file

@ -144,8 +144,8 @@
<div id="account_selector_info"><span class="section_title">__MSG_AccountSelector_AutoTags__</span> <div id="account_selector_info"><span class="section_title">__MSG_AccountSelector_AutoTags__</span>
<br><span class="infoline">__MSG_AccountSelector_AutoTags_infoline__</span></div> <br><span class="infoline">__MSG_AccountSelector_AutoTags_infoline__</span></div>
<div id="account_selector_checkboxes"></div> <div id="account_selector_checkboxes"></div>
<button type="button" id="accounts_select_all">Select All</button> <button type="button" id="accounts_select_all">__MSG_SelectAll__</button>
<button type="button" id="accounts_deselect_all">Deselect All</button> <button type="button" id="accounts_deselect_all">__MSG_DeselectAll__</button>
</div> </div>
<script src="mzta-add-tags.js" type="module"></script> <script src="mzta-add-tags.js" type="module"></script>
<script src="../../js/mzta-i18n.js"></script> <script src="../../js/mzta-i18n.js"></script>

View file

@ -61,8 +61,8 @@
<div id="account_selector_info"><span class="section_title">__MSG_AccountSelector_Spamfilter__</span> <div id="account_selector_info"><span class="section_title">__MSG_AccountSelector_Spamfilter__</span>
<br><span class="infoline">__MSG_AccountSelector_AutoTags_infoline__</span></div> <br><span class="infoline">__MSG_AccountSelector_AutoTags_infoline__</span></div>
<div id="account_selector_checkboxes"></div> <div id="account_selector_checkboxes"></div>
<button type="button" id="accounts_select_all">Select All</button> <button type="button" id="accounts_select_all">__MSG_SelectAll__</button>
<button type="button" id="accounts_deselect_all">Deselect All</button> <button type="button" id="accounts_deselect_all">__MSG_DeselectAll__</button>
</div> </div>
<div id="spamfitler_reports_container"> <div id="spamfitler_reports_container">
<h2>__MSG_SpamReport_Title__</h2> <h2>__MSG_SpamReport_Title__</h2>