Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TenkyuChimata committed Aug 2, 2023
1 parent 96928e1 commit f024ea5
Show file tree
Hide file tree
Showing 11 changed files with 455 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# SCEEW

基于 Python / Qt6 的轻量级中国四川地震预警软件

预警数据来源: 四川省地震局

API: https://api.wolfx.jp

**本软件基于GPL-3.0协议开源**

**版权所有 (C) Wolfx Studio.**

## 下载

* [GitHub Releases](https://github.com/TenkyuChimata/SCEEW/releases/latest)

## 截图

![1.png](https://s2.loli.net/2023/08/02/OFu7Zydh36e4UMo.png)
![2.png](https://s2.loli.net/2023/08/02/FBk6G8xSA4clEQI.png)
436 changes: 436 additions & 0 deletions SCEEW.py

Large diffs are not rendered by default.

Binary file added assets/fonts/SDK_SC_Web.ttf
Binary file not shown.
Binary file added assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/warn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sounds/EEW1.wav
Binary file not shown.
Binary file added assets/sounds/EEW2.wav
Binary file not shown.
Binary file added assets/sounds/alert.wav
Binary file not shown.
Binary file added assets/sounds/countdown.wav
Binary file not shown.
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"audio": true, "auto_window": true, "location": "成都市青羊区", "latitude": 30.68, "longitude": 104.05}
Empty file added errors.log
Empty file.

0 comments on commit f024ea5

Please sign in to comment.