设备增加网络配置,增加编程文件传输接口

This commit is contained in:
胡尧
2025-04-16 17:21:36 +08:00
parent 2100ee9590
commit 9c713c2a37
10 changed files with 311 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
{
'name': '机企猫 报工系统API',
'version': '1.0.0',
'summary': """ 机企猫 报工系统API """,
'author': '机企猫',
'website': 'https://xt.sf.jikimo.com',
'category': 'sf',
'depends': ['base', 'sf_maintenance', 'jikimo_mini_program'],
'data': [
],
'application': True,
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}