diff --git a/README.md b/README.md index 210ba02..5a5069d 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ docker pull casbin/casibase - GitHub Workflow Status (branch) + GitHub Workflow Status (branch) - + GitHub Release @@ -20,7 +20,7 @@ - +

diff --git a/web/src/App.js b/web/src/App.js index 9e9c09f..bbe2a68 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -439,7 +439,7 @@ class App extends Component { renderFooter() { // How to keep your footer where it belongs ? - // https://www.freecodecamp.org/neyarnws/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/ + // https://www.freecodecamp.org/news/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c return ( diff --git a/web/src/FactorsetListPage.js b/web/src/FactorsetListPage.js index 6310264..f75fbf0 100644 --- a/web/src/FactorsetListPage.js +++ b/web/src/FactorsetListPage.js @@ -53,7 +53,7 @@ class FactorsetListPage extends React.Component { name: `factorset_${randomName}`, createdTime: moment().format(), displayName: `New Factorset - ${randomName}`, - url: "https://github.com/Embedding/Chinese-Word-Factors", + url: "https://github.com/Embedding/Chinese-Word-Vectors", fileName: "sgns.target.word-word.dynwin5.thr10.neg5.dim300.iter5", fileSize: "1.69 GB", dimension: 128, diff --git a/web/src/WordsetGraph.js b/web/src/WordsetGraph.js index ca553c8..ec777ec 100644 --- a/web/src/WordsetGraph.js +++ b/web/src/WordsetGraph.js @@ -393,7 +393,6 @@ class WordsetGraph extends React.Component { renderGraph() { if (this.state.loading) { return ( - // https://codesandbox.io/s/antd-reproduction-template-q2dwk
diff --git a/web/src/index.css b/web/src/index.css index 0a7dc95..ad4a924 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -17,7 +17,7 @@ code { background-size: 108px, 33px; width: 108px; height: 27px; - /*background: rgba(0, 0, 0, 0.2);*/ + /* background: rgba(0, 0, 0, 0.2); */ margin: 17px 10px 16px 20px; float: left; } @@ -38,12 +38,13 @@ code { background: rgba(92,48,125,0.55); } -/*http://react-china.org/t/topic/33846/3*/ +/* http://react-china.org/t/topic/33846/3 */ .ant-table-header { - scrollbar-color:transparent transparent + scrollbar-color: transparent transparent; } + .ant-table-header::-webkit-scrollbar { - background-color:transparent + background-color: transparent; } .import-output { @@ -74,10 +75,11 @@ code { box-shadow: 0 0 4px #888; } -/*https://stackoverflow.com/questions/64961752/how-do-i-change-the-color-of-selected-menu-item-in-ant-design*/ -/*.conferenceMenu > .ant-menu-item-selected {*/ -/* background-color: rgb(230,247,255) !important;*/ -/*}*/ +/* https://stackoverflow.com/questions/64961752/how-do-i-change-the-color-of-selected-menu-item-in-ant-design */ + +/* .conferenceMenu > .ant-menu-item-selected { + background-color: rgb(230,247,255) !important; +} */ .conferenceMenu { background-color: rgb(242,242,242) !important; diff --git a/web/src/index.js b/web/src/index.js index 3f23fcd..cfbf433 100644 --- a/web/src/index.js +++ b/web/src/index.js @@ -13,7 +13,7 @@ // limitations under the License. // create-react-app + IE9 -// https://www.cnblogs.com/xuexia/p/12092768.html +// https://www.cnblogs.com/yeduweichengzhaoyu/p/12092768.html // react-app-polyfill // https://www.npmjs.com/package/react-app-polyfill import "react-app-polyfill/ie9";