DiamondYuan

Results 67 comments of DiamondYuan

although we can use trick,such as base64

> 有比较好的 API 设计形式吗?我这边希望的是: > > * 能够比较清晰的在 `themeConfig` 中知道是哪个 plugin 的 config,作用域明确; > * 现在的 plugin 是基于 path 去拿的,相当于没有 id,这个可能是区分 config 作用域会遇到的一个阻力; > * 另一点就是,新的设计如何不 break。 我随便举一个例子。 ``` const...

DvaModelBuilder 的返回结果就是一个普通的对象,深拷贝一下,再改一下 namespace 应该就可以复用了。 或许可以提供一些工具类,让 model 之间可以相互组合。

> Oh, now I noticed your name in the credits of the article. Feel free to close this as it seems redundant. https://github.com/DiamondYuan/diamond-doc I made an ORDTS lib , and...

之前很好奇大鱼是做什么的。现在终于知道了。

根据上面的流程图,view 是 通过 action 改变 data。然后data再渲染 view。 那么页面的 未加载/加载中/加载完成/请求失败 等状态放在哪里呢? 如果是使用 saga ,页面调用 action 后,除非外部传入,是不知道请求状态的。

同时支持 notion,github,yuque 的剪藏工具 https://github.com/yuquewebclipper/yuque-web-clipper

> 这几天正在搞这个东西,没想到又被大佬给干了,算了,一个人搞不过一堆人,膜拜。 > umi 只有大佬一个人在做。 上面是错误信息 🤦‍♂️ 弄错了。

Add a new config `allow_duplicate`,if duplicate, will return correct outputs. ``` name: Release on: push: branches: - master jobs: build_on_win: runs-on: windows-latest steps: - name: Create Release id: create_release uses:...