QuickStart.js 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /**
  2. * Created by Jacky.gao on 2016/8/10.
  3. */
  4. import React,{Component,PropTypes} from 'react';
  5. export default class QuickStart extends Component{
  6. render(){
  7. return (
  8. <div style={{fontSize: '14px',fontFamily: 'Microsoft YaHei UI, Microsoft YaHei',margin:'10px'}}><h1 style={{textAlign:"center"}}>欢迎您使用URULE开源免费版本</h1>
  9. <div style={{marginTop:"20px"}}>
  10. 您当前正在使用的是URULE开源免费版本,Github地址为:<a href="https://github.com/youseries/urule" target="_blank">https://github.com/youseries/urule</a>。
  11. <div style={{marginTop:"10px"}}>如果您需要更多功能,更完善的技术支持,可以选择<a href="http://www.bstek.com/products/urule" target="_blank"><strong>URULE PRO</strong></a>版,点击<a href="http://www.bstek.com/products/urule" target="_blank">此处</a>了解更多URULE PRO版信息</div>
  12. </div>
  13. <table className="table table-bordered" style={{marginTop:'20px'}}>
  14. <thead>
  15. <tr style={{background:'#fdfdfd',textAlign:"left",verticalAlign:'middle',fontSize:'18px',color:'#7b7a7a'}}><td colSpan="3">URULE PRO版与开源版主要功能比较</td></tr>
  16. </thead>
  17. <tbody>
  18. <tr style={{fontSize:'14pt',background:'#98908d',color:'#fff'}}>
  19. <td style={{width:'200px'}}>特性</td>
  20. <td>URULE PRO版</td>
  21. <td>URULE开源版</td>
  22. </tr>
  23. <tr>
  24. <td>向导式决策集</td>
  25. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  26. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  27. </tr>
  28. <tr>
  29. <td>脚本式决策集</td>
  30. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  31. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  32. </tr>
  33. <tr>
  34. <td>决策树</td>
  35. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  36. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  37. </tr>
  38. <tr>
  39. <td>决策流</td>
  40. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  41. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  42. </tr>
  43. <tr>
  44. <td>决策表</td>
  45. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  46. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  47. </tr>
  48. <tr>
  49. <td>交叉决策表</td>
  50. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  51. <td><i className="glyphicon glyphicon-remove" style={{fontSize:'20px',color:'red'}}></i></td>
  52. </tr>
  53. <tr>
  54. <td>文件名、项目名重构</td>
  55. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  56. <td><i className="glyphicon glyphicon-remove" style={{fontSize:'20px',color:'red'}}></i></td>
  57. </tr>
  58. <tr>
  59. <td>参数名、变量常量名重构</td>
  60. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  61. <td><i className="glyphicon glyphicon-remove" style={{fontSize:'20px',color:'red'}}></i></td>
  62. </tr>
  63. <tr>
  64. <td>Excel决策表导入</td>
  65. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  66. <td><i className="glyphicon glyphicon-remove" style={{fontSize:'20px',color:'red'}}></i></td>
  67. </tr>
  68. <tr>
  69. <td>规则集模版保存与加载</td>
  70. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  71. <td><i className="glyphicon glyphicon-remove" style={{fontSize:'20px',color:'red'}}></i></td>
  72. </tr>
  73. <tr>
  74. <td>循环规则多循环单元支持</td>
  75. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  76. <td><i className="glyphicon glyphicon-remove" style={{fontSize:'20px',color:'red'}}></i></td>
  77. </tr>
  78. <tr>
  79. <td>导入项目自动重命名功能</td>
  80. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  81. <td><i className="glyphicon glyphicon-remove" style={{fontSize:'20px',color:'red'}}></i></td>
  82. </tr>
  83. <tr>
  84. <td>性能调优</td>
  85. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  86. <td><i className="glyphicon glyphicon-remove" style={{fontSize:'20px',color:'red'}}></i></td>
  87. </tr>
  88. <tr>
  89. <td>更为完善的文件读写权限控制</td>
  90. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  91. <td><i className="glyphicon glyphicon-remove" style={{fontSize:'20px',color:'red'}}></i></td>
  92. </tr>
  93. <tr>
  94. <td>技术支持</td>
  95. <td><i className="glyphicon glyphicon-ok" style={{fontSize:'20px',color:'green'}}></i></td>
  96. <td><i className="glyphicon glyphicon-remove" style={{fontSize:'20px',color:'red'}}></i></td>
  97. </tr>
  98. </tbody>
  99. </table>
  100. </div>
  101. );
  102. }
  103. };