Skip to content

Commit

Permalink
@misc add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
shaqihe committed Dec 27, 2017
1 parent 1edf75d commit faf1d98
Show file tree
Hide file tree
Showing 28 changed files with 184 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,4 +1,3 @@
.DS_Store
node_modules/
dist/
npm-debug.log
16 changes: 16 additions & 0 deletions dist/index.html
@@ -0,0 +1,16 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><title>萝卜土豆大辣椒</title><script>//动态计算font-size基础值
(function(doc, win) {
var docEl = doc.documentElement,
resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize',
recalc = function() {
var clientWidth = docEl.clientWidth;
if (!clientWidth) return;
if (clientWidth > 700) {
clientWidth = 700;
};
docEl.style.fontSize = 16 * (clientWidth / 375) + 'px';
};
if (!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=/static/css/app.73620e347929c1fc18f2f2121d9fb456.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.8f089253ef9a82cc50e0.js></script><script type=text/javascript src=/static/js/vendor.f19020d9d470aef55a76.js></script><script type=text/javascript src=/static/js/app.ae590d955e62fcec15e2.js></script></body></html>
2 changes: 2 additions & 0 deletions dist/static/css/app.73620e347929c1fc18f2f2121d9fb456.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file added dist/static/fonts/iconfont.4edb7c1.ttf
Binary file not shown.
Binary file added dist/static/fonts/iconfont.8d126b5.eot
Binary file not shown.
Binary file added dist/static/img/5.f79638d.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/static/img/5fe.63247f8.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions dist/static/img/iconfont.9b09e0f.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions dist/static/js/0.3877724db089f7e4789c.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/static/js/0.3877724db089f7e4789c.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/static/js/1.11c678e92e6633c07c7c.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/static/js/1.11c678e92e6633c07c7c.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/static/js/2.41d5e7d04f62283e6cf1.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/static/js/2.41d5e7d04f62283e6cf1.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/static/js/3.a2b16aebb9d3359b0a7a.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/static/js/3.a2b16aebb9d3359b0a7a.js.map

Large diffs are not rendered by default.

0 comments on commit faf1d98

Please sign in to comment.