Alex Kao

Results 4 issues of Alex Kao

### question I'm curious about how does the the auto converter in commands arguments work, for example: ```rust #[poise::command(prefix_command,)] pub async fn delmsg( ctx: Context { poise::FrameworkError::ArgumentParse { ctx: ctx.into(),...

potentially messy

In my case, I want to make a command's prefix and slash seperately, like belowed ```rust #[poise::command(slash_command, rename = "test")] pub async fn test_slash( ctx: Context, #[rest] args: Option) ->...

just needs work
documentation

![image](https://github.com/MaaAssistantArknights/MaaAssistantArknights/assets/82710122/a95210b8-4768-4a8a-9b92-a4bb0da359be) 為了解決maa無法處理繁中服登入選項的問題,添加了一個登入選單 現在僅有UI部分完成,因為我不太清楚怎麼讓UI和task部分互動 GameClientUserControl.xaml:57 的 `TxwyLoginType` 就還沒有延伸出去 目前我本地的解法是給繁中task添加自訂的`StartLoginBServer`,不知道是否能藉由將他通用化來實現? ``` "StartLoginBServer": { "template": "SignInGoogle.png", "roi": [361, 285, 557, 162], "next": [ "StartUpThemes#next", "StartLoginBServer@LoadingIcon" ] } ``` ![SignInFacebook](https://github.com/MaaAssistantArknights/MaaAssistantArknights/assets/82710122/6480d001-da8b-4eef-882a-81de7746e8e3) ![SignInGoogle](https://github.com/MaaAssistantArknights/MaaAssistantArknights/assets/82710122/c82d93aa-0fd7-4265-9ecb-0005a6e66609) ``` "template": "SignInGoogle.png",...

module: others
client: ZH_TW

# Summary [summary]: #summary Add `[diagnostic::on_unimplemented_trait_use]` in `#[diagnostic]` on structs that will influence error messages emitted by unsatisfied traits bounds. # Motivation [motivation]: #motivation The idea came about when I...