feat: 更新入口文件与模块 — 自动下载、版本校验、权限管理、日志落盘
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// @version 1.0.0
|
||||
// ToolHub - Android 悬浮球工具 (ShortX / Rhino ES5)
|
||||
// 来源: 阿然 (xin-blog.com)
|
||||
//
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// @version 1.0.0
|
||||
function FloatBallAppWM(logger) {
|
||||
this.L = logger || null;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// @version 1.0.0
|
||||
FloatBallAppWM.prototype.buildSettingsPanelView = function() {
|
||||
this.beginEditConfig();
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// @version 1.0.0
|
||||
FloatBallAppWM.prototype.buildViewerPanelView = function(titleText, bodyText) {
|
||||
var self = this;
|
||||
var isDark = this.isDarkTheme();
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// @version 1.0.0
|
||||
function runOnMainSync(fn, timeoutMs) {
|
||||
if (!fn) return { ok: false, error: "empty-fn" };
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user