This commit is contained in:
HolographicHat
2022-03-22 01:40:55 +08:00
parent 7743a98080
commit be8a426dce
8 changed files with 1407 additions and 624 deletions

6
version.js Normal file
View File

@@ -0,0 +1,6 @@
const version = {
code: 1,
name: "1.0.0"
}
module.exports = { version }