1 Commits

Author SHA1 Message Date
897a660289 Feat: “说的道莉”素材追加 2025-09-10 22:21:47 +08:00
6 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "shuodedaoli-deskpet", "name": "shuodedaoli-deskpet",
"version": "0.3.0", "version": "1.0.0",
"description": "A cute desktop pet of 'Shuodedaoli' built with Electron and Vue 3.", "description": "A cute desktop pet of 'Shuodedaoli' built with Electron and Vue 3.",
"main": "main/main.js", "main": "main/main.js",
"scripts": { "scripts": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 MiB

View File

Before

Width:  |  Height:  |  Size: 6.5 MiB

After

Width:  |  Height:  |  Size: 6.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

View File

@ -2,7 +2,7 @@
import { ref, onMounted, reactive, computed } from "vue"; import { ref, onMounted, reactive, computed } from "vue";
import { Howl } from "howler"; import { Howl } from "howler";
import defaultPet from "/public/pets/普通型道理.gif"; import defaultPet from "/public/pets/说的道理.gif";
// 状态 // 状态
const soundFiles = ref([]); const soundFiles = ref([]);