From 86bd0a3e5717f0f5124cecb18e7a5d50f1555628 Mon Sep 17 00:00:00 2001 From: djaga <83035465+djaga-ru@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:01:32 +0300 Subject: [PATCH 1/6] docs: replace delete with stop in API (RU, 4 files) - Update browser instance pages to say stop instead of delete (2 files) - Update thread management pages to say stop instead of delete (2 files) --- .../browser-instances/deleting-browser-instance.mdx | 8 ++++---- .../deleting-browser-instances-bulk.mdx | 10 +++++----- .../thread-management/deleting-execution-thread.mdx | 8 ++++---- .../thread-management/deleting-multiple-threads.mdx | 8 ++++---- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/ZennoBrowser/zb-public-API/browser-instances/deleting-browser-instance.mdx b/docs/ZennoBrowser/zb-public-API/browser-instances/deleting-browser-instance.mdx index 4fdc40aa..36fbf10f 100644 --- a/docs/ZennoBrowser/zb-public-API/browser-instances/deleting-browser-instance.mdx +++ b/docs/ZennoBrowser/zb-public-API/browser-instances/deleting-browser-instance.mdx @@ -1,14 +1,14 @@ --- sidebar_position: 4 -sidebar_label: Удаление экземпляра браузера -title: Удаление экземпляра браузера -description: Удаление одного экземпляра браузера — подробное руководство по публичному API ZennoBrowser. Детальные инструкции, примеры использования и руководство по настройке +sidebar_label: Остановка экземпляра браузера +title: Остановка экземпляра браузера +description: Остановка одного экземпляра браузера — подробное руководство по публичному API ZennoBrowser. Детальные инструкции, примеры использования и руководство по настройке --- import DisclaimerNotice from '@site/src/components/DisclaimerNotice'; -**Описание:** Этот метод удаляет существующий экземпляр браузера, связанный с указанным профилем. +**Описание:** Этот метод останавливает существующий экземпляр браузера, связанный с указанным профилем. Эта операция безвозвратно закрывает экземпляр браузера и освобождает все связанные ресурсы. #### **Параметры запроса:** diff --git a/docs/ZennoBrowser/zb-public-API/browser-instances/deleting-browser-instances-bulk.mdx b/docs/ZennoBrowser/zb-public-API/browser-instances/deleting-browser-instances-bulk.mdx index 561f7ba7..1ee04bd8 100644 --- a/docs/ZennoBrowser/zb-public-API/browser-instances/deleting-browser-instances-bulk.mdx +++ b/docs/ZennoBrowser/zb-public-API/browser-instances/deleting-browser-instances-bulk.mdx @@ -1,16 +1,16 @@ --- sidebar_position: 5 -sidebar_label: Массовое удаление экземпляров -title: Массовое удаление экземпляров браузера -description: Удаление нескольких экземпляров браузера за один раз — подробное руководство по ZennoBrowser Public API. Подробные инструкции, примеры использования и руководство по настройке +sidebar_label: Массовая остановка экземпляров браузера +title: Массовая остановка экземпляров браузера +description: Остановка нескольких экземпляров браузера за один раз — подробное руководство по ZennoBrowser Public API. Подробные инструкции, примеры использования и руководство по настройке --- import DisclaimerNotice from '@site/src/components/DisclaimerNotice'; -### **Удаление экземпляров браузера (массово)** +### **Остановка экземпляров браузера (массово)** -**Описание:** Этот метод удаляет несколько существующих экземпляров браузера, связанных с указанными профилями. +**Описание:** Этот метод останавливает несколько существующих экземпляров браузера, связанных с указанными профилями. Эта операция безвозвратно закрывает все указанные экземпляры браузера и освобождает их ресурсы. #### **Параметры запроса:** diff --git a/docs/ZennoBrowser/zb-public-API/thread-management/deleting-execution-thread.mdx b/docs/ZennoBrowser/zb-public-API/thread-management/deleting-execution-thread.mdx index 69f70f95..6bc4751e 100644 --- a/docs/ZennoBrowser/zb-public-API/thread-management/deleting-execution-thread.mdx +++ b/docs/ZennoBrowser/zb-public-API/thread-management/deleting-execution-thread.mdx @@ -1,14 +1,14 @@ --- sidebar_position: 6 -sidebar_label: Удаление потока выполнения -title: Удаление потока выполнения -description: Удаление одного потока выполнения — подробное руководство по ZennoBrowser Public API. Детальные инструкции, примеры использования и руководство по настройке +sidebar_label: Остановка потока выполнения +title: Остановка потока выполнения +description: Остановка одного потока выполнения — подробное руководство по ZennoBrowser Public API. Детальные инструкции, примеры использования и руководство по настройке --- import DisclaimerNotice from '@site/src/components/DisclaimerNotice'; -**Описание:** Этот метод можно использовать для удаления существующего потока выполнения. +**Описание:** Этот метод можно использовать для остановки существующего потока выполнения. #### **Параметры запроса:** diff --git a/docs/ZennoBrowser/zb-public-API/thread-management/deleting-multiple-threads.mdx b/docs/ZennoBrowser/zb-public-API/thread-management/deleting-multiple-threads.mdx index d078f067..5a6cf512 100644 --- a/docs/ZennoBrowser/zb-public-API/thread-management/deleting-multiple-threads.mdx +++ b/docs/ZennoBrowser/zb-public-API/thread-management/deleting-multiple-threads.mdx @@ -1,14 +1,14 @@ --- sidebar_position: 7 -sidebar_label: Удаление потоков (пакетно) -title: Удаление нескольких потоков -description: Удаление нескольких потоков выполнения за один раз — подробное руководство по ZennoBrowser Public API. Подробные инструкции, примеры использования и руководство по настройке +sidebar_label: Остановка потоков (пакетно) +title: Остановка нескольких потоков +description: Остановка нескольких потоков выполнения за один раз — подробное руководство по ZennoBrowser Public API. Подробные инструкции, примеры использования и руководство по настройке --- import DisclaimerNotice from '@site/src/components/DisclaimerNotice'; -**Описание:** Этот метод удаляет несколько потоков выполнения. +**Описание:** Этот метод останавливает несколько потоков выполнения. #### **Параметры запроса:** From 97a82be01529dee7c5b9f465a3e25933f9f0b7b9 Mon Sep 17 00:00:00 2001 From: djaga <83035465+djaga-ru@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:06:57 +0300 Subject: [PATCH 2/6] docs: replace delete with stop in API (EN, 4 files) - Update browser instance pages to say stop instead of delete (2 files) - Update thread management pages to say stop instead of delete (2 files) --- .../browser-instances/deleting-browser-instance.mdx | 10 +++++----- .../deleting-browser-instances-bulk.mdx | 12 ++++++------ .../thread-management/deleting-execution-thread.mdx | 10 +++++----- .../thread-management/deleting-multiple-threads.mdx | 10 +++++----- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/browser-instances/deleting-browser-instance.mdx b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/browser-instances/deleting-browser-instance.mdx index 221a012b..ba41eb85 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/browser-instances/deleting-browser-instance.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/browser-instances/deleting-browser-instance.mdx @@ -1,14 +1,14 @@ ---- +--- sidebar_position: 4 -sidebar_label: Deleting Browser Instance -title: Deleting Browser Instance -description: Delete a single browser instance - comprehensive guide for ZennoBrowser Public API. Detailed instructions, usage examples, and configuration guide +sidebar_label: Stopping Browser Instance +title: Stopping Browser Instance +description: Stop a single browser instance - comprehensive guide for ZennoBrowser Public API. Detailed instructions, usage examples, and configuration guide --- import DisclaimerNotice from '@site/src/components/DisclaimerNotice'; -**Description:** This method deletes the existing browser instance associated with the specified profile. +**Description:** This method stops the existing browser instance associated with the specified profile. This operation permanently closes the browser instance and releases all associated resources. #### **Request parameters:** diff --git a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/browser-instances/deleting-browser-instances-bulk.mdx b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/browser-instances/deleting-browser-instances-bulk.mdx index 58a6f796..cb90702f 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/browser-instances/deleting-browser-instances-bulk.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/browser-instances/deleting-browser-instances-bulk.mdx @@ -1,16 +1,16 @@ ---- +--- sidebar_position: 5 -sidebar_label: Deleting Instances (Bulk) -title: Deleting Browser Instances (Bulk) -description: Delete multiple browser instances at once - comprehensive guide for ZennoBrowser Public API. Detailed instructions, usage examples, and configuration guide +sidebar_label: Stopping Instances (Bulk) +title: Stopping Browser Instances (Bulk) +description: Stop multiple browser instances at once - comprehensive guide for ZennoBrowser Public API. Detailed instructions, usage examples, and configuration guide --- import DisclaimerNotice from '@site/src/components/DisclaimerNotice'; -### **Deleting browser instances (bulk)** +### **Stopping browser instances (bulk)** -**Description:** This method deletes multiple existing browser instances associated with the specified profiles. +**Description:** This method stops multiple existing browser instances associated with the specified profiles. This operation permanently closes all specified browser instances and releases their resources. #### **Request parameters:** diff --git a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/thread-management/deleting-execution-thread.mdx b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/thread-management/deleting-execution-thread.mdx index 8dbcb784..4ae40b12 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/thread-management/deleting-execution-thread.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/thread-management/deleting-execution-thread.mdx @@ -1,14 +1,14 @@ ---- +--- sidebar_position: 6 -sidebar_label: Deleting Execution Thread -title: Deleting Execution Thread -description: Delete a single execution thread - comprehensive guide for ZennoBrowser Public API. Detailed instructions, usage examples, and configuration guide +sidebar_label: Stopping Execution Thread +title: Stopping Execution Thread +description: Stop a single execution thread - comprehensive guide for ZennoBrowser Public API. Detailed instructions, usage examples, and configuration guide --- import DisclaimerNotice from '@site/src/components/DisclaimerNotice'; -**Description:** This method can be used to delete an existing execution thread. +**Description:** This method can be used to stop an existing execution thread. #### **Request parameters:** diff --git a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/thread-management/deleting-multiple-threads.mdx b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/thread-management/deleting-multiple-threads.mdx index ebcdb68d..94a6f3fb 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/thread-management/deleting-multiple-threads.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/thread-management/deleting-multiple-threads.mdx @@ -1,14 +1,14 @@ ---- +--- sidebar_position: 7 -sidebar_label: Deleting Threads (Bulk) -title: Deleting Multiple Threads -description: Delete multiple execution threads at once - comprehensive guide for ZennoBrowser Public API. Detailed instructions, usage examples, and configuration guide +sidebar_label: Stopping Threads (Bulk) +title: Stopping Multiple Threads +description: Stop multiple execution threads at once - comprehensive guide for ZennoBrowser Public API. Detailed instructions, usage examples, and configuration guide --- import DisclaimerNotice from '@site/src/components/DisclaimerNotice'; -**Description:** This method deletes multiple execution threads. +**Description:** This method stops multiple execution threads. #### **Request parameters:** From dbd61821404b2049e638bcdfe6a21e7e842c56c8 Mon Sep 17 00:00:00 2001 From: djaga <83035465+djaga-ru@users.noreply.github.com> Date: Tue, 27 Jan 2026 21:49:02 +0300 Subject: [PATCH 3/6] docs: update system requirements for ZP/ZD (4 files) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ZennoPoster: add Windows Server 2018–2022, .NET 4.8 link, scaling notice (RU/EN) - ZennoDroid: update .NET 4.8+ with link (RU/EN) Result: requirements updated in both languages (4 files) --- docs/ZennoDroid/Installation/SysReq.mdx | 4 ++-- .../Hello/ZennoPoster_System_Requirements.mdx | 19 +++++++++++++------ .../current/Installation/SysReq.mdx | 4 ++-- .../Hello/ZennoPoster_System_Requirements.mdx | 17 ++++++++++++----- 4 files changed, 29 insertions(+), 15 deletions(-) diff --git a/docs/ZennoDroid/Installation/SysReq.mdx b/docs/ZennoDroid/Installation/SysReq.mdx index 929e30d1..1f0ef8b5 100644 --- a/docs/ZennoDroid/Installation/SysReq.mdx +++ b/docs/ZennoDroid/Installation/SysReq.mdx @@ -16,7 +16,7 @@ description: Системные требования - раздел официа - **Видеопамять:** не менее 1024 Мб. - **Наличие Direct X 11+ или OpenGL 2.0.** - **Операционная система:** Windows 10 x64 и более поздние версии (Server Core не поддерживается). -- **Наличие .Net Framework 2.0, 3.5 и 4.6.2+.** +- **Наличие .Net Framework 2.0, 3.5 и [4.8+](https://dotnet.microsoft.com/download/dotnet-framework/net48).** - **Также Visual C++ redistributable 2008, 2010, 2013, 2015, 2017, 2019 x86 или x64.** - **Права администратора.** Они понадобятся для установки и запуска программы. - **Аппаратная виртуализация.** @@ -31,7 +31,7 @@ _______________________________________________ - **Место на накопителе:** не менее 6 Гб. - **Видеопамять:** дискретная видеокарта. - **Операционная система:** Windows 10 x64 и более поздние версии (Server Core не поддерживается). -- **Наличие .Net Framework 4.6.2+.** +- **Наличие .Net Framework [4.8+](https://dotnet.microsoft.com/download/dotnet-framework/net48).** - **Также Visual C++ redistributable 2013, 2015, 2017, 2019, 2022.** - **Права администратора.** Они понадобятся для установки и запуска программы. - **Интернет.** Обязателен. Без него не получится работать. diff --git a/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx b/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx index cf944107..e82aafa6 100644 --- a/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx +++ b/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx @@ -1,8 +1,8 @@ ---- +--- sidebar_position: 3 title: "Системные требования ZennoPoster" description: " " -date: "2025-07-08" +date: "2026-01-27" converted: true originalFile: "Системные требования ZennoPoster.txt" targetUrl: "https://zennolab.atlassian.net/wiki/spaces/RU/pages/475463745/ZennoPoster" @@ -19,8 +19,9 @@ _______________________________________________ - **Процессор:** Intel или AMD, 2 ядра, не менее 1,5 ГГц каждое ядро; - **RAM:** 6 Гб; -- **Операционная система:** Windows 10 x64 и более поздние версии (Server Core не поддерживается); -- [**.Net Framework:** не ниже 4.6.2](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/"); +- **Операционная система:** Windows 10 x64 и более поздние версии; +Windows Server 2018–2022 (Server Core не поддерживается); +- [**.Net Framework:** не ниже 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48 "https://dotnet.microsoft.com/download/dotnet-framework/net48"); - [**Visual C++ Redistributable:** версии 2008, 2010, 2013](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/"); - **Права администратора** для установки и запуска программы; - **Интернет:** обязательно. @@ -30,12 +31,18 @@ _______________________________________________ - **Процессор:** 8-16 ядер Intel или AMD; - **RAM:** 16 Гб; - **Жесткий диск:** SSD; -- **Операционная система:** Windows 10 x64 и более поздние версии (Server Core не поддерживается); -- [**.Net Framework:** не ниже 4.6.2](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/"); +- **Операционная система:** Windows 10 x64 и более поздние версии; +Windows Server 2018–2022 (Server Core не поддерживается); +- [**.Net Framework:** не ниже 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48 "https://dotnet.microsoft.com/download/dotnet-framework/net48"); - [**Visual C++ Redistributable:** версии 2008, 2010, 2013](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/"); - **DirectX 9+**; - **Права администратора** для установки и запуска программы; - **Интернет:** обязательно. +:::important Важная информация +Рекомендуется масштаб рабочего стола 100%. +При увеличении масштаба Windows (например, 125% и выше) интерфейс и поведение программы в целом могут работать не так, как предполагалось. +::: + Примечания: Системные требования шаблонов необходимо уточнять у его разработчика. \ No newline at end of file diff --git a/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Installation/SysReq.mdx b/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Installation/SysReq.mdx index c9d0bc3d..552a6192 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Installation/SysReq.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Installation/SysReq.mdx @@ -18,7 +18,7 @@ import DisclaimerNotice from '@site/src/components/DisclaimerNotice'; - **Video memory:** at least 1024 MB. - **Direct X 11+ or OpenGL 2.0 required.** - **Operating system:** Windows 10 x64 or later (Server Core is not supported). -- **.Net Framework 2.0, 3.5, and 4.6.2+ are required.** +- **.Net Framework 2.0, 3.5, and [4.8+](https://dotnet.microsoft.com/download/dotnet-framework/net48) are required.** - **Visual C++ redistributables for 2008, 2010, 2013, 2015, 2017, 2019 (x86 or x64) are also needed.** - **Administrator rights.** You'll need them to install and run the program. - **Hardware virtualization.** @@ -33,7 +33,7 @@ _______________________________________________ - **Storage space:** at least 6 GB free. - **Video memory:** discrete graphics card required. - **Operating system:** Windows 10 x64 or later (Server Core is not supported). -- **.Net Framework 4.6.2+ required.** +- **.Net Framework [4.8+](https://dotnet.microsoft.com/download/dotnet-framework/net48) required.** - **Visual C++ redistributables for 2013, 2015, 2017, 2019, and 2022 also needed.** - **Administrator rights.** You'll need them to install and run the program. - **Internet connection.** Mandatory. The program won't work without it. diff --git a/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx b/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx index 52bbec56..c9523fb7 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx @@ -1,4 +1,4 @@ ---- +--- sidebar_position: 3 title: "ZennoPoster System Requirements" description: " " @@ -20,8 +20,9 @@ _______________________________________________ **Processor:** Intel or AMD, 2 cores, at least 1.5 GHz per core **RAM:** 6 GB -**Operating system:** Windows 10 x64 or later (Server Core not supported) -[**.Net Framework:** 4.6.2 or higher](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/") +**Operating system:** Windows 10 x64 or later; +Windows Server 2018–2022 (Server Core not supported) +[**.Net Framework:** 4.8 or higher](https://dotnet.microsoft.com/download/dotnet-framework/net48 "https://dotnet.microsoft.com/download/dotnet-framework/net48") [**Visual C++ Redistributable:**  2008, 2010, 2013](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/") **Administrator rights** required for installation and running **Internet:** required @@ -31,12 +32,18 @@ _______________________________________________ **Processor:** 8-16 core Intel or AMD **RAM:** 16 GB **Hard drive:** SSD -**Operating system:** Windows 10 x64 or later (Server Core not supported) -[**.Net Framework:** 4.6.2 or higher](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/") +**Operating system:** Windows 10 x64 or later; +Windows Server 2018–2022 (Server Core not supported) +[**.Net Framework:** 4.8 or higher](https://dotnet.microsoft.com/download/dotnet-framework/net48 "https://dotnet.microsoft.com/download/dotnet-framework/net48") [**Visual C++ Redistributable:** 2008, 2010, 2013](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/") **Direct X 9+** **Administrator rights** required for installation and running **Internet:** required +:::important Important information +Desktop scaling of 100% is recommended. +When Windows scaling is increased (e.g., 125% or higher), the interface and overall behavior of the program may not work as expected. +::: + Note: The system requirements for templates should be confirmed with their developer. \ No newline at end of file From dc5e8ae613e2c18507a673121192b33718df8bc0 Mon Sep 17 00:00:00 2001 From: djaga <83035465+djaga-ru@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:00:26 +0300 Subject: [PATCH 4/6] docs: refine system requirements for ZennoBrowser/ZennoDroid/ZennoPoster (6 files) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Refined ZennoBrowser system requirements (RU/EN, 2 files) - Clarified Windows/Windows Server support in ZennoDroid (RU/EN, 2 files) - Updated Windows Server range to 2019–2025 in ZennoPoster (RU/EN, 2 files) Result: consistent RU/EN system requirements (6 files) --- .../ZennoBrowser_System_Requirements.mdx | 6 ++++-- docs/ZennoDroid/Installation/SysReq.mdx | 6 ++++-- docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx | 4 ++-- .../ZennoBrowser_System_Requirements.mdx | 6 ++++-- .../current/Installation/SysReq.mdx | 6 ++++-- .../current/Hello/ZennoPoster_System_Requirements.mdx | 4 ++-- 6 files changed, 20 insertions(+), 12 deletions(-) diff --git a/docs/ZennoBrowser/install-and-setting/ZennoBrowser_System_Requirements.mdx b/docs/ZennoBrowser/install-and-setting/ZennoBrowser_System_Requirements.mdx index b174bf8e..e9a666e6 100644 --- a/docs/ZennoBrowser/install-and-setting/ZennoBrowser_System_Requirements.mdx +++ b/docs/ZennoBrowser/install-and-setting/ZennoBrowser_System_Requirements.mdx @@ -14,7 +14,8 @@ _______________________________________________ - **Процессор:** Intel или AMD, 2 ядра, не менее 1,5 ГГц каждое ядро; - **RAM:** 8 Гб; -- **Операционная система:** Windows 10 x64 и более поздние версии, Windows Server 2019 и более поздние; +- **Операционная система:** Windows 10 x64 и более поздние версии; +Windows Server 2019–2025 (Server Core не поддерживается); - **.NET 8.0 (SDK);** - **Права администратора:** для установки и обновления; - **Интернет:** обязательно. @@ -24,7 +25,8 @@ _______________________________________________ - **Процессор:** 8-16 ядер Intel или AMD; - **RAM:** 16 Гб; - **Жесткий диск:** SSD; -- **Операционная система:** Windows 10 x64 и более поздние версии, Windows Server 2019 и более поздние; +- **Операционная система:** Windows 10 x64 и более поздние версии; +Windows Server 2019–2025 (Server Core не поддерживается); - **.NET 9.0;** - **DirectX 11+;** - **Права администратора:** для установки и обновления; diff --git a/docs/ZennoDroid/Installation/SysReq.mdx b/docs/ZennoDroid/Installation/SysReq.mdx index 1f0ef8b5..f6ff57f8 100644 --- a/docs/ZennoDroid/Installation/SysReq.mdx +++ b/docs/ZennoDroid/Installation/SysReq.mdx @@ -15,7 +15,8 @@ description: Системные требования - раздел официа - **Место на накопителе:** не менее 6 Гб. - **Видеопамять:** не менее 1024 Мб. - **Наличие Direct X 11+ или OpenGL 2.0.** -- **Операционная система:** Windows 10 x64 и более поздние версии (Server Core не поддерживается). +- **Операционная система:** Windows 10 x64 и более поздние версии; +Windows Server 2019–2025 (Server Core не поддерживается); - **Наличие .Net Framework 2.0, 3.5 и [4.8+](https://dotnet.microsoft.com/download/dotnet-framework/net48).** - **Также Visual C++ redistributable 2008, 2010, 2013, 2015, 2017, 2019 x86 или x64.** - **Права администратора.** Они понадобятся для установки и запуска программы. @@ -30,7 +31,8 @@ _______________________________________________ - **RAM:** не менее 4 Гб. - **Место на накопителе:** не менее 6 Гб. - **Видеопамять:** дискретная видеокарта. -- **Операционная система:** Windows 10 x64 и более поздние версии (Server Core не поддерживается). +- **Операционная система:** Windows 10 x64 и более поздние версии; +Windows Server 2019–2025 (Server Core не поддерживается); - **Наличие .Net Framework [4.8+](https://dotnet.microsoft.com/download/dotnet-framework/net48).** - **Также Visual C++ redistributable 2013, 2015, 2017, 2019, 2022.** - **Права администратора.** Они понадобятся для установки и запуска программы. diff --git a/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx b/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx index e82aafa6..32b64313 100644 --- a/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx +++ b/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx @@ -20,7 +20,7 @@ _______________________________________________ - **Процессор:** Intel или AMD, 2 ядра, не менее 1,5 ГГц каждое ядро; - **RAM:** 6 Гб; - **Операционная система:** Windows 10 x64 и более поздние версии; -Windows Server 2018–2022 (Server Core не поддерживается); +Windows Server 2019–2025 (Server Core не поддерживается); - [**.Net Framework:** не ниже 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48 "https://dotnet.microsoft.com/download/dotnet-framework/net48"); - [**Visual C++ Redistributable:** версии 2008, 2010, 2013](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/"); - **Права администратора** для установки и запуска программы; @@ -32,7 +32,7 @@ Windows Server 2018–2022 (Server Core не поддерживается); - **RAM:** 16 Гб; - **Жесткий диск:** SSD; - **Операционная система:** Windows 10 x64 и более поздние версии; -Windows Server 2018–2022 (Server Core не поддерживается); +Windows Server 2019–2025 (Server Core не поддерживается); - [**.Net Framework:** не ниже 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48 "https://dotnet.microsoft.com/download/dotnet-framework/net48"); - [**Visual C++ Redistributable:** версии 2008, 2010, 2013](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/"); - **DirectX 9+**; diff --git a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/install-and-setting/ZennoBrowser_System_Requirements.mdx b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/install-and-setting/ZennoBrowser_System_Requirements.mdx index e72b877a..1a05b811 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/install-and-setting/ZennoBrowser_System_Requirements.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/install-and-setting/ZennoBrowser_System_Requirements.mdx @@ -14,7 +14,8 @@ _______________________________________________ - **Processor:** Intel or AMD, 2 cores, at least 1.5 GHz per core; - **RAM:** 8 GB; -- **Operating system:** Windows 10 x64 and later versions, Windows Server 2019 and later; +- **Operating system:** Windows 10 x64 or later +Windows Server 2019–2025 (Server Core not supported) - **.NET 8.0 (SDK);** - **Administrator rights:** for installation and updates; - **Internet:** required. @@ -24,7 +25,8 @@ _______________________________________________ - **Processor:** 8–16 cores, Intel or AMD; - **RAM:** 16 GB; - **Hard drive:** SSD; -- **Operating system:** Windows 10 x64 and later versions, Windows Server 2019 and later; +- **Operating system:** Windows 10 x64 or later +Windows Server 2019–2025 (Server Core not supported) - **.NET 9.0;** - **DirectX 11+;** - **Administrator rights:** for installation and updates; diff --git a/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Installation/SysReq.mdx b/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Installation/SysReq.mdx index 552a6192..c8d447bb 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Installation/SysReq.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Installation/SysReq.mdx @@ -17,7 +17,8 @@ import DisclaimerNotice from '@site/src/components/DisclaimerNotice'; - **Storage space:** at least 6 GB free. - **Video memory:** at least 1024 MB. - **Direct X 11+ or OpenGL 2.0 required.** -- **Operating system:** Windows 10 x64 or later (Server Core is not supported). +- **Operating system:** Windows 10 x64 or later +Windows Server 2019–2025 (Server Core not supported). - **.Net Framework 2.0, 3.5, and [4.8+](https://dotnet.microsoft.com/download/dotnet-framework/net48) are required.** - **Visual C++ redistributables for 2008, 2010, 2013, 2015, 2017, 2019 (x86 or x64) are also needed.** - **Administrator rights.** You'll need them to install and run the program. @@ -32,7 +33,8 @@ _______________________________________________ - **RAM:** at least 4 GB. - **Storage space:** at least 6 GB free. - **Video memory:** discrete graphics card required. -- **Operating system:** Windows 10 x64 or later (Server Core is not supported). +- **Operating system:** Windows 10 x64 or later +Windows Server 2019–2025 (Server Core not supported). - **.Net Framework [4.8+](https://dotnet.microsoft.com/download/dotnet-framework/net48) required.** - **Visual C++ redistributables for 2013, 2015, 2017, 2019, and 2022 also needed.** - **Administrator rights.** You'll need them to install and run the program. diff --git a/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx b/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx index c9523fb7..90022843 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx @@ -21,7 +21,7 @@ _______________________________________________ **Processor:** Intel or AMD, 2 cores, at least 1.5 GHz per core **RAM:** 6 GB **Operating system:** Windows 10 x64 or later; -Windows Server 2018–2022 (Server Core not supported) +Windows Server 2019–2025 (Server Core not supported) [**.Net Framework:** 4.8 or higher](https://dotnet.microsoft.com/download/dotnet-framework/net48 "https://dotnet.microsoft.com/download/dotnet-framework/net48") [**Visual C++ Redistributable:**  2008, 2010, 2013](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/") **Administrator rights** required for installation and running @@ -33,7 +33,7 @@ Windows Server 2018–2022 (Server Core not supported) **RAM:** 16 GB **Hard drive:** SSD **Operating system:** Windows 10 x64 or later; -Windows Server 2018–2022 (Server Core not supported) +Windows Server 2019–2025 (Server Core not supported) [**.Net Framework:** 4.8 or higher](https://dotnet.microsoft.com/download/dotnet-framework/net48 "https://dotnet.microsoft.com/download/dotnet-framework/net48") [**Visual C++ Redistributable:** 2008, 2010, 2013](https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/ "https://zennolab.com/discussion/threads/ustanovka-microsoft-net-framework-i-visual-c-redistributables.54092/") **Direct X 9+** From beb2c6002af53ac03a4ee5ce5b39e9b8779af4b8 Mon Sep 17 00:00:00 2001 From: djaga <83035465+djaga-ru@users.noreply.github.com> Date: Thu, 29 Jan 2026 05:24:08 +0300 Subject: [PATCH 5/6] fix: repair Clash links and section translation (5 files) - Fixed Clash installation links in proxy sections (4 files) - Added sidebar translation for legacy category (1 file) Result: working links and consistent translation (5 files) --- docs/ZennoDroid/Settings/Legacy/Proxy_Traffic_Ent.mdx | 2 +- docs/ZennoDroid/Settings/Proxy_Traffic_Ent.mdx | 4 ++-- .../current.json | 8 ++++++++ .../current/Settings/Legacy/Proxy_Traffic_Ent.mdx | 2 +- .../current/Settings/Proxy_Traffic_Ent.mdx | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/ZennoDroid/Settings/Legacy/Proxy_Traffic_Ent.mdx b/docs/ZennoDroid/Settings/Legacy/Proxy_Traffic_Ent.mdx index c29dc8d8..ab950d72 100644 --- a/docs/ZennoDroid/Settings/Legacy/Proxy_Traffic_Ent.mdx +++ b/docs/ZennoDroid/Settings/Legacy/Proxy_Traffic_Ent.mdx @@ -92,4 +92,4 @@ svc data disable > ``` > **Код необходимо выполнить *перед* установкой прокси.** _______________________________________________ -- [**Установка Clash (Box for Root).**](../Android/Enterprise/Clash). \ No newline at end of file +- [**Установка Clash (Box for Root).**](/zennodroid/Android/Enterprise/Clash). \ No newline at end of file diff --git a/docs/ZennoDroid/Settings/Proxy_Traffic_Ent.mdx b/docs/ZennoDroid/Settings/Proxy_Traffic_Ent.mdx index 287304e0..7a73a8bc 100644 --- a/docs/ZennoDroid/Settings/Proxy_Traffic_Ent.mdx +++ b/docs/ZennoDroid/Settings/Proxy_Traffic_Ent.mdx @@ -39,7 +39,7 @@ __________________________________________ ::: _______________________________________________ -## [Clash](../Android/Enterprise/Clash/) (рекомендуем). +## [Clash](/zennodroid/Android/Enterprise/Clash) (рекомендуем). Это продвинутый прокси-клиент с возможностью маршрутизации трафика по заданным правилам. Он отличается мощным rule-based подходом и сам решает через какой сервер направить трафик в зависимости от настроенных правил. Простое и полное проксирование всего UDP-трафика — в отличие от redsocks, не требуется настраивать отдельное проксирование для каждого IP. Благодаря этому, при использовании прокси с поддержкой UDP, даже IP-адрес через WebRTC отображается как адрес прокси. @@ -58,4 +58,4 @@ __________________________________________ При использовании этого метода нужно выключить передачу данных на телефоне, чтобы исключить случайную утечку трафика в сеть. Сделать это можно вручную или с помощью экшена. _______________________________________________ -- [**Установка Clash (Box for Root).**](../Android/Enterprise/Clash). \ No newline at end of file +- [**Установка Clash (Box for Root).**](/zennodroid/Android/Enterprise/Clash). \ No newline at end of file diff --git a/i18n/en/docusaurus-plugin-content-docs-zennodroid/current.json b/i18n/en/docusaurus-plugin-content-docs-zennodroid/current.json index 786a50da..f6fa15b9 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennodroid/current.json +++ b/i18n/en/docusaurus-plugin-content-docs-zennodroid/current.json @@ -198,5 +198,13 @@ "sidebar.tutorialSidebar.category.API.link.generated-index.title": { "message": "ZennoDroid API methods", "description": "The generated-index page title for category API in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Устаревшие статьи": { + "message": "Outdated articles", + "description": "The label for category Устаревшие статьи in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.Устаревшие статьи.link.generated-index.title": { + "message": "Information for previous versions", + "description": "The generated-index page title for category Устаревшие статьи in sidebar tutorialSidebar" } } diff --git a/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Settings/Legacy/Proxy_Traffic_Ent.mdx b/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Settings/Legacy/Proxy_Traffic_Ent.mdx index aab35e8a..3e394ccc 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Settings/Legacy/Proxy_Traffic_Ent.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Settings/Legacy/Proxy_Traffic_Ent.mdx @@ -92,4 +92,4 @@ Configure the DNS server address. You can specify several, separated by commas: > ``` > **This code must be executed *before* setting up the proxy.** _______________________________________________ -- [**Installing Clash (Box for Root).**](../Android/Enterprise/Clash). \ No newline at end of file +- [**Installing Clash (Box for Root).**](/zennodroid/Android/Enterprise/Clash). \ No newline at end of file diff --git a/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Settings/Proxy_Traffic_Ent.mdx b/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Settings/Proxy_Traffic_Ent.mdx index e7b57602..0425e9f5 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Settings/Proxy_Traffic_Ent.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennodroid/current/Settings/Proxy_Traffic_Ent.mdx @@ -58,4 +58,4 @@ You can do it manually or by running the [Console Commands](../Android/ProLite/A - Turn off mobile data: `svc data disable` ::: _______________________________________________ -- [**How to Install Clash (Box for Root).**](../Android/Enterprise/Clash) \ No newline at end of file +- [**How to Install Clash (Box for Root).**](/zennodroid/Android/Enterprise/Clash) \ No newline at end of file From 49e32c748b9e5a7c4a7a54065539ef728bbbdadf Mon Sep 17 00:00:00 2001 From: djaga <83035465+djaga-ru@users.noreply.github.com> Date: Thu, 29 Jan 2026 05:47:56 +0300 Subject: [PATCH 6/6] fix: update template requirement notes, API ID format, and remove obsolete intro (7 files) - Rephrased template requirement notes in ZennoPoster and ZennoBrowser - Updated EN localizations for these notes - Fixed ID format in profile folder creation response example (RU/EN) - Removed obsolete docs/ZennoPoster/intro.md Result: notes and response examples are corrected (7 files) --- .../ZennoBrowser_System_Requirements.mdx | 4 ++-- .../creating-new-profile-folder.mdx | 2 +- .../Hello/ZennoPoster_System_Requirements.mdx | 2 +- docs/ZennoPoster/intro.md | 22 ------------------- .../ZennoBrowser_System_Requirements.mdx | 2 +- .../creating-new-profile-folder.mdx | 2 +- .../Hello/ZennoPoster_System_Requirements.mdx | 2 +- 7 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 docs/ZennoPoster/intro.md diff --git a/docs/ZennoBrowser/install-and-setting/ZennoBrowser_System_Requirements.mdx b/docs/ZennoBrowser/install-and-setting/ZennoBrowser_System_Requirements.mdx index e9a666e6..f2f53873 100644 --- a/docs/ZennoBrowser/install-and-setting/ZennoBrowser_System_Requirements.mdx +++ b/docs/ZennoBrowser/install-and-setting/ZennoBrowser_System_Requirements.mdx @@ -1,4 +1,4 @@ ---- +--- sidebar_position: 7 title: "Системные требования ZennoBrowser" description: " " @@ -34,4 +34,4 @@ Windows Server 2019–2025 (Server Core не поддерживается); - **Наличие:** физическая видеокарта Примечания: -Системные требования шаблонов необходимо уточнять у его разработчика. \ No newline at end of file +Системные требования конкретного шаблона могут отличаться от базовых — уточняйте их у разработчика шаблона. \ No newline at end of file diff --git a/docs/ZennoBrowser/zb-public-API/folder-management/creating-new-profile-folder.mdx b/docs/ZennoBrowser/zb-public-API/folder-management/creating-new-profile-folder.mdx index 3f67cc17..8eccff2a 100644 --- a/docs/ZennoBrowser/zb-public-API/folder-management/creating-new-profile-folder.mdx +++ b/docs/ZennoBrowser/zb-public-API/folder-management/creating-new-profile-folder.mdx @@ -77,7 +77,7 @@ Api-Token: токен из **UserArea2**. Возвращает ID вновь созданной папки профилей: ``` -123e4567-e89b-12d3-a456-426614174000 +"123e4567-e89b-12d3-a456-426614174000" ``` **Ответ с ошибкой (500):** diff --git a/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx b/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx index 32b64313..7353233c 100644 --- a/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx +++ b/docs/ZennoPoster/Hello/ZennoPoster_System_Requirements.mdx @@ -45,4 +45,4 @@ Windows Server 2019–2025 (Server Core не поддерживается); ::: Примечания: -Системные требования шаблонов необходимо уточнять у его разработчика. \ No newline at end of file +Системные требования конкретного шаблона могут отличаться от базовых — уточняйте их у разработчика шаблона. \ No newline at end of file diff --git a/docs/ZennoPoster/intro.md b/docs/ZennoPoster/intro.md deleted file mode 100644 index faeafd8c..00000000 --- a/docs/ZennoPoster/intro.md +++ /dev/null @@ -1,22 +0,0 @@ -# Добро пожаловать в документацию ZennoPoster - -ZennoPoster — это мощный инструмент для автоматизации работы с браузерами и веб-сайтами. Он позволяет создавать проекты для автоматического выполнения различных задач без знания программирования. - -## Основные возможности - -- 🌐 **Автоматизация браузеров** — работа с любыми веб-сайтами -- 🔧 **Визуальный редактор** — создание проектов без кода -- 🚀 **Многопоточность** — запуск множества проектов одновременно -- 📊 **Аналитика** — подробная статистика выполнения -- 🔄 **Интеграции** — работа с базами данных, API и файлами - -## С чего начать? - -1. [Основы работы](./basics/getting-started) - изучите основные понятия -2. Установка и настройка -3. Создание первого проекта -4. Запуск и мониторинг - ---- - -*ZennoPoster разработан командой ZennoLab и является флагманским продуктом для автоматизации веб-браузеров.* \ No newline at end of file diff --git a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/install-and-setting/ZennoBrowser_System_Requirements.mdx b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/install-and-setting/ZennoBrowser_System_Requirements.mdx index 1a05b811..44597d7d 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/install-and-setting/ZennoBrowser_System_Requirements.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/install-and-setting/ZennoBrowser_System_Requirements.mdx @@ -34,4 +34,4 @@ Windows Server 2019–2025 (Server Core not supported) - **Availability:** a physical graphics card Notes: -The system requirements for templates must be clarified with their developer. \ No newline at end of file +System requirements for a specific template may differ from the base ones—check them with the template developer. \ No newline at end of file diff --git a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/folder-management/creating-new-profile-folder.mdx b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/folder-management/creating-new-profile-folder.mdx index 2a4d43f6..27944af9 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/folder-management/creating-new-profile-folder.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/folder-management/creating-new-profile-folder.mdx @@ -77,7 +77,7 @@ Api-Token: Token from **UserArea2**. Returns the ID of the newly created profile folder: ``` -123e4567-e89b-12d3-a456-426614174000 +"123e4567-e89b-12d3-a456-426614174000" ``` **Error Response (500):** diff --git a/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx b/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx index 90022843..b0f6672a 100644 --- a/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx +++ b/i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/ZennoPoster_System_Requirements.mdx @@ -46,4 +46,4 @@ When Windows scaling is increased (e.g., 125% or higher), the interface and over ::: Note: -The system requirements for templates should be confirmed with their developer. \ No newline at end of file +System requirements for a specific template may differ from the base ones—check them with the template developer. \ No newline at end of file