final stuff before this branch dies
This commit is contained in:
parent
209cc63311
commit
23e9591146
3 changed files with 3 additions and 4 deletions
|
@ -17,8 +17,7 @@ module.exports = async (app, req, res, api, ID, analyze) => {
|
|||
|
||||
// daily hardcode fo' today 😎
|
||||
if (!api && levelID < 0 && req.server.name == "Geometry Dash") {
|
||||
if (levelID == -1) return res.redirect("67984875") // marte
|
||||
else if (levelID == -2) return res.redirect("59075347") // tartarus
|
||||
if (levelID == -2) return res.redirect("59075347") // tartarus
|
||||
}
|
||||
|
||||
req.gdRequest('downloadGJLevel22', { levelID }, function (err, resp, body) {
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
</div>
|
||||
|
||||
<div style="position: absolute; bottom: 0%; left: 12%">
|
||||
<p style="text-align: left; font-size: 2.2vh; color: rgba(0, 0, 0, 0.5)">Account ID: [[ACCOUNTID]]<br>Player ID: [[PLAYERID]]</p>
|
||||
<p style="text-align: left; font-size: 2.2vh; color: rgba(255, 255, 255, 0.6)">Account ID: [[ACCOUNTID]]<br>Player ID: [[PLAYERID]]</p>
|
||||
</div>
|
||||
|
||||
<img src="../assets/follow-off.png?" id="followOff" class="gdButton" style="position: absolute; left: 4.5%; bottom: 1%; width: 6%">
|
||||
|
|
2
index.js
2
index.js
|
@ -211,7 +211,7 @@ app.post("/accurateLeaderboard", function(req, res) { app.run.accurate(app, req,
|
|||
// HTML
|
||||
|
||||
let onePointNineDisabled = ['daily', 'weekly', 'gauntlets', 'messages']
|
||||
let downloadDisabled = []
|
||||
let downloadDisabled = ['daily']
|
||||
let gdpsHide = ['achievements', 'messages']
|
||||
|
||||
app.get("/", function(req, res) {
|
||||
|
|
Loading…
Add table
Reference in a new issue