Bosco

Results 27 comments of Bosco

antd-mobile5 rc 啦 https://github.com/ant-design/ant-design-mobile/releases/tag/v5.0.0-rc.2

> Electron体积太大了,我不太想用。之前考虑过用kotlin写跨平台,将来迁移到移动端和web端都可以用同一套代码,现在compose for desktop也发布1.0了,不过重写工作量太大,没有那么多时间做,所以还是以维护c#为主 现在有个 electron 的竞品是 tauri,可以了解下,用的是设备自己的 webview,不用打包个 chrorium 进去,节省很多体积

> please try https://github.com/dongyuwei/hallelujahIM/releases/tag/v1.6.2 经过实测在 1.6.2 下,安装后重启电脑,就可以在输入法设置里添加 hallelujah 输入法了,即可正常使用。 After actual testing, it was found that in version 1.6.2, after installing and restarting the computer, you can add the Hallelujah...

Update: According to the prompt add `OPENSSL_DIR` environment variable ```bash % brew info openssl@3 ==> openssl@3: stable 3.3.0 (bottled) Cryptography and SSL/TLS Toolkit https://openssl.org/ Installed /opt/homebrew/Cellar/openssl@3/3.3.0 (6,976 files, 32.4MB) *...

Update: According to https://github.com/sfackler/rust-openssl/issues/1402#issuecomment-754661024 > The directory containing x86_64-linux-android-clang should be added to your PATH. Configure environment variables ```ini # .zshrc # for tauri build export NDK_HOME="/Users/[username]/Library/Android/sdk/ndk/27.0.11718014" export JAVA_HOME="/Applications/Android Studio.app/Contents/jbr/Contents/Home"...

```bash % rustup -V rustup 1.27.0 (bbb9276d2 2024-03-08) info: This is the version for the rustup toolchain manager, not the rustc compiler. info: The currently active `rustc` version is `rustc...

Update: Edit `~/.cargo/config` ```toml [target.x86_64-linux-android] linker = "/Users/username/Library/Android/sdk/ndk/27.0.11718014/toolchains/llvm/prebuilt/darwin-x86_64/bin/x86_64-linux-android35-clang" ``` Run ```bash % cd tauri-src % cargo clean % cargo build --bins --features tauri/custom-protocol,tauri/native-tls --release --target x86_64-linux-android ``` **`cargo build` succeeded**...

Update: ## Encountered a prompt: ```bash Error Project directory /my-first-tauri-v2-app-playground/src-tauri/gen/android/app/src/main/java/com/username/my_first_tauri_v2_app_playground does not exist. Did you update the package name in `Cargo.toml` or the bundle identifier in `tauri.conf.json > identifier`? Save...

~~same error~~ 🥹 Update: In my case, just enabling TUN mode is enough. Turn off system proxy, enable TUN mode, no need to enable service mode, and you can have...

> what's your version Core version: V1.18.1 Meta Verge version: 1.6.0