This website works better with JavaScript
Главная
Обзор
Помощь
Вход
waibao
/
NN2022100801
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
0933f9abee
Ветки
Метки
master
NN2022100801
/
addons
/
web
/
node_modules
/
@antv
/
scale
/
bundler
/
data
/
template.js
template.js
99 B
История
Исходник
1
2
3
4
5
module.exports = blocks => `
const scale = require('./core');
${blocks}
module.exports = scale;
`;