Add special sponsors

This commit is contained in:
crazywhalecc
2025-06-30 21:41:48 +08:00
parent 840e09a684
commit 6de7b8e63b
8 changed files with 45 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
import DefaultTheme from 'vitepress/theme'
import {inBrowser, useData} from "vitepress";
import {watchEffect} from "vue";
import './style.css';
export default {
...DefaultTheme,
@@ -13,4 +14,4 @@ export default {
}
})
}
}
}