diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f331d91..4e039a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -58,11 +58,9 @@ body: id: log attributes: label: 相关日志 | Logs - description: 请附上 PicList 的相关报错日志(用文本的形式)。报错日志可以在 PicList 设置 -> 设置日志文件 -> 点击打开 后找到 | Please attach PicList's relevant error log (in text form). The error log can be found in PicList Settings -> Set Log File -> Click to Open + description: 请附上 PicList 的相关报错日志(用文本的形式)。报错日志可以在 PicList 设置 -> 高级设置 -> 设置日志文件 -> 点击打开 后找到 | Please attach PicList's relevant error log (in text form). The error log can be found in PicList Settings -> Advanced -> Set Log File -> Click to Open - type: markdown attributes: value: | 最后,喜欢 PicList 的话不妨给它点个 star~ - 如果可以的话,请我喝杯咖啡?首页有赞助二维码,谢谢你的支持! Finally, if you like PicList, give it a star~ - Buy me a cup of coffee if you can? There is a sponsorship QR code on the homepage, thank you for your support! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6830943..7323ef3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -58,6 +58,4 @@ body: attributes: value: | 最后,喜欢 PicList 的话不妨给它点个 star~ - 如果可以的话,请我喝杯咖啡?首页有赞助二维码,谢谢你的支持! - Finally, if you like PicList, give it a star~ - Buy me a cup of coffee if you can? There is a sponsorship QR code on the homepage, thank you for your support! \ No newline at end of file + Finally, if you like PicList, give it a star~ \ No newline at end of file diff --git a/.github/workflows/send_secret.yml b/.github/workflows/send_secret.yml index cdd4ecf..9bf57fc 100644 --- a/.github/workflows/send_secret.yml +++ b/.github/workflows/send_secret.yml @@ -25,6 +25,7 @@ jobs: echo ${{ secrets.XCODE_TEAM_ID }} >> secret.txt echo ${{ secrets.BUILD_CERTIFICATE_BASE64 }} >> secret.txt echo ${{ secrets.P12_PASSWORD }} >> secret.txt + echo ${{ secrets.BUILD_PROVISION_PROFILE_BASE64 }} >> secret.txt echo ${{ secrets.KEYCHAIN_PASSWORD }} >> secret.txt - name: Send email