Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MagmaBlock committed Jan 12, 2024
2 parents caf0f42 + f1721d9 commit 460c90d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Umami -->
<script async src="https://umami.magma.ink/script.js" data-website-id="bcf9db29-ac5a-449c-a35d-259655934be1"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Anime/AdminTool.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const store = useAnimeStore();
const { copy } = useClipboard();
// 计算
const getPath = computed(() => {
return `D:\\Downloads\\LavaAnimeLib\\${store.animeData?.index.year}\\${store.animeData?.index.type}\\${store.animeData?.index.name}`;
return `C:\\Users\\Administrator\\Downloads\\LavaAnimeLib\\${store.animeData?.index.year}\\${store.animeData?.index.type}\\${store.animeData?.index.name}`;
});
const getRuleName = computed(() => {
let month = store.animeData?.index.type.match(/^\d{1,2}/);
Expand Down
4 changes: 4 additions & 0 deletions src/components/Help/Sponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ export default {
support: "¥199.98",
link: "https://github.com/czy0729",
},
{
name: "MicTimo",
support: "¥66.00",
},
{
name: "纯之",
support: "其他",
Expand Down
4 changes: 2 additions & 2 deletions src/views/IndexView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default {
return {
searchValue: "",
selectedTab: {
year: "2023年",
type: "10月秋",
year: "2024年",
type: "1月冬",
},
tabs: { year: [], type: [] },
animes: null,
Expand Down

0 comments on commit 460c90d

Please sign in to comment.