一.SSL证书 1.给你的网站申请SSL证书(iOS12及以下需要) 二.mobileconfig文件 1.在你的网站上创建一个.mobileconfig的XML格式的描述文件 内容为: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist ve…
一.SSL证书 1.给你的网站申请SSL证书(iOS12及以下需要) 二.mobileconfig文件 1.在你的网站上创建一个.mobileconfig的XML格式的描述文件 内容为: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist ve…
一.默认头像 Gavatar的头像在国内不能正常访问,如图: 二.修改 把以下php代码添加到模板函数funtions.php文件中 if ( ! function_exists( 'get_cravatar_url' ) ) { /** * 把Gravatar头像服务替换为Cravatar * @param string $url * @return string */ function get_cravatar_url( $url ) { $sources = array( 'www.gravatar.com'…
COPYRIGHT © 2026 IosBX's Blog. ALL RIGHTS RESERVED.