We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我将文章的cover配置设为一个返回随机图片的API地址,结果这个API只请求了一次,进而导致全部文章的封面都是一样的,如下: 然后我通过修改 ARArticleCard 组件,实现了随机封面,如下: 目前的问题是:
ARArticleCard
The text was updated successfully, but these errors were encountered:
这个我看看,我觉得更好的方式可能是放到生成器中去请求生成好图片链接。
Sorry, something went wrong.
url随便传一个参数,比如 xxxx.cc?123,只要参数不同就会发多次请求。
No branches or pull requests
我将文章的cover配置设为一个返回随机图片的API地址,结果这个API只请求了一次,进而导致全部文章的封面都是一样的,如下:
然后我通过修改
ARArticleCard
组件,实现了随机封面,如下:目前的问题是:
The text was updated successfully, but these errors were encountered: