Notice: 函数 WP_Scripts::localize 的调用方法不正确$l10n 参数必须是一个数组。若要将任意数据传递给脚本,请改用 wp_add_inline_script() 函数。 请查阅调试 WordPress来获取更多信息。 (这个消息是在 5.7.0 版本添加的。) in /data/www/appblog/wp-includes/functions.php on line 6131

Gitlab图片相对URL

绝对URL:

![image](http://code.yezhou.me/Android/AndroidTest/image/index.png)
![image](http://code.yezhou.me/Android/AndroidTest/raw/master/image/index.png)

![image](http://code.yezhou.me/Android/AndroidTest/Projrct1/image/index.gif)
![image](http://code.yezhou.me/Android/AndroidTest/Projrct2/image/index.gif)
![image](http://code.yezhou.me/Android/AndroidTest/raw/master/Projrct1/image/index.gif)
![image](http://code.yezhou.me/Android/AndroidTest/raw/master/Projrct2/image/index.gif)

相对URL:

![image](image/index.png)
![image](/../raw/master/image/index.png)

![image](Projrct1/image/index.gif)
![image](Projrct2/image/index.gif)
![image](/../raw/master/Projrct1/image/index.gif)
![image](/../raw/master/Projrct2/image/index.gif)
上一篇 使用Gitblit搭建自己的Git服务器
下一篇 Gitlab目录层级超过6级报500错误不能显示文件列表的问题解决