Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

题单投票+评论实现 #970

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions example/.env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
GATSBY_IS_DEV=true
GATSBY_GITHUB_CLIENT_ID=23f389d8ae84d868b545
GATSBY_GITHUB_CLIENT_SECRET=38d366c69a5c7caca8b1f066ebed85ba62fc4141

GATSBY_COLLECTION_CLIENT_ID=f9d100ebbb7404db8b52
GATSBY_COLLECTION_CLIENT_SECRET=486f19c5abf97a27e2cefe0d5bfef2e15ed332e6
328 changes: 328 additions & 0 deletions gatsby-theme-oi-wiki/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions gatsby-theme-oi-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@mgtd/vssue-api-github-v3": "^2.4.8",
"@mgtd/vssue-api-github-v4": "^2.4.5",
"ace-builds": "^1.4.12",
"@octokit/graphql": "^4.6.4",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.21.1",
"classnames": "^2.2.6",
Expand All @@ -41,7 +42,9 @@
"gatsby-transformer-remark-rehype": "^4.0.0",
"gatsby-transformer-sharp": "^3.9",
"hast-util-to-text": "^3.0.0",
"js-sha256": "^0.9.0",
diauweb marked this conversation as resolved.
Show resolved Hide resolved
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"mark.js": "^8.11.1",
"mdast-util-toc": "^6.0.0",
"path-browserify": "^1.0.1",
Expand All @@ -64,6 +67,7 @@
"use-persisted-state": "^0.3.0"
},
"devDependencies": {
"@types/luxon": "^2.0.4",
"@types/autosuggest-highlight": "^3.1.1",
"@types/mark.js": "^8.11.6",
"@types/react-helmet": "^6.1.1",
Expand Down
Loading