用链表实现文本编辑器:TaoToken 统一 Key 接入 Cline 的 settings.json 配置骨架
2026/9/26 9:13:11
1、快速生成mock数据:
https://rtool.cn/jsonserver
简单使用:
①写一个1.json
{"posts":[{"id":1,"title":"json-server","author":"typicode"}],"comments":[{"id":1,"body":"some comment","postId":1}],"profile":{"name":"typicode"}}②环境安装
npminstall-gjson-server③运行
json-server--watchdb.json④可以使用了:
http://localhost:3000/profile