Skip to content

Commit

Permalink
perf: 更新奇穴信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Sep 5, 2024
1 parent c78818e commit ac6260d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/raw.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function getSkill(id) {
return $node().get(`/skill/id/${id}`);
}

async function getTalents() {
let res = await $oss.get("/data/qixue/talents.json");
async function getTalents(client = 'std') {
let res = await $oss.get(`/data/qixue/${client}/talents.json`);
return res.data;
}

Expand Down

0 comments on commit ac6260d

Please sign in to comment.