⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 2.lua

📁 htc manila 2 sourcecode
💻 LUA
字号:
-- Decompiled using luadec 0.4 by sztupy (http://winmo.sztupy.hu)
-- Command line was: -l ;0,6;0,6; 1acd708f_manila_D36.luac 

require("transitions")
trace("[FakeHome.m9] : Global Script")
if _config_os == "windowsmobile" then
   require("machine_status_svc")
end
OnNavigateOut = function(l_1_0)
   _request.NavigateOutTo:disconnect(OnNavigateOut)
   local l_1_1 = _application
   l_1_1 = l_1_1.Store
   l_1_1:SetIntValue(Lifetime_Application, "ShowCacheHomePage", 0)
   Transition(l_1_0, "Out")
end

OnNavigateIn = function(l_2_0)
   _request.NavigateInFrom:disconnect(OnNavigateIn)
   local l_2_1 = _application
   l_2_1 = l_2_1.Store
   l_2_1:SetIntValue(Lifetime_Application, "ShowCacheHomePage", 1)
   InitializeSoftkeys()
   InitializeRegistrySoftkeys()
   _application.Navigation.Title = ""
   Transition(l_2_0, "In")
end

if _config_os == "windowsmobile" then
   _request.NavigateOutTo:connect(OnNavigateOut)
   _request.NavigateInFrom:connect(OnNavigateIn)
   machineStatus = MachineStatus()
   DataBindingEnabled = true
else
   DataBindingEnabled = false
end
setOffScreen()
trace("[FakeHome.m9] : Global Script end")

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -