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.
我正在构建一个 Shopify 应用程序,并且我有兴趣将液体内容自动添加到商店的主题中。
具有 .liquid 扩展名的文件被视为资产。既然您可以将资产添加到商店,答案是肯定的,您确实可以将 Liquid 模板代码注入到商店的主题中。
如果您使用应用代理,您还可以发送 Shopify Liquid 字符串,Shopify 会在 Shopify 中为您呈现该字符串。很整洁的东西。