为主屏幕上的书签设置 Apple Touch 图标的标题
Setting a Title for Apple Touch Icon for Bookmark on Homescreen
是否可以在 iOS 设备的主屏幕上定义触摸图标的标题?
目前还可以,但我希望自定义标题而不是派生标题。
根据 the Apple docs on touch icons:
On iOS, you can specify a web application title for the launch icon. By default, the tag is used. To set a different title, add a meta tag to the webpage, as in:
<meta name="apple-mobile-web-app-title" content="AppTitle">
我喜欢使用这个网站。 https://realfavicongenerator.net/ 它为您提供了要添加到头部的代码和一个包含要上传的图标的 zip 文件
是否可以在 iOS 设备的主屏幕上定义触摸图标的标题?
目前还可以,但我希望自定义标题而不是派生标题。
根据 the Apple docs on touch icons:
On iOS, you can specify a web application title for the launch icon. By default, the tag is used. To set a different title, add a meta tag to the webpage, as in:
<meta name="apple-mobile-web-app-title" content="AppTitle">
我喜欢使用这个网站。 https://realfavicongenerator.net/ 它为您提供了要添加到头部的代码和一个包含要上传的图标的 zip 文件