我怎样才能摆脱第一次访问时出现在我的 amp-story 开头的消息?

How can I get rid of the message that comes at the beginning of my amp-story when visited for the first time?

我制作了一个 amp-story,第一次访问时要求 "You must enable the amp-story experiment to view this content"。

这是故事的link:https://www.krenovate.com/amp/campaign/pets-completed.html

我怎样才能摆脱这个提示?

这是在使用 amp-story 0.1 版时出现的。您可以使用 1.0 版解决此问题。该版本取决于您在文档中包含的 amp-story 脚本的 URL。对于 1.0,您需要:

<script async custom-element="amp-story" src="https://cdn.ampproject.org/v0/amp-story-1.0.js"></script>