added admin interface

This commit is contained in:
kicap1992
2021-12-21 00:25:43 +08:00
parent 9adf18c7b9
commit a25104fadc
3496 changed files with 280326 additions and 7 deletions

14
admin/assets/js/index.js Normal file
View File

@ -0,0 +1,14 @@
$(function() {
"use strict";
// notification popup
toastr.options.closeButton = true;
toastr.options.positionClass = 'toast-bottom-right';
toastr.options.showDuration = 1000;
toastr['info']('Hello, welcome to HexaBit, a unique admin Template.');
});