misc: move dependency to assets folder

This commit is contained in:
KOWX712
2025-05-05 01:13:33 +08:00
parent 770f107559
commit 59a74e8ee2
10 changed files with 126 additions and 48 deletions

View File

@@ -1,4 +1,5 @@
import { exec, showPrompt } from './main.js';
import { exec } from './assets/kernelsu.js';
import { showPrompt } from './main.js';
const bootHashOverlay = document.getElementById('boot-hash-overlay');
const bootHash = document.querySelector('.boot-hash-card');