File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55![ Vite] ( https://img.shields.io/badge/Vite-6-646CFF?logo=vite )
66![ License] ( https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey )
77
8- ** 版本:1.0.4 -beta** · 权威设计见 [ ` docs/DESIGN.md ` ] ( docs/DESIGN.md ) · 变更记录见 [ ` docs/CHANGELOG.md ` ] ( docs/CHANGELOG.md )
8+ ** 版本:1.0.5 -beta** · 权威设计见 [ ` docs/DESIGN.md ` ] ( docs/DESIGN.md ) · 变更记录见 [ ` docs/CHANGELOG.md ` ] ( docs/CHANGELOG.md )
99
1010[ OwO! FlightAssistant] ( https://github.com/Tommy131/OwO-FlightAssistant ) (Flutter 桌面版)的 Web GUI 移植。
1111保留原版的** 模块化微内核架构** 、** 设计语言** 与** 后端 API 契约** ,在浏览器中运行。
Original file line number Diff line number Diff line change 99
1010---
1111
12- ## 未发布
12+ ## v1.0.5-beta — 2026-08-09
1313
1414### 新增
1515
Original file line number Diff line number Diff line change 11{
22 "name" : " owo-flight-assistant-web" ,
33 "private" : true ,
4- "version" : " 1.0.4 -beta" ,
4+ "version" : " 1.0.5 -beta" ,
55 "type" : " module" ,
66 "description" : " OwO! FlightAssistant — Web GUI (React port of the Flutter modular flight assistant)" ,
77 "license" : " CC-BY-NC-SA-4.0" ,
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ export const AppConstants = {
2323 // ========== 应用信息 ==========
2424 appName : 'OwO! FlightAssistant' ,
2525 appPackageName : 'com.owoblog.owo_flight_assistant' ,
26- appVersion : import . meta. env . VITE_APP_VERSION ?? '1.0.4 -beta' ,
27- appBuildVersion : import . meta. env . VITE_APP_BUILD ?? '20260806 ' ,
26+ appVersion : import . meta. env . VITE_APP_VERSION ?? '1.0.5 -beta' ,
27+ appBuildVersion : import . meta. env . VITE_APP_BUILD ?? '20260809 ' ,
2828
2929 // ========== 资源路径 ==========
3030 assetIconPath : '/icons/app-icon.png' ,
You can’t perform that action at this time.
0 commit comments