File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88---
99
10+ ## [ 1.0.4] - 2025-01-22
11+
12+ ### 📝 文档
13+
14+ - ** 配置文档修正** :修正 ` chat_hotkey ` 默认值文档(ctrl+alt+w → ctrl+shift+w)
15+ - ** README 更新** :完善功能特性说明,添加新功能详细文档
16+ - ** 使用说明** :同步程序内使用说明与 README
17+ - ** 仓库链接** :修正所有文档中的 GitHub 仓库链接
18+
19+ ---
20+
1021## [ 1.0.3] - 2025-01-22
1122
1223### ✨ 新增功能
Original file line number Diff line number Diff line change 22
33<div align =" center " >
44
5- ![ Version] ( https://img.shields.io/badge/version-1.0.3 -blue.svg )
5+ ![ Version] ( https://img.shields.io/badge/version-1.0.4 -blue.svg )
66![ License] ( https://img.shields.io/badge/license-MIT-green.svg )
77![ Platform] ( https://img.shields.io/badge/platform-Windows-lightgrey.svg )
88
@@ -79,7 +79,7 @@ Avalon Atlas 是一款专为阿瓦隆在线(Albion Online)玩家设计的桌
7979#### 方式一:下载发行版(推荐)
8080
81811 . 前往 [ Releases] ( https://github.com/Pililink/Avalon-Atlas/releases ) 页面
82- 2 . 下载最新版本的 ` AvalonAtlas-v1.0.3 -portable.zip `
82+ 2 . 下载最新版本的 ` AvalonAtlas-v1.0.4 -portable.zip `
83833 . 解压到任意目录(建议路径不含中文)
84844 . 双击 ` AvalonAtlas.exe ` 启动
8585
Original file line number Diff line number Diff line change 22
33from __future__ import annotations
44
5- __version__ = "1.0.3 "
6- __version_info__ = (1 , 0 , 3 )
5+ __version__ = "1.0.4 "
6+ __version_info__ = (1 , 0 , 4 )
77
88# 版本号规则 (Semantic Versioning):
99# MAJOR.MINOR.PATCH
You can’t perform that action at this time.
0 commit comments