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

📄 0.lua

📁 htc manila 2 sourcecode
💻 LUA
字号:
-- Decompiled using luadec 0.4 by sztupy (http://winmo.sztupy.hu)
-- Command line was: -l 11,19,26,33; 61f866ab_manila_CE54.luac 

require("tabbarnotifications")
trace("Loading Email_Notification script.")
if _config_os == "windowsmobile" then
   local l_0_0 = GetTabBarMachineStatus()
   l_0_0 = l_0_0.EmailUnread
   local l_0_1 = this:GetComponentClip().Namespace:FindName("UnreadItemGroup")
   local l_0_2 = this:GetComponentClip().Namespace:FindName("UnreadItemCountText")
   local l_0_3 = this:GetComponentClip().Namespace:FindName("UnreadItemMoreIcon")
   Email_On_Notification = TabBarMessagingNotification(l_0_0, l_0_1, l_0_2, l_0_3)
end

⌨️ 快捷键说明

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