支持商业版本状态查询

This commit is contained in:
刘祥超
2023-03-31 14:06:01 +08:00
parent d124c9be18
commit 964524816f
3 changed files with 23 additions and 3 deletions

View File

@@ -7,3 +7,11 @@ package nodes
func (this *Node) reloadCommonScripts() error {
return nil
}
func (this *Node) reloadIPLibrary() {
}
func (this *Node) notifyPlusChange() error {
return nil
}