mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-05-14 01:34:03 +08:00
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
/* global hexo */
|
|
|
|
hexo.extend.tag.register('proxyDockerVersion', function(args) {
|
|
return '1.1';
|
|
});
|