Compare commits
1 Commits
c119fbaf7e
...
main
Author | SHA1 | Date | |
---|---|---|---|
897a660289 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "shuodedaoli-deskpet",
|
||||
"version": "0.3.0",
|
||||
"version": "1.0.0",
|
||||
"description": "A cute desktop pet of 'Shuodedaoli' built with Electron and Vue 3.",
|
||||
"main": "main/main.js",
|
||||
"scripts": {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 10 MiB |
Before Width: | Height: | Size: 6.5 MiB After Width: | Height: | Size: 6.5 MiB |
BIN
renderer/public/pets/说的道莉.gif
Normal file
BIN
renderer/public/pets/说的道莉.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 MiB |
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
@ -2,7 +2,7 @@
|
||||
import { ref, onMounted, reactive, computed } from "vue";
|
||||
import { Howl } from "howler";
|
||||
|
||||
import defaultPet from "/public/pets/普通型道理.gif";
|
||||
import defaultPet from "/public/pets/说的道理.gif";
|
||||
|
||||
// 状态
|
||||
const soundFiles = ref([]);
|
||||
|
Reference in New Issue
Block a user