Compare commits

..

No commits in common. "a3d82f12ec3a56ee4b236bd210490875aa456b06" and "6f7e161c0fada52a9b2e61cb6c32fc9dbc68f5a3" have entirely different histories.

2 changed files with 2 additions and 12 deletions

View File

@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "MSR Mod",
"version": "0.0.5",
"version": "0.0.4",
"description": "塞壬唱片Monster Siren Records官网的替代前端。",
"content_scripts": [
{

View File

@ -23,17 +23,7 @@ const emit = defineEmits<{
onMounted(async () => {
try {
//
await axios.head(props.item.song.sourceUrl ?? '', {
headers: {
'Cache-Control': 'no-cache, no-store, must-revalidate',
'Pragma': 'no-cache',
'Expires': '0'
},
params: {
_t: Date.now() //
}
})
await axios.head(props.item.song.sourceUrl ?? '')
} catch (error) {
//
const updatedSong = await apis.getSong(props.item.song.cid)