update:优化个人训练图片

This commit is contained in:
2026-07-23 11:01:55 +08:00
parent 3c5754b3fd
commit dff210462f
61 changed files with 678 additions and 110 deletions
@@ -2,9 +2,9 @@
import { computed } from "vue";
const lockedBadgeBackground =
"../static/training-difficulty-design/unlock.svg";
"https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/unlock.svg";
const unlockedBadgeBackground =
"../static/training-difficulty-design/lock.svg";
"https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/lock.svg";
const props = defineProps({
node: {