Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
POPCORNBOOM committed Oct 17, 2024
2 parents 3f8bd2d + fab1ef1 commit 90accca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/LogTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
env:
RELEASE_TAG: ${{ env.RELEASE_TAG }}
ZIPBALL_URL: ${{ env.ZIPBALL_URL }}
LC_ID: ${{ secrets.LC_ID }}
LC_KEY: ${{ secrets.LC_KEY }}
run: |
curl -X POST \
-H "Content-Type: application/json" \
-H "X-LC-Id: kJKjJldQmSWTiSbNBnB1uf7y-gzGzoHsz" \
-H "X-LC-Key: abyfiDAlUcT1OIBr01aL1ISO" \
-H "X-LC-Id: $LC_ID" \
-H "X-LC-Key: $LC_KEY" \
-d "{\"tag_name\":\"$RELEASE_TAG\", \"zipball_url\":\"$ZIPBALL_URL\"}" \
https://kjkjjldq.lc-cn-n1-shared.com/1.1/classes/ReleaseMsgTest
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# EZCARD DOT NET DEMO

![bannergA](https://github.com/user-attachments/assets/c50ee26a-3321-4d36-b175-935a7fc8c47e)

## 本仓库仅提供发行版文件,暂无开源代码

## 体验须知

* alpha预览版本公开的主要目的是预览软件功能,而非正式投入生产,鲁棒性较低。
* 您可以将beta预览版本投入生产,但是请注意
* 软件功能更新频繁,数据结构时有改动,新版本项目文件可能无法做到向下兼容!开发者不承担项目进度丢失的风险,您可以选择及时备份并回溯到创建项目的软件版本。
* 当软件出现闪退或者严重错误提示时,请将软件目录下的Error.md向我报告,以便我修复问题。
* 下载软件表示您已知晓以上内容

* 主、次级版本号(主版本号.次级版本号.修订版本号-测试名.patch)更高的版本不兼容更低版本的项目文件,尝试强行打开可能会打开失败或出现兼容性问题

---

欢迎关注、支持、分享

## Stargazers over time

[![Stargazers over time](https://starchart.cc/POPCORNBOOM/EZCardDN-demo.svg?variant=adaptive)](https://starchart.cc/POPCORNBOOM/EZCardDN-demo)

![EZCardPosterNewA](https://github.com/user-attachments/assets/da80c7bb-5f24-42b4-abd4-576c6ea08439)

0 comments on commit 90accca

Please sign in to comment.