├── .gitignore ├── README.md ├── index.html ├── main.css └── main.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so1ve/yingxiaohao/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 营销号生成器 2 | 3 | ### Live Demo / 在线演示: 4 | 5 | --- 6 | 7 | **2020/4/20更新:** 8 | 9 | 增加了一个新模板。 -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so1ve/yingxiaohao/HEAD/index.html -------------------------------------------------------------------------------- /main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so1ve/yingxiaohao/HEAD/main.css -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/so1ve/yingxiaohao/HEAD/main.js --------------------------------------------------------------------------------