Skip to content

Commit b43ba31

Browse files
committed
docs:update todo
1 parent 045b1e6 commit b43ba31

File tree

12 files changed

+11
-0
lines changed

12 files changed

+11
-0
lines changed

TO-DO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- [ ] 指定编程语言代码获取
1717
- [ ] 基础参数设置与缓存
1818
- [ ] fork脚本的编写
19+
- [ ] 添加语言的设定
1920

2021
#### 优先级中
2122

common/utils/http/fetch_.js

Whitespace-only changes.

common/utils/http/graphql.js

Whitespace-only changes.

common/utils/http/submit.js

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import {graphql} from "#common/utils/http/graphql.js";
2+
import {getQuestionLanguageListJson} from "#resources/headers/questionLanguageListJson.js";
3+
4+
export const getQuestionLanguage = async ()=>{
5+
const res = await graphql(getQuestionLanguageListJson());
6+
console.log(JSON.stringify(res))
7+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/**
2+
* 设置主语言
3+
*/

common/utils/store/controller/question.js

Whitespace-only changes.

common/utils/store/controller/store.js

Whitespace-only changes.

common/utils/store/schemas/store.js

Whitespace-only changes.

common/view/language.view.js

Whitespace-only changes.

0 commit comments

Comments
 (0)