We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc5870 commit 7c1d2daCopy full SHA for 7c1d2da
4 files changed
src/components/HomepageFeatures/index.js
@@ -1,4 +1,5 @@
1
2
+
3
import clsx from 'clsx'
4
import styles from './styles.module.css'
5
src/components/Md5Generator/index.js
@@ -10,6 +10,7 @@ export default function Md5Generator() {
10
setText(e.target.value)
11
const salt = Math.floor(Math.random() * (99999 - 10000 + 1)) + 10000
12
const encrypted =
13
14
`md5:${salt}:${require('md5')(salt + e.target.value)}`
15
setMd5(encrypted)
16
}
src/components/Sponsors/index.js
import Link from '@docusaurus/Link'
src/pages/index.js
import useDocusaurusContext from '@docusaurus/useDocusaurusContext'
0 commit comments