mirror of
				https://github.com/kenzok8/openwrt-packages.git
				synced 2025-10-30 07:50:37 +08:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
		
			180 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			180 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ![github-actions[bot]](/assets/img/avatar_default.png)  | 
 | ||
|  | local m | ||
|  | local sys = require "luci.sys" | ||
|  | local uci = luci.model.uci.cursor() | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | m = Map("clash") | ||
|  | m:section(SimpleSection).template  = "clash/status" | ||
|  | m.pageaction = false | ||
|  | 
 | ||
|  | return m | ||
|  | 
 |