Skip to content

Wuchieh/wmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wmail - Email寄送應用

  • 簡單的UI設計
  • 支援多平台 (Windows, Android, Web)
  • 可查看寄送紀錄

Installation

git clone https://github.com/Wuchieh/wmail.git
cd wmail

桌面端

go install github.com/wailsapp/wails/v2/cmd/wails@latest
go mod tidy
wails build

Android

cd frontend
pnpm install
pnpm install @capacitor/assets --save-dev
pnpm run build
npx cap init [appName] [appId]
npx cap add android
npx cap sync
npx capacitor-assets generate
npx cap open android

在 AndroidManifest.xml 文件新增

<intent-filter>
    <action android:name="android.intent.action.VIEW" />
    <category android:name="android.intent.category.DEFAULT" />
    <category android:name="android.intent.category.BROWSABLE" />
    <data android:scheme="@string/custom_url_scheme" />
</intent-filter>
修改完成後就可以使用 Android Studio 打包應用成 apk 了

展示

登入

login_page.png

寄信

send_mail.png

新增收件人

add_recipient.png

選擇收件人

set_recipient.png

查看寄送紀錄

mail_records.png

查看寄送紀錄詳情

mail_records_info.png

自定義組件樣式

custom_style.png

亮色主題

light_theme.png

About

Email寄送應用

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •