mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
feat: reduce module depth limit from 3 to 2
This commit is contained in:
parent
bb4b35bfe8
commit
b1d13f501f
|
|
@ -25,7 +25,7 @@ def get_module_type(source):
|
|||
return None
|
||||
|
||||
|
||||
MODULE_DEPTH = 3 # Module 不能超过3层
|
||||
MODULE_DEPTH = 2 # Module 不能超过3层
|
||||
|
||||
|
||||
def check_depth(source, parent_id, current_depth=0):
|
||||
|
|
|
|||
Loading…
Reference in New Issue