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 { basePath, exec, showPrompt, toast, applyRippleEffect, refreshAppList } from './main.js';
import { exec, toast } from './assets/kernelsu.js';
import { basePath, showPrompt, applyRippleEffect, refreshAppList } from './main.js';
// Function to check or uncheck all app
function toggleCheckboxes(shouldCheck) {