Menu

Tree [12e0c6] master /
 History

HTTPS access


File Date Author Commit
 .idea 2025-08-27 hunter.zhang hunter.zhang [d8d1c3] 进一步完善了功能,现在可以初步写日记了。
 src 2025-09-01 hunter.zhang hunter.zhang [12e0c6] 小修复。
 .gitignore 2025-08-22 hunter.zhang hunter.zhang [a6e266] 初步完成登录和日记列表。
 README.en.md 2025-08-22 riverbird riverbird [7d5690] Initial commit
 README.md 2025-08-22 hunter.zhang hunter.zhang [a6e266] 初步完成登录和日记列表。
 pyproject.toml 2025-08-30 hunter.zhang hunter.zhang [48b318] 更新了splash图片。

Read Me

BoolDiaryMobile2 app

Run the app

uv

Run as a desktop app:

uv run flet run

Run as a web app:

uv run flet run --web

Poetry

Install dependencies from pyproject.toml:

poetry install

Run as a desktop app:

poetry run flet run

Run as a web app:

poetry run flet run --web

For more details on running the app, refer to the Getting Started Guide.

Build the app

Android

flet build apk -v

For more details on building and signing .apk or .aab, refer to the Android Packaging Guide.

iOS

flet build ipa -v

For more details on building and signing .ipa, refer to the iOS Packaging Guide.

macOS

flet build macos -v

For more details on building macOS package, refer to the macOS Packaging Guide.

Linux

flet build linux -v

For more details on building Linux package, refer to the Linux Packaging Guide.

Windows

flet build windows -v

For more details on building Windows package, refer to the Windows Packaging Guide.