From d29f50263e4a8e6cfd3f9f93de26ae69b37f4b10 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:45:05 +0800 Subject: [PATCH] Update readme --- README-en.md | 13 +++++++------ README.md | 7 +------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/README-en.md b/README-en.md index 0ce8eca41..d9c8e94b5 100644 --- a/README-en.md +++ b/README-en.md @@ -12,12 +12,6 @@ - [1. Introduction](#1-introduction) - [1Panel Third-Party App Store Categories and Introduction](#1panel-third-party-app-store-categories-and-introduction) - [2. Usage](#2-usage) - - [2.1 Domestic Network](#21-domestic-network) - - [2.1.1 Getting Apps via Git Command](#211-getting-apps-via-git-command) - - [2.1.2 Getting Apps via Compressed Package](#212-getting-apps-via-compressed-package) - - [2.2 International Network](#22-international-network) - - [2.2.1 Getting Apps via Git Command](#221-getting-apps-via-git-command) - - [2.2.2 Getting Apps via Compressed Package](#222-getting-apps-via-compressed-package) - [3. Remarks](#3-remarks) - [4. App Overview](#4-app-overview) - [5. Contributors](#5-contributors) @@ -46,6 +40,13 @@ These are some configurations of docker applications adapted for the `1Panel` st Dedicated to running various Docker applications with just one click. Enjoy convenience and efficiency without complex configurations. +### Repository Branch Description +- `localApps`:Main branch +- `config`: Configuration file branch, specifically for editing the configuration files of this repository +- `patch/*`: Used for temporary branches during editing +- `renovate/*`: Temporarily created by the renovatebot +- `script`: Branch for storing scripts + ## 2. Usage In the `Shell Script` task type in the `1Panel` scheduled tasks, add and execute the following command, or run the following command in the terminal: diff --git a/README.md b/README.md index c9cffa235..94eb1cef7 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,6 @@ - [1. 简介](#1-简介) - [1Panel第三方应用商店应用分类合集与介绍](#1panel第三方应用商店应用分类合集与介绍) - [2. 使用方式](#2-使用方式) - - [2.1 国内网络](#21-国内网络) - - [2.1.1 使用 git 命令获取应用](#211-使用-git-命令获取应用) - - [2.1.2 使用压缩包方式获取应用](#212-使用压缩包方式获取应用) - - [2.2 国际互联网络](#22-国际互联网络) - - [2.2.1 使用 git 命令获取应用](#221-使用-git-命令获取应用) - - [2.2.2 使用压缩包方式获取应用](#222-使用压缩包方式获取应用) - [3. 备注](#3-备注) - [4. 应用一览图](#4-应用一览图) - [5. 致谢](#5-致谢) @@ -50,6 +44,7 @@ - `config`:配置文件分支,专门用于编辑本仓库的配置文件 - `patch/*`:用于编辑时的临时分支 - `renovate/*`:机器人产生的临时分支 +- `script`:用于存放脚本的分支 ## 2. 使用方式