Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Jun 9, 2024
1 parent 51c1215 commit 2de69b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ staticurl='https://registry.npmmirror.com/owstatic/latest/files' #静态文件
# localstatic=true #是否使用本地静态文件
# staticurl='/static' #无需修改,当然也可以随便改成别的
# staticpath='static' #静态文件在服务器上的相对地址(相对于项目根目录)

html='' #位于hand前面的html
2 changes: 1 addition & 1 deletion views/html-head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<script type="text/javascript" src="https://npm.elemecdn.com/jquery@latest/dist/jquery.min.js"></script>
<script src="https://registry.npmmirror.com/js-cookie/3.0.5/files/dist/js.cookie.min.js"></script>

<%- process.env.html %>
</head>
<style>
:not(:defined) {
Expand Down

0 comments on commit 2de69b0

Please sign in to comment.