This commit is contained in:
2026-01-01 15:19:58 +08:00
parent 93880becef
commit 73ebd02cdb
25 changed files with 14913 additions and 880 deletions

View File

@@ -0,0 +1,9 @@
import twikoo from "twikoo";
export default defineNuxtPlugin(() => {
return {
provide: {
twikoo,
},
};
});