Skip to content

Commit

Permalink
fix: edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yaob421123 committed Mar 25, 2023
1 parent f7f74b2 commit 5327f50
Show file tree
Hide file tree
Showing 14 changed files with 109 additions and 23 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,10 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
with:
filter-author: (renovate\[bot\]|actions-user|renovate-bot|dependabot\[bot\])
output: ./website/build/CONTRIBUTORS.svg
avatarSize: 42
10 changes: 8 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ $ npm install @kkt/pro -D # yarn add @kkt/pro -D
- 权限管理[@kkt/plugin-pro-access](https://github.com/kktjs/kkt-pro/tree/main/packages/plugin/access)
- 包集成管理[@kkt/pro](https://github.com/kktjs/kkt-pro/tree/main/packages/plugin/pro)

## License
### Contributors

[MIT © Kenny Wong](https://github.com/jaywcjlove)
<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>

### License

Licensed under the MIT License.
9 changes: 7 additions & 2 deletions packages/create-kktp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@ Example:

Copyright 2023
```
### Contributors

## License
<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>

[MIT © Kenny Wong](https://github.com/jaywcjlove)
### License

Licensed under the MIT License.
10 changes: 8 additions & 2 deletions packages/plugin/access/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ export default {
}
```
## License
### Contributors
[MIT © Kenny Wong](https://github.com/jaywcjlove)
<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>
### License
Licensed under the MIT License.
10 changes: 8 additions & 2 deletions packages/plugin/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ export default {
}
```

## License
### Contributors

[MIT © Kenny Wong](https://github.com/jaywcjlove)
<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>

### License

Licensed under the MIT License.
10 changes: 10 additions & 0 deletions packages/plugin/entry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@ export default {
initRoutes:true,
}
```

### Contributors

<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>

### License

Licensed under the MIT License.
10 changes: 10 additions & 0 deletions packages/plugin/pro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ export interface KktproPageProps extends KktproIProps {
routes: KktproRoutesProps[];
}
```

### Contributors

<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>

### License

Licensed under the MIT License.
10 changes: 8 additions & 2 deletions packages/plugin/rematch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ export default {
}
```
## License
### Contributors
[MIT © Kenny Wong](https://github.com/jaywcjlove)
<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>
### License
Licensed under the MIT License.
10 changes: 8 additions & 2 deletions packages/plugin/router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ export default {
}
```
## License
### Contributors
[MIT © Kenny Wong](https://github.com/jaywcjlove)
<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>
### License
Licensed under the MIT License.
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"@uiw-admin/exceptions": "~5.3.21",
"@uiw/react-markdown-preview": "^4.1.10",
"react-code-preview-layout": "^3.0.0",
"rehype-rewrite": "^3.0.6",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-redux": "^8.0.5",
Expand All @@ -37,10 +40,7 @@
"@types/styled-components": "^5.1.26",
"styled-components": "^5.3.9",
"hast": "^1.0.0",
"@uiw/react-markdown-preview": "^4.1.10",
"markdown-react-code-preview-loader": "^2.1.5",
"react-code-preview-layout": "^3.0.0",
"rehype-rewrite": "^3.0.6",
"kktp": "^1.0.7"
},
"eslintConfig": {
Expand Down
10 changes: 8 additions & 2 deletions website/src/pages/directory-structure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
└── src
```

## License
### Contributors

[MIT © Kenny Wong](https://github.com/jaywcjlove)
<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>

### License

Licensed under the MIT License.
10 changes: 8 additions & 2 deletions website/src/pages/kktp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ $ npm install @kkt/pro -D # yarn add @kkt/pro -D
- 权限管理[@kkt/plugin-pro-access](https://github.com/kktjs/kkt-pro/tree/main/packages/plugin/access)
- 包集成管理[@kkt/pro](https://github.com/kktjs/kkt-pro/tree/main/packages/plugin/pro)

## License
### Contributors

[MIT © Kenny Wong](https://github.com/jaywcjlove)
<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>

### License

Licensed under the MIT License.
10 changes: 8 additions & 2 deletions website/src/pages/proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ export default {
}
```

## License
### Contributors

[MIT © Kenny Wong](https://github.com/jaywcjlove)
<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>

### License

Licensed under the MIT License.
10 changes: 8 additions & 2 deletions website/src/pages/update-kktp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ import {
} from '@kkt/pro';
```

## License
### Contributors

[MIT © Kenny Wong](https://github.com/jaywcjlove)
<a href="https://github.com/kktjs/kkt-pro/graphs/contributors">
<img src="https://kktjs.github.io/kkt-pro/CONTRIBUTORS.svg" />
</a>

### License

Licensed under the MIT License.

0 comments on commit 5327f50

Please sign in to comment.