Skip to content

Commit f72a281

Browse files
wh131462thinkasanySmallTeddyhyfree
authoredMar 17, 2024
feat: lc -a and lf and store all question (#67)
* feat(update): check update when first run lc and will be not allow until one day * fix: fix the hidden check update * docs: instead of incorrect symble * chore: remove unsless code (#45) * docs: add contributors markdown * ci(release): modify ci to release when tag add and change the release-it to create new branch * feat(update): check update when first run lc and will be not allow until one day * chore(release): set new branch by correct command * docs: update QRCode (#39) * docs: simplified doc * chore: release v1.0.9-0 * fix: fix the hidden check update * chore: remove unsless code --------- Co-authored-by: thinkasany <480968828@qq.com> * docs: simplifying the npm install command (#44) * ci(test): update file name (#46) * docs: add ci and npm badge (#47) * ci: update name (#48) * chore(pre-commit): modify command (#49) * feat: add get question tag type api * fix: finder error * feat(update): check update when first run lc and will be not allow until one day * fix: fix the hidden check update * feat: add getAllQuestion api * feat: add all question store * feat: add lc all option * fix: allQuestion controller * fix: allQuestion realm data structure * chore: fix update error info * chore: finish lc -a and store get set question by all question store * fix: delete the list of irrelevant questions from the front end * feat: get 'jsonExampleTestcases', 'exampleTestcases' * chore: change jsdoc for function * fix(lk): fix the lk in specified directory fix #61 * chore: prettier add print width * fix(lc): fix the process to handle the question has no enough data fix #60 * perf(allquestion): modify the controller to get/set preferly fix #63 * feat lf command select mode (#65) * feat: add lf select mode --------- Co-authored-by: thinkasany <480968828@qq.com> Co-authored-by: SmallTeddy <zhangzeming1212@gmail.com> Co-authored-by: SmallTeddy <61453917+SmallTeddy@users.noreply.github.com> Co-authored-by: hyfree-msi <wangxianqiangcn@foxmail.com>
1 parent 3f0714d commit f72a281

File tree

124 files changed

+2869
-2799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+2869
-2799
lines changed
 

‎.commitlintrc.cjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['@commitlint/config-conventional']
3-
}
2+
extends: ['@commitlint/config-conventional']
3+
};

‎.eslintrc.js

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
module.exports = {
2-
env: {
3-
browser: true,
4-
commonjs: true,
5-
es2021: true
6-
},
7-
extends: '@antfu',
8-
overrides: [
9-
{
10-
env: {
11-
node: true
12-
},
13-
files: ['.eslintrc.{js,cjs}'],
14-
parserOptions: {
15-
sourceType: 'script'
16-
}
17-
}
18-
],
19-
parserOptions: {
20-
ecmaVersion: 'latest'
21-
},
22-
rules: {}
23-
}
2+
env: {
3+
browser: true,
4+
commonjs: true,
5+
es2021: true
6+
},
7+
extends: '@antfu',
8+
overrides: [
9+
{
10+
env: {
11+
node: true
12+
},
13+
files: ['.eslintrc.{js,cjs}'],
14+
parserOptions: {
15+
sourceType: 'script'
16+
}
17+
}
18+
],
19+
parserOptions: {
20+
ecmaVersion: 'latest'
21+
},
22+
rules: {}
23+
};

0 commit comments

Comments
 (0)