add release notice

This commit is contained in:
shenjack 2023-05-16 21:06:17 +08:00
parent a167cb2e05
commit c6611fb9fd
9 changed files with 14 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.10"] # 3.11 still not support by nuitka
python-version: ["3.8"] # 3.11 still not support by nuitka 3.10 就不构建了 少消耗一些时间
runs-on: ${{ matrix.os }}

View File

@ -7,6 +7,8 @@
- [discord](https://discord.gg/kWzw2JrG6M)
- [kook](https://kook.top/sRPjFG)
## 请注意 这个仓库未来只会发布 `DR SDK` 的更新 `DR game` 的更新会在 [这里](https://github.com/shenjackyuanjie/DR-game) 发布
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
[![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/)
[![Generic badge](https://img.shields.io/badge/编写于_Python_版本-3.8.10-blue.svg)](https://Python.org)

View File

@ -8,7 +8,7 @@ fonts_folder = "libs/fonts"
[window]
style = "None"
width = 1261
height = 935
height = 711
visible = true
gui_scale = 1
caption = "Difficult Rocket v{DR_version}|DR_rs v{DR_Rust_get_version}"

View File

@ -7,6 +7,8 @@
- [discord](https://discord.gg/kWzw2JrG6M)
- [kook](https://kook.top/sRPjFG)
## Notice: This repo will only publish `DR SDK` updates, `DR game` updates will be published [here](https://github.com/shenjackyuanjie/DR-game)
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
[![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/)
[![Generic badge](https://img.shields.io/badge/Write_with_Python-3.8.10-blue.svg)](https://Python.org)

View File

@ -5,7 +5,10 @@
- [Semver++](./version.md)
- [update logs](./update_logs.md)
- [Change Log](./change_log/readme.md)
- [DR sdk](./change_log/dr_sdk.md)
- [DR game/DR rs](./change_log/dr_game.md)
- [Contributing](./contributing.md)
- [rua! 奇怪的东西~](./rua!.md)

View File

View File

View File

@ -0,0 +1,4 @@
# 这里存储了 `DR sdk` `DR game``DR rs` 的更新日志
- [DR sdk](./change_log/dr_sdk.md)
- [DR game/DR rs](./change_log/dr_game.md)