mirror of
				https://github.com/kenzok8/openwrt-packages.git
				synced 2025-10-30 07:50:37 +08:00 
			
		
		
		
	update 2025-08-10 20:37:10
This commit is contained in:
		| @ -1,122 +1,107 @@ | |||||||
| ## 访问数:[](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) |  [](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) | ||||||
| ### 访问数:[] [](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) |  | ||||||
|  | <h1 align="center"> | ||||||
|  |   <br>luci-app-partexp<br> | ||||||
|  | </h1> | ||||||
|  |  | ||||||
|  |   <p align="center"> | ||||||
|  |  | ||||||
|  |   <a target="_blank" href="https://github.com/sirpdboy/luci-app-partexp/releases"> | ||||||
|  |     <img src="https://img.shields.io/github/release/sirpdboy/luci-app-partexp.svg?style=flat-square&label=luci-app-partexp&colorB=green"> | ||||||
|  |   </a> | ||||||
|  | </p> | ||||||
|  |  | ||||||
|  | [中文] | [English](README.md)  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| = | Please read this page carefully, which includes precautions and instructions on how to use it. | ||||||
| # luci-app-partexp |  | ||||||
|  |  | ||||||
| luci-app-partexp 一键自动格式化分区、扩容、自动挂载插件 |  | ||||||
| [](#解决-github-网页上图片显示失败的问题) [](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) |  | ||||||
|  |  | ||||||
| [luci-app-partexp](https://github.com/sirpdboy/luci-app-partexp) |  | ||||||
| ====================== |  | ||||||
|  |  | ||||||
|  |  | ||||||
| 请 **认真阅读完毕** 本页面,本页面包含注意事项和如何使用。 | #### One click automatic formatting of partitions, expansion, and automatic mounting of plugins, designed specifically for OPENWRT to simplify the tedious operation of partition mounting for OPENWRT. This plugin requires a lot of effort from Sirpdboy to create and test. Please do not delete the creator's information!! | ||||||
|  |  | ||||||
| ## 功能说明: | ## Version | ||||||
|  |  | ||||||
|  | - Latest update version number: V1.3.1 | ||||||
|  | - Update Date: March 26, 2025 | ||||||
|  | - Update content: | ||||||
|  | - Reorganize the partition expansion code and address some unreasonable areas. | ||||||
|  | - Add the format for the target partition, which can be specified as ext4, ntfs, Btrfs, or no format. | ||||||
|  | - When used as a root directory/or/overlay, it will be formatted in ext4 format. | ||||||
|  | - At present, the testing on X86 machines is completely normal, and it has not been tested on other routing devices. Please submit the hard disk partition status and error message if there are any issues. | ||||||
|  |  | ||||||
|   |   | ||||||
| #### 一键自动格式化分区、扩容、自动挂载插件,专为OPENWRT设计,简化OPENWRT在分区挂载上烦锁的操作。本插件是sirpdboy耗费大量精力制作测试,请勿删除制作者信息!! |  | ||||||
|   |   | ||||||
| <!-- TOC --> | ## Characteristics | ||||||
|  | Luci app parexp automatically obtains formatted partition expansion and automatically mounts plugins | ||||||
| - [partexp](#luci-app-partexp) |  | ||||||
|   - [特性](#特性) |  | ||||||
|   - [使用方法](#使用方法) |  | ||||||
|   - [说明](#说明) |  | ||||||
|   - [界面](#界面) |  | ||||||
|   - [捐助](#捐助) |  | ||||||
|  |  | ||||||
| <!-- /TOC --> |  | ||||||
|  |  | ||||||
| ## 版本 |  | ||||||
|  |  | ||||||
| - 最新更新版本号: V1.3.1 |  | ||||||
| - 更新日期:2025年3月26日 |  | ||||||
| - 更新内容: |  | ||||||
| - 重新整理分区扩容代码,解决一些不合理的地方。 |  | ||||||
| - 加入对目标分区的格式,可以指定格式化为ext4,ntfs和Btrfs以及不格式化。 |  | ||||||
| - 当做为根目录 /或者 /overlay时,密然会格式化为ext4格式。 |  | ||||||
| - 目前在X86的机器上测试完全正常,其它路由设备上未测试。有问题请提交硬盘分区情况和错误提示。 |  | ||||||
|  |  | ||||||
|  |  | ||||||
| ## 特性 |  | ||||||
|  luci-app-partexp 自动获格式化分区扩容,自动挂载插件 |  | ||||||
|  |  | ||||||
| ## 使用方法 | ### Method for downloading source code: | ||||||
|  |  | ||||||
| - 将luci-app-partexp添加至 LEDE/OpenWRT 源码的方法。 |  | ||||||
|  |  | ||||||
| ### 下载源码方法: |  | ||||||
|  |  | ||||||
|  ```Brach |  ```Brach | ||||||
|   |     # downloading | ||||||
|     # 下载源码 |  | ||||||
| 	 |  | ||||||
|     git clone https://github.com/sirpdboy/luci-app-partexp.git package/luci-app-partexp |     git clone https://github.com/sirpdboy/luci-app-partexp.git package/luci-app-partexp | ||||||
|     make menuconfig |     make menuconfig | ||||||
| 	 | 	 | ||||||
|  ```  |  ```  | ||||||
| ### 配置菜单 | ### Configuration Menu | ||||||
|  |  | ||||||
|  ```Brach |  ```Brach | ||||||
|     make menuconfig |     make menuconfig | ||||||
| 	# 找到 LuCI -> Applications, 选择 luci-app-partexp, 保存后退出。 | 	# find LuCI -> Applications, select luci-app-partexp, save and exit | ||||||
|  ```  |  ```  | ||||||
|   | ### compile | ||||||
| ### 编译 |  | ||||||
|  |  | ||||||
|  ```Brach  |  ```Brach  | ||||||
|     # 编译固件 |     # compile | ||||||
|     make package/luci-app-partexp/compile V=s |     make package/luci-app-partexp/compile V=s | ||||||
|  ``` |  ``` | ||||||
|  |  | ||||||
| ## 说明 |  | ||||||
|  |  | ||||||
|  | ## describe | ||||||
|  |  | ||||||
|  | - luci-app-partexp:https://github.com/sirpdboy/luci-app-partexp | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| ## 界面 | ## interface | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| # My other project | # My other project | ||||||
|  |  | ||||||
| - 路由安全看门狗 :https://github.com/sirpdboy/luci-app-watchdog | - Watch Dog : https://github.com/sirpdboy/luci-app-watchdog | ||||||
| - 网络速度测试 :https://github.com/sirpdboy/luci-app-netspeedtest | - Net Speedtest : https://github.com/sirpdboy/luci-app-netspeedtest | ||||||
| - 计划任务插件(原定时设置) : https://github.com/sirpdboy/luci-app-taskplan | - Task Plan : https://github.com/sirpdboy/luci-app-taskplan | ||||||
| - 关机功能插件 : https://github.com/sirpdboy/luci-app-poweroffdevice | - Power Off Device : https://github.com/sirpdboy/luci-app-poweroffdevice | ||||||
| - opentopd主题 : https://github.com/sirpdboy/luci-theme-opentopd | - OpentoPD Theme : https://github.com/sirpdboy/luci-theme-opentopd | ||||||
| - kucat酷猫主题: https://github.com/sirpdboy/luci-theme-kucat | - Ku Cat Theme : https://github.com/sirpdboy/luci-theme-kucat | ||||||
| - kucat酷猫主题设置工具: https://github.com/sirpdboy/luci-app-kucat-config | - Ku Cat Theme Config : https://github.com/sirpdboy/luci-app-kucat-config | ||||||
| - NFT版上网时间控制插件: https://github.com/sirpdboy/luci-app-timecontrol | - NFT Time Control : https://github.com/sirpdboy/luci-app-timecontrol | ||||||
| - 家长控制: https://github.com/sirpdboy/luci-theme-parentcontrol | - Parent Control: https://github.com/sirpdboy/luci-theme-parentcontrol | ||||||
| - 定时限速: https://github.com/sirpdboy/luci-app-eqosplus | - Eqos Plus: https://github.com/sirpdboy/luci-app-eqosplus | ||||||
| - 系统高级设置 : https://github.com/sirpdboy/luci-app-advanced | - Advanced : https://github.com/sirpdboy/luci-app-advanced | ||||||
| - ddns-go动态域名: https://github.com/sirpdboy/luci-app-ddns-go | - ddns-go : https://github.com/sirpdboy/luci-app-ddns-go | ||||||
| - 进阶设置(系统高级设置+主题设置kucat/agron/opentopd): https://github.com/sirpdboy/luci-app-advancedplus | - Advanced Plus): https://github.com/sirpdboy/luci-app-advancedplus | ||||||
| - 网络设置向导: https://github.com/sirpdboy/luci-app-netwizard | - Net Wizard: https://github.com/sirpdboy/luci-app-netwizard | ||||||
| - 一键分区扩容: https://github.com/sirpdboy/luci-app-partexp | - Part Exp: https://github.com/sirpdboy/luci-app-partexp | ||||||
| - lukcy大吉: https://github.com/sirpdboy/luci-app-lukcy | - Lukcy: https://github.com/sirpdboy/luci-app-lukcy | ||||||
|  |  | ||||||
|  | ## HELP | ||||||
|  |  | ||||||
| ## 使用与授权相关说明 | |     <img src="https://img.shields.io/badge/-Alipay-F5F5F5.svg" href="#赞助支持本项目-" height="25" alt="图飞了"/>  |  <img src="https://img.shields.io/badge/-WeChat-F5F5F5.svg" height="25" alt="图飞了" href="#赞助支持本项目-"/>  |  | ||||||
|   |  | ||||||
| - 本人开源的所有源码,任何引用需注明本处出处,如需修改二次发布必告之本人,未经许可不得做于任何商用用途。 |  | ||||||
|  |  | ||||||
|  |  | ||||||
| ## 捐助 |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| |     <img src="https://img.shields.io/badge/-支付宝-F5F5F5.svg" href="#赞助支持本项目-" height="25" alt="图飞了😂"/>  |  <img src="https://img.shields.io/badge/-微信-F5F5F5.svg" height="25" alt="图飞了😂" href="#赞助支持本项目-"/>  |  |  | ||||||
| | :-----------------: | :-------------: | | | :-----------------: | :-------------: | | ||||||
| | |  | | | |  | | ||||||
|  |  | ||||||
| <a href="#readme"> | <a href="#readme"> | ||||||
|     <img src="https://img.shields.io/badge/-返回顶部-orange.svg" alt="图飞了😂" title="返回顶部" align="right"/> |     <img src="https://img.shields.io/badge/-TOP-orange.svg" alt="no" title="Return TOP" align="right"/> | ||||||
| </a> | </a> | ||||||
|  |  | ||||||
|  |  [](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) | ||||||
|  | |||||||
							
								
								
									
										133
									
								
								luci-app-partexp/README_CN.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										133
									
								
								luci-app-partexp/README_CN.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,133 @@ | |||||||
|  |  [](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) | ||||||
|  |  | ||||||
|  | <h1 align="center"> | ||||||
|  |   <br>Partexp<br> | ||||||
|  | </h1> | ||||||
|  |  | ||||||
|  |   <p align="center"> | ||||||
|  |  | ||||||
|  |   <a target="_blank" href="https://github.com/sirpdboy/luci-app-partexp/releases"> | ||||||
|  |     <img src="https://img.shields.io/github/release/sirpdboy/luci-app-partexp.svg?style=flat-square&label=partexp&colorB=green"> | ||||||
|  |   </a> | ||||||
|  | </p> | ||||||
|  |  | ||||||
|  | [中文] | [English](README.md)  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  | [luci-app-partexp](https://github.com/sirpdboy/luci-app-partexp) 一键自动格式化分区、扩容、自动挂载插件 | ||||||
|  |  | ||||||
|  |  | ||||||
|  | 请 **认真阅读完毕** 本页面,本页面包含注意事项和如何使用。 | ||||||
|  |  | ||||||
|  | ## 功能说明: | ||||||
|  |  | ||||||
|  |  | ||||||
|  | #### 一键自动格式化分区、扩容、自动挂载插件,专为OPENWRT设计,简化OPENWRT在分区挂载上烦锁的操作。本插件是sirpdboy耗费大量精力制作测试,请勿删除制作者信息!! | ||||||
|  |  | ||||||
|  | <!-- TOC --> | ||||||
|  |  | ||||||
|  | - [partexp](#luci-app-partexp) | ||||||
|  |   - [特性](#特性) | ||||||
|  |   - [使用方法](#使用方法) | ||||||
|  |   - [说明](#说明) | ||||||
|  |   - [界面](#界面) | ||||||
|  |   - [捐助](#捐助) | ||||||
|  |  | ||||||
|  | <!-- /TOC --> | ||||||
|  |  | ||||||
|  | ## 版本 | ||||||
|  |  | ||||||
|  | - 最新更新版本号: V1.3.1 | ||||||
|  | - 更新日期:2025年3月26日 | ||||||
|  | - 更新内容: | ||||||
|  | - 重新整理分区扩容代码,解决一些不合理的地方。 | ||||||
|  | - 加入对目标分区的格式,可以指定格式化为ext4,ntfs和Btrfs以及不格式化。 | ||||||
|  | - 当做为根目录 /或者 /overlay时,密然会格式化为ext4格式。 | ||||||
|  | - 目前在X86的机器上测试完全正常,其它路由设备上未测试。有问题请提交硬盘分区情况和错误提示。 | ||||||
|  |  | ||||||
|  |   | ||||||
|  | ## 特性 | ||||||
|  |  luci-app-partexp 自动获格式化分区扩容,自动挂载插件 | ||||||
|  |  | ||||||
|  | ## 使用方法 | ||||||
|  |  | ||||||
|  | - 将luci-app-partexp添加至 LEDE/OpenWRT 源码的方法。 | ||||||
|  |  | ||||||
|  | ### 下载源码方法: | ||||||
|  |  | ||||||
|  |  ```Brach | ||||||
|  |   | ||||||
|  |     # 下载源码 | ||||||
|  | 	 | ||||||
|  |     git clone https://github.com/sirpdboy/luci-app-partexp.git package/luci-app-partexp | ||||||
|  |     make menuconfig | ||||||
|  | 	 | ||||||
|  |  ```  | ||||||
|  | ### 配置菜单 | ||||||
|  |  | ||||||
|  |  ```Brach | ||||||
|  |     make menuconfig | ||||||
|  | 	# 找到 LuCI -> Applications, 选择 luci-app-partexp, 保存后退出。 | ||||||
|  |  ```  | ||||||
|  |   | ||||||
|  | ### 编译 | ||||||
|  |  | ||||||
|  |  ```Brach  | ||||||
|  |     # 编译固件 | ||||||
|  |     make package/luci-app-partexp/compile V=s | ||||||
|  |  ``` | ||||||
|  |  | ||||||
|  | ## 说明 | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  | ## 界面 | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  | ## 使用与授权相关说明 | ||||||
|  |   | ||||||
|  | - 本人开源的所有源码,任何引用需注明本处出处,如需修改二次发布必告之本人,未经许可不得做于任何商用用途。 | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  | # My other project | ||||||
|  |  | ||||||
|  | - 路由安全看门狗 :https://github.com/sirpdboy/luci-app-watchdog | ||||||
|  | - 网络速度测试 :https://github.com/sirpdboy/luci-app-netspeedtest | ||||||
|  | - 计划任务插件(原定时设置) : https://github.com/sirpdboy/luci-app-taskplan | ||||||
|  | - 关机功能插件 : https://github.com/sirpdboy/luci-app-poweroffdevice | ||||||
|  | - opentopd主题 : https://github.com/sirpdboy/luci-theme-opentopd | ||||||
|  | - kucat酷猫主题: https://github.com/sirpdboy/luci-theme-kucat | ||||||
|  | - kucat酷猫主题设置工具: https://github.com/sirpdboy/luci-app-kucat-config | ||||||
|  | - NFT版上网时间控制插件: https://github.com/sirpdboy/luci-app-timecontrol | ||||||
|  | - 家长控制: https://github.com/sirpdboy/luci-theme-parentcontrol | ||||||
|  | - 定时限速: https://github.com/sirpdboy/luci-app-eqosplus | ||||||
|  | - 系统高级设置 : https://github.com/sirpdboy/luci-app-advanced | ||||||
|  | - ddns-go动态域名: https://github.com/sirpdboy/luci-app-ddns-go | ||||||
|  | - 进阶设置(系统高级设置+主题设置kucat/agron/opentopd): https://github.com/sirpdboy/luci-app-advancedplus | ||||||
|  | - 网络设置向导: https://github.com/sirpdboy/luci-app-netwizard | ||||||
|  | - 一键分区扩容: https://github.com/sirpdboy/luci-app-partexp | ||||||
|  | - lukcy大吉: https://github.com/sirpdboy/luci-app-lukcy | ||||||
|  |  | ||||||
|  | ## 捐助 | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  | |     <img src="https://img.shields.io/badge/-支付宝-F5F5F5.svg" href="#赞助支持本项目-" height="25" alt="图飞了"/>  |  <img src="https://img.shields.io/badge/-微信-F5F5F5.svg" height="25" alt="图飞了" href="#赞助支持本项目-"/>  |  | ||||||
|  | | :-----------------: | :-------------: | | ||||||
|  | | |  | | ||||||
|  |  | ||||||
|  | <a href="#readme"> | ||||||
|  |     <img src="https://img.shields.io/badge/-返回顶部-orange.svg" alt="图飞了" title="返回顶部" align="right"/> | ||||||
|  | </a> | ||||||
|  |  | ||||||
|  |   [](https://t.me/joinchat/AAAAAEpRF88NfOK5vBXGBQ) | ||||||
|  |  | ||||||
							
								
								
									
										
											BIN
										
									
								
								luci-app-partexp/doc/partexp0.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								luci-app-partexp/doc/partexp0.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 794 KiB | 
		Reference in New Issue
	
	Block a user
	 actions-user
					actions-user