chore: update project

This commit is contained in:
jocay
2026-08-09 22:10:19 +08:00
parent 22b5d75d2d
commit 4ef6b8af05
10 changed files with 998 additions and 107 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ const fs = require('fs');
const path = require('path');
const BASE = 'http://localhost:3030';
const FILES = ['set-dart-dev.json', 'set-flutter-dev.json'];
const ARGS = process.argv.slice(2);
const FILES = ARGS.length ? ARGS : ['set-dart-dev.json', 'set-flutter-dev.json'];
async function main() {
const loginRes = await fetch(BASE + '/api/admin/login', {