修改 TheOS Tweak 模板

2021-09-06 14:40:09 字數 579 閱讀 4769

theos 模板一般在這個目錄下/opt/theos/templates/ios/theos/tweak.nic.tar

開啟終端 切入root使用者

sudo -i

自己找乙個合適的路徑進行一下操作

mkdir ./tweaktemplates

cd ./tweaktemplates

cp /opt/theos/templates/ios/theos/tweak.nic.tar ./

做好備份,如果異常就替換回去

cp ./tweak.nic.tar ./tweak.nic.ghost.tar

mkdir tweak.nic

tar -zxvf tweak.nic.tar -c tweak.nic

cd tweak.nic

清除屬性資訊

xattr -c makefile

打包tar -cvf newtweak.nic.tar ./*

mv ./newtweak.nic.tar /opt/theos/templates/ios/theos/tweak.nic.tar

修改GII生成模板

配置gii gii array class system.gii.giimodule password 123456 有可能會在不同的目錄底下有相同名字的 生成器,這種情況下在giimodule generatorpaths中最先指定的,具有優先權。下面開始我們真正的自定義的工作。開啟檔案prote...

Xcode之修改模板

在使用xcode建立工程或者新建類的時候,頂部都會有一些xcode幫我們生成的注釋。而為了工作的方便,有的時候我們會修改注釋模板。資料夾位置,應用程式 找到xcode 右擊顯示包內容 xcode contents developer platforms iphoneos.platform devel...

lightbox 模板的簡單修改

lightbox 模板的簡單修改,做點筆記,防止下次忘了。背景修改,增加logo includes templates lightinthebox common tpl header.php 首頁增加newarrival產品顯示和specials產品顯示 includes templates lig...