您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
276 B

  1. {application, {{appid}},
  2. [
  3. {description, ""},
  4. {vsn, "1"},
  5. {modules, [
  6. {{appid}}_app,
  7. {{appid}}_sup
  8. ]},
  9. {registered, []},
  10. {applications, [
  11. kernel,
  12. stdlib
  13. ]},
  14. {env, []}
  15. ]}.