Skip to content

Commit

Permalink
避免本地缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
HalcyonAlcedo committed Aug 18, 2024
1 parent 0bc1091 commit 40d8c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/store/Store.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const getPluginsData = async ({ done }: any) => {
}
})
*/
axios.get('https://halcyonalcedo.github.io/karin-store/plugins.json').then((data) => {
axios.get(`https://halcyonalcedo.github.io/karin-store/plugins.json?timestamp=${new Date().getTime()}`).then((data) => {
plugins.value.push(...data.data)
done('empty')
})
Expand Down

0 comments on commit 40d8c09

Please sign in to comment.