ipcActions:22 ```js export const refreshTimeline = (plurkId) => { mainWindow().webContents.send('vuex:action', { action: 'fetchTimelinePlurks' }); }; ``` 不過倒也還好,因為本來就有 Timeline polling,等一下也會重刷到