feat: add device props support for qwq233' TS fork

ref: https://github.com/qwq233/TrickyStore/commit/bab87cef907222ef99a52070896089e375f0ac11
This commit is contained in:
KOWX712
2025-07-18 15:18:06 +08:00
parent 36325fc241
commit ae12fe8b28
7 changed files with 126 additions and 36 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import { linkRedirect, basePath, showPrompt } from './main.js';
import { translations } from './language.js';
import { spawn, toast } from './assets/kernelsu.js';
import { spawn } from './assets/kernelsu.js';
const aboutOverlay = document.getElementById('about-overlay');
const aboutContent = document.querySelector('.about-menu');