盖茨比源晶体管 :studio_microphone: Gatsby源代码插件,用于从获取表演和剧集数据。 安装 yarn add gatsby-source-transistorfm 如何使用 // In your gatsby-config.js plugins: [ { resolve : 'gatsby-source-transistorfm' , options : { url : '...' , } , } , ] ; 要使用多个晶体管提要,只需将插件配置的另一个实例添加到gatsby-config.js 。 例子 // In your pages/*.js import React from 'react' ; import { graphql , useStaticQuery } from 'gatsby' ; import Img from 'gatsby-i