dorthl
dorthl
@LinQiaoPorco hello Whether you submit your implemented comment feature to a pr I'm looking forward to implementing comments This project is being upgraded, please push it to the dev branch...
It can be in the mian-bak branch, the mian branch was wrongly submitted by me and I am asking the warehouse manager to fix it, [mian-bak] is the original warehouse...
You can try to push to the dev branch and we can solve the problem together
Yes, there may be a big difference in the login plan My idea is to use the code that can be used as much as possible to realize the comment...
@LeeJim 或许这里不应该这样导出它 [import ActionSheet from './action-sheet';](https://github.com/Tencent/tdesign-miniprogram/blob/f15fa9a826338b2cc6e5c7515675e94057f45ae0/src/action-sheet/index.ts#L1) 直接从show 文件中导出就不会再有问题了 ``` import { ActionSheetTheme, show } from 'tdesign-miniprogram/action-sheet/show'; ``` ActionSheet 是一个Component
Very happy with your successful attempt. At present, there are still many functions of this project that have not been perfected. I will continue to improve it. You are also...
For ``` Reflection seems to be overused in this project.``` mainly because the way IBotSharpPlugin loads plug-ins has a feeling of repeated nesting In the project WebStarter, you have used...
In this way, the assembly is loaded through reflection. It seems that you want the plug-in to be loaded through dynamic loading. But BotSharp.Core becomes an asp.net core host that...
I hope this library can get better and better. I am using it to understand LLamaSharp integration, but I don’t know much about LLamaSharp. Call {{host}}/conversation/{{agentId}} The model has been...
Use [dependency-injection](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection-guidelines#recommendations) for inversion of control to decouple projects