1
0
Fork 0

Update readme

This commit is contained in:
pooneyy 2025-06-19 21:45:05 +08:00
parent 3d7e945772
commit d29f50263e
2 changed files with 8 additions and 12 deletions

View File

@ -12,12 +12,6 @@
- [1. Introduction](#1-introduction) - [1. Introduction](#1-introduction)
- [1Panel Third-Party App Store Categories and Introduction](#1panel-third-party-app-store-categories-and-introduction) - [1Panel Third-Party App Store Categories and Introduction](#1panel-third-party-app-store-categories-and-introduction)
- [2. Usage](#2-usage) - [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) - [3. Remarks](#3-remarks)
- [4. App Overview](#4-app-overview) - [4. App Overview](#4-app-overview)
- [5. Contributors](#5-contributors) - [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. 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 ## 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: 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:

View File

@ -11,12 +11,6 @@
- [1. 简介](#1-简介) - [1. 简介](#1-简介)
- [1Panel第三方应用商店应用分类合集与介绍](#1panel第三方应用商店应用分类合集与介绍) - [1Panel第三方应用商店应用分类合集与介绍](#1panel第三方应用商店应用分类合集与介绍)
- [2. 使用方式](#2-使用方式) - [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-备注) - [3. 备注](#3-备注)
- [4. 应用一览图](#4-应用一览图) - [4. 应用一览图](#4-应用一览图)
- [5. 致谢](#5-致谢) - [5. 致谢](#5-致谢)
@ -50,6 +44,7 @@
- `config`:配置文件分支,专门用于编辑本仓库的配置文件 - `config`:配置文件分支,专门用于编辑本仓库的配置文件
- `patch/*`:用于编辑时的临时分支 - `patch/*`:用于编辑时的临时分支
- `renovate/*`:机器人产生的临时分支 - `renovate/*`:机器人产生的临时分支
- `script`:用于存放脚本的分支
## 2. 使用方式 ## 2. 使用方式