mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-16 00:53:17 +08:00
Support rel2.7.0 and bump version to 1.7
This commit is contained in:
2
utils.js
2
utils.js
@@ -188,7 +188,7 @@ const loadCache = async (fp = "latest-data") => {
|
||||
}
|
||||
}
|
||||
|
||||
const isDebug = true
|
||||
const isDebug = false
|
||||
|
||||
const debug = (msg, ...params) => {
|
||||
if (isDebug) log(msg, ...params)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const version = {
|
||||
code: 7,
|
||||
name: "1.6.50",
|
||||
code: 8,
|
||||
name: "1.7.0",
|
||||
isDev: true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user