初步实现,会员临期提醒功能,待完善

This commit is contained in:
DelLevin-Home
2026-02-04 23:24:49 +08:00
parent 8d11263e37
commit 9faa180627
31 changed files with 695 additions and 523 deletions

View File

@@ -13,6 +13,8 @@ git remote add origin https://gitea.iletter.top/dellevin/my_sys.git
git branch
# 推送 push -u 简短别名 本地分支名称:远程分支名称 --force
git push -u origin master:main --force
# 推送
git push origin master:main
```
## npm运行