Skip to content

Commit

Permalink
部署添加 js
Browse files Browse the repository at this point in the history
  • Loading branch information
hyx3179 committed Apr 18, 2024
1 parent 2fddc80 commit 7fa402b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build() {
google-closure-compiler --js "$file" --js_output_file ./public/"$file"
done < <(find ./js -type f -print0)
mkdir ./public/lib
for i in react.min.js jQuery.js dojo.xd.js lz-string.js system.js; do
for i in react.min.js jQuery.js dojo.xd.js lz-string.js system.js dropbox_v2.js md5.js; do
cp ./lib/$i ./public/lib/
done

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
<script src="lib/system.js"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0QBDX221PR"></script>
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-0QBDX221PR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0QBDX221PR');
</script>
</script> -->

<script type="text/javascript">
var now = Date.now();
Expand Down

0 comments on commit 7fa402b

Please sign in to comment.