Skip to content

Commit

Permalink
更新外链
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd0408 committed Apr 26, 2019
1 parent 1e6b06d commit 1094a81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/routes/IndexPage.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
body {
width: 300px;
}
::-webkit-scrollbar {
width: 0px;
}
.popup {
font-family: Georgia, sans-serif;
}
Expand Down
12 changes: 8 additions & 4 deletions src/routes/IndexPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ import icu996 from '../assets/996icu/996icu.png';

function IndexPage({ background={}, dispatch }) {
const data = [
{name: 'Natasha', link: 'https://github.com/996-icu-avengers/Natasha'},
{name: '955.WLB', link: 'https://github.com/formulahendry/955.WLB'},
{name: '996.ICU', link: 'https://github.com/996icu/996.ICU'},
{name: '996.LAW', link: 'https://github.com/Y1ran/996.Law'},
{name: '996.TSC', link: 'https://github.com/lxlxw/996.TSC'},
{name: '955.WLB', link: 'https://github.com/formulahendry/955.WLB'},
{name: '996.LIST', link: 'https://github.com/fengT-T/996_list'},
{name: '996.LAW', link: 'https://github.com/Y1ran/996.Law'},
{name: '996.YAOCL', link: 'https://github.com/boycott996/yaocl'},
{name: '996.Leave', link: 'https://github.com/623637646/996.Leave'},
{name: '996.RIP', link: 'https://996.rip/', icon: 'link'},
{name: '996.Petition', link: 'https://github.com/xokctah/996.petition'},
{name: '996.action', link: 'https://github.com/CPdogson/996action'},
{name: '996.avengers', link: 'https://github.com/996-icu-avengers/Natasha'},
{name: '996.OD', link: 'https://github.com/gnoloehz/996.OD'},
{name: 'support.996.ICU', link: 'https://github.com/msworkers/support.996.ICU'},
]
return (
<div className={styles.popup}>
Expand Down

0 comments on commit 1094a81

Please sign in to comment.