Signed-off-by: kevin <kevin@lmve.net>

This commit is contained in:
2025-10-24 20:02:22 +08:00
parent 6d1c3b7c6a
commit ba0ce22be2
3 changed files with 24 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
export const myfuncs = {
test(){
console.log("Myfunc test");
},
}