Skip to content

Contents

api

"module": "nhxprofile",
"version": "1.0",
"api": "nhxprofile_get_config",
"module": "nhxprofile",
"version": "1.0",
"api": "nhxprofile_set_config",

模板配置示例

config group 'g1'
option comment 'default39'
config config 'nhxprofile_g1'
"option":"value"
"11":"22"
"":""

变量

config group 'gA'
option comment 'B'
config config 'nhxprofile_gA'
"C":"D"
  • A:数字0-n
  • B:任意字符
  • C:任意字符
  • D:任意字符