14 Star 69 Fork 22

antv / Graphin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cname.js 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
PomeloTerminal 提交于 2021-02-18 13:56 . docs:update site docs
/* eslint-disable @typescript-eslint/no-var-requires */
const fs = require('fs');
const path = require('path');
const siteUrl = 'graphin.antv.vision';
fs.writeFile(path.resolve(__dirname, 'dist', 'CNAME'), siteUrl, err => {
if (err) {
throw err;
}
console.log('The CNAME was succesfully created!');
});
JavaScript
1
https://gitee.com/antv/graphin.git
git@gitee.com:antv/graphin.git
antv
graphin
Graphin
master

搜索帮助