提交
This commit is contained in:
parent
8a4d4af2be
commit
1737f2e301
14
.github/workflows/docker-build.yml
vendored
14
.github/workflows/docker-build.yml
vendored
@ -14,15 +14,17 @@ on:
|
||||
# 当创建tag时触发
|
||||
tags:
|
||||
- 'v*'
|
||||
# 当Dockerfile或相关文件被修改时触发(可选)
|
||||
# 当有代码推送到主分支时触发
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
- 'Dockerfile-cn'
|
||||
- 'requirements.txt'
|
||||
- '.github/workflows/docker-build.yml'
|
||||
# 排除不需要构建的文件
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- '*.md'
|
||||
- 'docs/**'
|
||||
- '.gitignore'
|
||||
- 'LICENSE'
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
||||
@ -4339,7 +4339,7 @@ class XianyuLive:
|
||||
text = {
|
||||
"contentType": 1,
|
||||
"text": {
|
||||
"text": text + "\n\n\n购买后如果没有发货,可尝试点击提醒发货按钮"
|
||||
"text": text
|
||||
}
|
||||
}
|
||||
text_base64 = str(base64.b64encode(json.dumps(text).encode('utf-8')), 'utf-8')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user