Donasi Info Admni

# feat
- info admin
- hapus admin
## Issue: Loading data belum untuk versi alfa
This commit is contained in:
2024-01-15 11:29:39 +08:00
parent 4af3f74a97
commit 01da30bdb5
128 changed files with 2316 additions and 507 deletions

View File

@@ -27,8 +27,8 @@ var fs = require("fs");
// console.log('File deleted!');
function CobaProgress() {
const t = 550000000;
const b = 250000000 + 275000000 * 2;
const t = 560000000;
const b = 180000000
const progress = (b / t) * 100;
const pembulatan = Math.round(progress);