Browse Source

fix: fix broken links (#2)

master
YunShu GitHub 2 years ago
parent
commit
82feff1610
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 8 deletions
  1. +2
    -5
      README.md
  2. +1
    -1
      web/src/App.js
  3. +1
    -1
      web/src/index.css
  4. +1
    -1
      web/src/index.js

+ 2
- 5
README.md View File

@@ -33,9 +33,6 @@
</a>
</p>

## Online Demo
Deployed site: [https://log.casbin.com/](https://log.casbin.com/)

## Architecture
Casvisor contains 2 parts:
Name | Description | Language | Source code
@@ -83,7 +80,7 @@ After creating an organization and an application for Casvisor in a Casdoor, you

#### Setup your Casvisor to enable some third-party login platform

Casvisor uses Casdoor to manage members. If you want to log in with oauth, you should see [casdoor oauth configuration](https://casdoor.org/docs/provider/OAuth).
Casvisor uses Casdoor to manage members. If you want to log in with oauth, you should see [casdoor oauth configuration](https://casdoor.org/docs/provider/oauth/overview).

#### OSS, Mail, and SMS services

@@ -95,4 +92,4 @@ For Casvisor, if you have any questions, you can give Issues, or you can also di

## License

[Apache-2.0](https://github.com/casvisor/casvisor/blob/master/LICENSE)
[Apache-2.0](LICENSE)

+ 1
- 1
web/src/App.js View File

@@ -285,7 +285,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 (
<Footer id="footer" style={


+ 1
- 1
web/src/index.css View File

@@ -38,7 +38,7 @@ code {
background: #ffccc7;
}

/*http://react-china.org/t/topic/33846/3*/
/* http://react-china.org/t/topic/33846/3 */
.ant-table-header {
scrollbar-color:transparent transparent
}


+ 1
- 1
web/src/index.js View File

@@ -1,5 +1,5 @@
// 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';


Loading…
Cancel
Save