056ae914ce
v1.0.14 Windows 构建失败:main.cpp 含中文(u8 标题+中文注释),MSVC 在 GBK(936) 代码页报 C4819「字符无法表示」,而 runner 开了 /WX 警告即错误。 改为标题用 UTF-8 字节的 \x 十六进制转义、注释改英文,源码纯 ASCII, 运行时 MultiByteToWideChar(CP_UTF8) 解码,窗口标题仍是岩美酒库。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jiu_client
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.