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

pricing.yml 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ---
  2. pricing:
  3. enable: false
  4. title: Our Plans
  5. pricing_table:
  6. - name: Free
  7. price: "$99"
  8. unit: month
  9. services:
  10. - 1GB Disk Space
  11. - 10 Email Account
  12. - Script Installer
  13. - 1 GB Storage
  14. - 10 GB Bandwidth
  15. - 24/7 Tech Support
  16. button:
  17. label: Signup
  18. link: "#"
  19. - name: Silver
  20. price: "$149"
  21. unit: month
  22. services:
  23. - 1GB Disk Space
  24. - 10 Email Account
  25. - Script Installer
  26. - 1 GB Storage
  27. - 10 GB Bandwidth
  28. - 24/7 Tech Support
  29. button:
  30. label: Signup
  31. link: "#"
  32. - name: Gold
  33. price: "$199"
  34. unit: month
  35. services:
  36. - 1GB Disk Space
  37. - 10 Email Account
  38. - Script Installer
  39. - 1 GB Storage
  40. - 10 GB Bandwidth
  41. - 24/7 Tech Support
  42. button:
  43. label: Signup
  44. link: "#"
  45. - name: Platinum
  46. price: "$299"
  47. unit: month
  48. services:
  49. - 1GB Disk Space
  50. - 10 Email Account
  51. - Script Installer
  52. - 1 GB Storage
  53. - 10 GB Bandwidth
  54. - 24/7 Tech Support
  55. button:
  56. label: Signup
  57. link: "#"