Skip to content

Commit

Permalink
同步 (eee555#171)
Browse files Browse the repository at this point in the history
* 关闭状态监测的日志

* 升级工具箱、元扫雷

* 更新贡献者名单

* 更新贡献者名单
  • Loading branch information
eee555 authored Dec 7, 2024
1 parent 6876be7 commit a2e845c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,30 @@

| 赞助人 | 金额 | 时间 | 渠道 | 赞助对象 | 分配情况 |
| :------: | :-----: | :----------: | :------: | :------:| :------: |
| *| ¥100.00 | 2023-11-11 | 支付宝 | 网站 | -- |
| putianyi889 | ¥100.00 | 2023-11-11 | 支付宝 | 网站 | -- |
| putianyi889 | ¥200.00 | 2024-12-2 | 支付宝 | 网站 | -- |
| Ltabsyy | ¥50.00 | 2024-12-2 | QQ | 网站 | -- |
| rhf | ¥13.14 | 2024-12-2 | QQ | 网站 | -- |
| 凌钦杰 | ¥8.00 | 2024-12-2 | QQ | 网站 | -- |
| 生命★是┗ 〓┛是☆什么 | ¥20.00 | 2024-12-2 | QQ | 网站 | -- |
| 柴油机 | ¥50.00 | 2024-12-2 | QQ | 网站 | -- |
| When | ¥66.66 | 2024-12-2 | QQ | 网站 | -- |
| 问问好不好 | ¥16.66 | 2024-12-2 | QQ | 网站 | -- |
| MsPVZ.ZSW | ¥27.86 | 2024-12-3 | QQ | 网站 | -- |
| Codeine | ¥10.00 | 2024-12-3 | QQ | 网站 | -- |

## 网站运营支出

| 项目 | 金额 | 时间 |
| :------: | :-----: | :----------: |
| 服务器 | ¥89.14 | 2023-12-03 |
| 域名 | ¥1.00 | 2023-12-11 |
| 域名 | ¥1.00 | 2024-8-25 |
| 服务器 | ¥429.14 | 2024-12-01 |

当前账户余额:¥9.86
当前账户余额:¥41.52

下期预计时间:2024.12.02
下期预计时间:2025.12.02

下期预计金额:¥90.00-550.00

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ class Command(BaseCommand):
help = "Runs APScheduler."

def handle(self, *args, **options):
logger.setLevel(logging.ERROR)

scheduler = BlockingScheduler(timezone=settings.TIME_ZONE)
scheduler.add_jobstore(DjangoJobStore(), "default")

Expand Down
2 changes: 1 addition & 1 deletion front_end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"markdown-it-anchor": "^9.0.1",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-mathjax3": "^4.3.2",
"ms-toollib": "^1.4.10",
"ms-toollib": "^1.4.11",
"out-of-character": "^1.2.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
Expand Down
7 changes: 7 additions & 0 deletions front_end/src/components/dialogs/Downloads.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
{{ $t('common.software.metasweeper') }} v3.1.11</a> {{ $t('common.software.download_link') }} 2<br>
{{ $t('common.software.metasweeper_int2') }}
</li>
<li><a style="color: blue;" target="_blank" href="https://gitee.com/ee55/Metasweeper/releases/download/3.2.0/Metaminesweeper-3.2.0.exe">
{{ $t('common.software.metasweeper') }} v3.2.0</a> {{ $t('common.software.download_link') }} 1<br>
<a style="color: blue;" target="_blank"
href="https://github.com/eee555/Metasweeper/releases/download/3.2.0/Metaminesweeper-3.2.0.exe">
{{ $t('common.software.metasweeper') }} v3.2.0</a> {{ $t('common.software.download_link') }} 2<br>
{{ $t('common.software.metasweeper_int2') }}
</li>
<li><a style="color: blue;" target="_blank" href="https://fff666.top/download/Arbiter_0.52.3.zip">Arbiter
v0.52.3</a><br>
{{ $t('common.software.arbiter_int') }}
Expand Down

0 comments on commit a2e845c

Please sign in to comment.