簡(jiǎn)介:
二開微信表情包小程序去授權(quán)版+網(wǎng)站后端
視頻教程在源碼里面
下載源碼解壓后即可觀看視頻教程
偽靜態(tài)
location/{ indexindex.phpindex.htmlindex.htm; if(!-e$request_filename) { rewrite^/(.*)$/index.php?s=$1; } } location/api/{ indexindex.phpindex.htmlindex.htm; if(!-e$request_filename) { rewrite^/api/(.*)$/api/index.php?s=$1; } } location~*/upload/.+.(html|php)${ return404; } location~*^/plugins/.+.(html|php)${ return404; } location~*/themes/.+.(html|php)${ return404; }
圖片: