add(project): placeholder files

This commit is contained in:
yoga 2022-07-31 01:43:34 +08:00
parent 73e3bc918b
commit a641e5d044
6 changed files with 5 additions and 0 deletions

View File

0
data/upload/placeholder Normal file
View File

0
public/js/placeholder.js Normal file
View File

0
scripts/placeholder.ps1 Normal file
View File

5
src/util/bcrypt.js Normal file
View File

@ -0,0 +1,5 @@
const bcryptjs = require("bcryptjs");
class Bcrypt {}
module.exports = new Bcrypt();

View File