Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为文件类型创建交互式缩略图,例如 Mac OS X 附带的用于音频文件或 PDF 的缩略图。
我知道这是可能的,但它是否涉及未记录的私有 API?
确实没有公共 API。
制作交互式 QuickLook 插件的唯一“受支持”方式是制作 HTML 页面。请注意,您不能使用浏览器插件(如 Flash),也不能从互联网上提取数据。