本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 satır
311B

  1. /* globals gitGraph */
  2. $(document).ready(function () {
  3. const graphList = [];
  4. if (!document.getElementById('graph-canvas')) {
  5. return;
  6. }
  7. $("#graph-raw-list li span.node-relation").each(function () {
  8. graphList.push($(this).text());
  9. })
  10. gitGraph(document.getElementById('graph-canvas'), graphList);
  11. })
上海开阖软件有限公司 沪ICP备12045867号-1