Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor config #81

Merged
merged 3 commits into from
Feb 24, 2025
Merged

Refactor config #81

merged 3 commits into from
Feb 24, 2025

Conversation

lazzzis
Copy link
Member

@lazzzis lazzzis commented Oct 3, 2024

  1. 把 title 变量全部放到 .env 中
  2. 引入 .env.sample , 用的时候改名为 .env,避免 git pull 的时候的冲突
  3. 同理,data/1000 -> data/example
  4. 改变 manage.js 的用法。node manage.js setup 初始化,node manage.js update-fe 下载最新的前端文件。git pull 更新后端文件

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.72%. Comparing base (b83513e) to head (813b10f).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   85.71%   85.72%   +0.01%     
==========================================
  Files          45       45              
  Lines        1155     1156       +1     
==========================================
+ Hits          990      991       +1     
  Misses        165      165              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@luoingly luoingly merged commit 6d79deb into master Feb 24, 2025
3 checks passed
@luoingly luoingly deleted the refactor-config branch February 24, 2025 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants