chatcat
Optimize proxy proxy issues.

英語| 中文文档
ダウンロード:
Chatcat More Safety ChatGptクライアントはMac(Intel、M1、M2)、Win7 64ビット以上のシステムをサポートしています



vue3 + arco.design + golang + wails + sqlite
パッケージングの公式ソースからWailsをインストールします。
注: win7では公式の抑制パッケージは実行できません。 win7サポートするには、mqenergy/wailsをダウンロードしてローカルにコンパイルします。
cd wails/v2/cmd/wails
go install .テストを実行します:
#
make dev # The ENV parameter can be set to test (for testing) or prod (for production), for example:
make build ENV=prod
# Package into dmg format
make dmg # amd64
make darwin/amd64 ENV=prod
# arm64
make darwin/arm64 ENV=prod注:以下のインストールパッケージは、コンピューターアーキテクチャに従ってパッケージ化する必要があります。そうしないと、パッケージが成功しない場合があります。
# amd64 is a 64-bit version of the X86 architecture CPU. It is also known as X86_64. It is widely used in mainstream desktop PCs, laptops, and servers (including virtual machines).
make windows/amd64 ENV=prod
# arm64 is a 64-bit version of the ARM architecture CPU.
make windows/arm64 ENV=prod
# win32
make windows/386 ENV=prod