- Add webdb.js
This commit is contained in:
4
.github/build/web/dev/index.html
vendored
4
.github/build/web/dev/index.html
vendored
@@ -5,10 +5,10 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1, maximum-scale=1">
|
||||
<title>Techmino Development</title>
|
||||
|
||||
<!-- Load custom style sheet -->
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="theme/love.css">
|
||||
<script src = "consolewrapper.js"></script>
|
||||
<script src = "webdb.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
|
||||
5
.github/build/web/release/index.html
vendored
5
.github/build/web/release/index.html
vendored
@@ -5,9 +5,10 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1, maximum-scale=1">
|
||||
<title>Techmino</title>
|
||||
|
||||
<!-- Load custom style sheet -->
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="theme/love.css">
|
||||
<script src = "consolewrapper.js"></script>
|
||||
<script src = "webdb.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
|
||||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -445,6 +445,7 @@ jobs:
|
||||
pushd ${{ env.OUTPUT_FOLDER }}
|
||||
wget https://raw.githubusercontent.com/MrcSnm/Love.js-Api-Player/refs/heads/master/consolewrapper.js
|
||||
wget https://raw.githubusercontent.com/MrcSnm/Love.js-Api-Player/refs/heads/master/globalizeFS.js
|
||||
wget https://raw.githubusercontent.com/MrcSnm/Love.js-Api-Player/refs/heads/master/webdb.js
|
||||
node globalizeFS.js
|
||||
rm globalizeFS.js
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user