vudsen

Results 6 comments of vudsen

第一次加页面,是要自己创建新文件还是要怎么搞 (

> > 第一次加页面,是要自己创建新文件还是要怎么搞 ( > > 需要处理两个地方: > > * 在 docs 文件夹下的合适层级新建一个md文件,在里面写内容 > * 在 mkdocs.yml 里面添加你的新文件 好的

如果真有3.0 希望能少抛一点RuntimeException,已经踩了好多坑了:( *昨天刚把自己机器人写完,已经没有什么bug了,然后把机器人挂服务器上了。中途把测试群解散了(因为功能已经差不多了),结果一个定时任务中要用GETTER获取机器人加入的群,即使那个群已经被解散了,但还是获取到了那个群,接着让机器人对这个群发消息,直接抛了一个RuntimeException强行把循环终止了,刚好这个群排序还靠前,直接让定时任务作废了,,,*

不过这个感觉要踩一次坑,才会知道要catch哪个Exception,确实感觉有点难受

you can use this type definition to instead `IF/Then/Else` ```ts export type Test = { enable: false } | { enable: true requiredValue: string requiredObj: { hello: string } }...

Hello guys, I found a temporary way to bypass this error if your `declarationDir` is indeed nested in the output dir (working on `12.1.1`): ```js // rollup.config.mjs export default defineConfig([...