🔨 chore: update workflow
parent
8880ea1243
commit
4a5e3335c8
|
|
@ -0,0 +1,27 @@
|
|||
name: Contributor Helper
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
contributor:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- uses: actions-cool/contributor-helper@v1
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
update-files: 'README.md, README-zh_CN.md'
|
||||
update-places: '<!-- CONTRIBUTION GROUP -->/<!-- CONTRIBUTION END -->, <!-- CONTRIBUTION GROUP -->/<!-- CONTRIBUTION END -->'
|
||||
|
||||
- name: Commit and push if changed
|
||||
run: |-
|
||||
git diff
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "github-actions"
|
||||
git pull
|
||||
git add -A
|
||||
git commit -m "🤖 Auto update contributors" || exit 0
|
||||
git push
|
||||
|
|
@ -78,7 +78,6 @@ Kitchen WebUI Setting
|
|||
|
||||
> 右上角 ⚙ 图标打开设置面板,当前可用设置如下
|
||||
|
||||
|
||||
- **Sidebar**
|
||||
- Default expand 默认展开: `true`
|
||||
- Default width 默认宽度: `280`
|
||||
|
|
@ -141,6 +140,14 @@ $ npm start
|
|||
|
||||
<br/>
|
||||
|
||||
## 🤝 参与贡献
|
||||
|
||||
<!-- CONTRIBUTION GROUP -->
|
||||
|
||||
<!-- CONTRIBUTION END -->
|
||||
|
||||
<br/>
|
||||
|
||||
## 🔗 链接
|
||||
|
||||
- stable-diffusion-webui:https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ English | [简体中文](./README-zh_CN.md)
|
|||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| last 2 versions | last 2 versions | last 2 versions |
|
||||
|
||||
|
||||
> ⚠️ There is currently a known compatibility issue with styles on Firefox browser.
|
||||
|
||||
<br/>
|
||||
|
|
@ -142,6 +141,14 @@ $ npm start
|
|||
|
||||
<br/>
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
<!-- CONTRIBUTION GROUP -->
|
||||
|
||||
<!-- CONTRIBUTION END -->
|
||||
|
||||
<br/>
|
||||
|
||||
## 🔗 Credits
|
||||
|
||||
- stable-diffusion-webui:https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue