去除了音乐
This commit is contained in:
parent
c2e2c7b895
commit
ce73516bc3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -2,11 +2,7 @@ import useTimeStore from "@/utils/useTimeStore";
|
|||
import dayjs from "dayjs";
|
||||
import { defineStore } from "pinia";
|
||||
import { computed, reactive, ref, watch } from "vue";
|
||||
import APartOfUsMusic from "~/public/icons/work/music/aPartOfUs.mp3"
|
||||
import AsignalRose from "~/public/icons/work/music/AsignalRose.mp3"
|
||||
import AThousandLifetimes from "~/public/icons/work/music/aThousandLifetimes.mp3"
|
||||
import AVeryBradySpecial from "~/public/icons/work/music/AVeryBradySpecial.mp3"
|
||||
import AWonderfulStore from "~/public/icons/work/music/AWonderfulStore.mp3"
|
||||
|
||||
|
||||
const TOTAL_TIME = 60 * 60 * 15
|
||||
export type TomatoTarget = {
|
||||
|
@ -24,19 +20,19 @@ export type TomatoTime = {
|
|||
export const musicList = [
|
||||
{
|
||||
name: 'A Part of Us',
|
||||
music: APartOfUsMusic
|
||||
music: 'https://newfatfox.oss-cn-beijing.aliyuncs.com/admin/music/aPartOfUs.mp3'
|
||||
}, {
|
||||
name: 'a signal rose',
|
||||
music: AsignalRose
|
||||
music: 'https://newfatfox.oss-cn-beijing.aliyuncs.com/admin/music/AsignalRose.mp3'
|
||||
}, {
|
||||
name: 'a thousand lifetimes',
|
||||
music: AThousandLifetimes
|
||||
music: 'https://newfatfox.oss-cn-beijing.aliyuncs.com/admin/music/aThousandLifetimes.mp3'
|
||||
}, {
|
||||
name: 'A Very Brady Special',
|
||||
music: AVeryBradySpecial
|
||||
music: 'https://newfatfox.oss-cn-beijing.aliyuncs.com/admin/music/AVeryBradySpecial.mp3'
|
||||
}, {
|
||||
name: 'A Wonderful Story',
|
||||
music: AWonderfulStore
|
||||
music: 'https://newfatfox.oss-cn-beijing.aliyuncs.com/admin/music/AWonderfulStore.mp3'
|
||||
}
|
||||
]
|
||||
export default defineStore("work", () => {
|
||||
|
|
Loading…
Reference in New Issue