代码完成,初次提交

This commit is contained in:
kangkang520
2018-11-27 22:20:14 +08:00
commit 23d06f1e38
9 changed files with 372 additions and 0 deletions

5
dist/index.js vendored Normal file
View File

@ -0,0 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const favicon_1 = require("./favicon");
exports.favicon = favicon_1.favicon;
module.exports = { favicon: favicon_1.favicon };