Skip to content

Commit

Permalink
2020/11/02 周一 16:20:08.08: Updated By CCKNBC Local
Browse files Browse the repository at this point in the history
  • Loading branch information
CCKNBC committed Nov 2, 2020
1 parent a151258 commit daf2326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ gulp.task("watch", function () {
connect.server({
root: "dist",
livereload: true,
port: 5000,
port: 4000,
});
});
2 changes: 2 additions & 0 deletions src/components/scripts.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
script(src="https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js")
script(src="https://cdn.jsdelivr.net/npm/jquery-backstretch@2.1.17/jquery.backstretch.min.js")
script(src="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@latest/dist/jquery.fancybox.min.js")
<script data-ad-client="ca-pub-4962482948943075" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>(function(w,d, s, id) {if(typeof(w.webpushr)!=='undefined') return;w.webpushr=w.webpushr||function(){(w.webpushr.q=w.webpushr.q||[]).push(arguments)};var js, fjs = d.getElementsByTagName(s)[0];js = d.createElement(s); js.id = id;js.async=1;js.src = "https://cdn.webpushr.com/app.min.js";fjs.parentNode.appendChild(js);}(window,document, 'script', 'webpushr-jssdk'));webpushr('setup',{'key':'BKjjq9ALU9hMQM3cEmqVySmr96aj5ievpMn_D3MYaYrhZNpMebdov5ng6r8hrEUpslDLMSNijSTEAPxAcjxCmlE' });</script>
script.
(function () {
if ($(window).width() >= 768) {
Expand Down

0 comments on commit daf2326

Please sign in to comment.