async function getStoryDataById (storyId) { let res if (fs.existsSync(path.join(pathToRawData, `/${storyId}.json`))) { console.log('using cached story') res ...
確定! 回上一頁