first commit

This commit is contained in:
2026-09-08 19:49:21 +08:00
commit ebffbab428
7320 changed files with 1477614 additions and 0 deletions
@@ -0,0 +1,6 @@
let contribution = {
async getContributionType() {
const {data} = await $.get("/platform/contribution/common/getContributionType")
return data
}
}