@wcj/github-rank 22.9.30 → 22.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/repos.json +33173 -33166
  2. package/dist/sifou-daily.json +11 -65
  3. package/dist/sifou-monthly.json +87 -87
  4. package/dist/sifou-weekly.json +148 -148
  5. package/dist/toutiao-30.json +75 -75
  6. package/dist/toutiao-7.json +91 -91
  7. package/dist/toutiao-90.json +19 -19
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +148 -148
  10. package/dist/trending-weekly.json +156 -156
  11. package/dist/users.china.json +1276 -1276
  12. package/dist/users.json +2844 -2844
  13. package/package.json +1 -1
  14. package/web/data/repos.json +33173 -33166
  15. package/web/data/sifou-daily.json +11 -65
  16. package/web/data/sifou-monthly.json +87 -87
  17. package/web/data/sifou-weekly.json +148 -148
  18. package/web/data/toutiao-30.json +75 -75
  19. package/web/data/toutiao-7.json +91 -91
  20. package/web/data/toutiao-90.json +19 -19
  21. package/web/data/trending-daily.json +171 -171
  22. package/web/data/trending-monthly.json +148 -148
  23. package/web/data/trending-weekly.json +156 -156
  24. package/web/data/users.china.json +1276 -1276
  25. package/web/data/users.json +2844 -2844
  26. package/web/index.html +1634 -1634
  27. package/web/repos.html +3556 -3556
  28. package/web/sifou-daily.html +10 -178
  29. package/web/sifou-monthly.html +128 -128
  30. package/web/sifou-weekly.html +132 -132
  31. package/web/toutiao-30.html +96 -96
  32. package/web/toutiao-7.html +84 -84
  33. package/web/toutiao-90.html +38 -38
  34. package/web/trending-monthly.html +138 -134
  35. package/web/trending-weekly.html +136 -140
  36. package/web/trending.html +150 -146
  37. package/web/users.china.html +660 -660
@@ -1,74 +1,20 @@
1
1
  [
2
2
  {
3
- "title": "前端web实现(@、At、艾特)选人或引用数据",
4
- "description": "1、在输入框中输入 @ ,弹出浮窗,然后可以选择浮窗中相关的数据;2、在输入框中输入 # ,弹出浮窗,然后可以选择浮窗中相关的数据;3、@ 和 # 引用的数据要包含名称和id等,最终要传给后端;4、删除 @ 和 # 引用...",
5
- "url": "https://segmentfault.com/a/1190000042563289",
6
- "author": "xmanlin",
7
- "home_url": "https://segmentfault.com/u/dxpang",
3
+ "title": "ShardingSphere高CPU消耗的问题",
4
+ "description": "ShardingSphere官方文档[链接]一、老版本TreeMap问题在5.0.0之前的ShardingResultSet中使用的TreeMap设置的不分大小写导致的,这个源码中写死的。1.1 标志性热点二、5.0.0版本之后去掉了TreeMap在5.0.0版本之后,...",
5
+ "url": "https://segmentfault.com/a/1190000042567934",
6
+ "author": "开翻挖掘机",
7
+ "home_url": "https://segmentfault.com/u/wajueji9527",
8
8
  "votes": "1",
9
9
  "rank": 1
10
10
  },
11
11
  {
12
- "title": "Monaco Editor 中的 Keybinding 机制",
13
- "description": "前段时间碰到了一个 Keybinding 相关的问题,于是探究了一番,首先大家可能会有两个问题:Monaco Editor 是啥?Keybinding 又是啥?",
14
- "url": "https://segmentfault.com/a/1190000042562942",
15
- "author": "袋鼠云数栈UED",
16
- "home_url": "https://segmentfault.com/u/daishuyunshuzhanqianduan",
17
- "votes": "2",
18
- "rank": 2
19
- },
20
- {
21
- "title": "撸了一款 Vue 生态缺失的 CMD+K 类库",
22
- "description": "9月底,新轮子又来了,Vue Command Palette 是一个为 Vue 而生的快速、无样式、可组合的 Command Palette(CMDK)组件库。",
23
- "url": "https://segmentfault.com/a/1190000042559544",
24
- "author": "xiaoluoboding",
25
- "home_url": "https://segmentfault.com/u/xlbd",
26
- "votes": "1",
27
- "rank": 3
28
- },
29
- {
30
- "title": "Dev Together 🥳 2022 开发者生态峰会正式启动,议题征集启动!",
31
- "description": "Dev Together 中国开发者生态峰会是由 SegmentFault 思否发起的,面向 to D Marketing、开发者运营、开发者关系从业者的交流活动。我们希望打破日常工作中来自不同厂商背景给大家带来的交流屏障,在一个中立的平...",
32
- "url": "https://segmentfault.com/a/1190000042560534",
33
- "author": "波波Nadia",
34
- "home_url": "https://segmentfault.com/u/bobonadia",
35
- "votes": "2",
36
- "rank": 4
37
- },
38
- {
39
- "title": "vue 项目vue.config.js 中 devServer proxy 未生效问题解决方案",
40
- "description": "clone vue-material-admin 项目到本地运行, 修改了 .env.development, 希望代理到本地5005端口 {代码...} 改为了(参考原始内容照葫芦画瓢, .env.development误人啊) {代码...} devServer配置代理如下 {代码...} ...",
41
- "url": "https://segmentfault.com/a/1190000042560078",
42
- "author": "Yi_Zhi_Yu",
43
- "home_url": "https://segmentfault.com/u/a_fish",
44
- "votes": "1",
45
- "rank": 5
46
- },
47
- {
48
- "title": "常用正则表达式整理",
49
- "description": "常用正则表达式(持续更新)校验数字 {代码...} 校验字符 {代码...} 其他 {代码...}",
50
- "url": "https://segmentfault.com/a/1190000042560341",
51
- "author": "wasdquiop",
52
- "home_url": "https://segmentfault.com/u/ryan_5fd1bc9a06259",
53
- "votes": "1",
54
- "rank": 6
55
- },
56
- {
57
- "title": "javaScript正则表达式",
58
- "description": "RegExp:是正则表达式(regular expression)的简写正则表达式用于对字符串模式匹配及检索替换,是对字符串执行模式匹配的强大工具",
59
- "url": "https://segmentfault.com/a/1190000042560239",
60
- "author": "wasdquiop",
61
- "home_url": "https://segmentfault.com/u/ryan_5fd1bc9a06259",
12
+ "title": "React面试:谈谈虚拟DOM,Diff算法与Key机制",
13
+ "description": "原生的JS DOM操作非常消耗性能,而React把真实原生JS DOM转换成了JavaScript对象。这就是虚拟Dom(Virtual Dom)",
14
+ "url": "https://segmentfault.com/a/1190000042567864",
15
+ "author": "紧张的大葱",
16
+ "home_url": "https://segmentfault.com/u/jinzhangdedacong",
62
17
  "votes": "1",
63
- "rank": 7
64
- },
65
- {
66
- "title": "【2-6 Golang】Go并发编程—定时器timer",
67
- "description": "定时器使得我们可以延迟若干时间执行某项任务,或者以某一时间周期性执行某项任务,Linux系统本身也具备定时器能力,Go语言是定时器是基于系统调用实现的吗?另外,Go语言不是多协程吗,定时器触发时...",
68
- "url": "https://segmentfault.com/a/1190000042559485",
69
- "author": "西红柿",
70
- "home_url": "https://segmentfault.com/u/tomato_5e8c292fd884c",
71
- "votes": "1",
72
- "rank": 8
18
+ "rank": 2
73
19
  }
74
20
  ]
@@ -1,4 +1,13 @@
1
1
  [
2
+ {
3
+ "title": "「多图预警」完美实现一个@功能",
4
+ "description": "一天产品大大向 boss 汇报完研发成果和产品业绩产出,若有所思的走出来,劲直向我走过来,嘴角微微上扬。产品大大:boss 对我们的研发成果挺满意的,balabala...(内心 OS:不听,讲重点)产品大大:咱们的客服 I...",
5
+ "url": "https://segmentfault.com/a/1190000042481321",
6
+ "author": "wuwhs",
7
+ "home_url": "https://segmentfault.com/u/wuwhs",
8
+ "votes": "23",
9
+ "rank": 1
10
+ },
2
11
  {
3
12
  "title": "如何优雅地中断 Promise?来试试 AbortController 吧!",
4
13
  "description": "欢迎大家来到 前端小课堂 的第五期,今天我们来聊一聊如何终止正在进行中的 Fetch 以及 Promise。文中会跟大家详细介绍这里面的两个关键知识点 AbortController 和 AbortSignal。对动手实践比较感兴趣的同学还可...",
@@ -6,7 +15,7 @@
6
15
  "author": "dreamapplehappy",
7
16
  "home_url": "https://segmentfault.com/u/dreamapplehappy",
8
17
  "votes": "21",
9
- "rank": 1
18
+ "rank": 2
10
19
  },
11
20
  {
12
21
  "title": "还在用定时器吗?借助 CSS 来监听事件",
@@ -14,16 +23,7 @@
14
23
  "url": "https://segmentfault.com/a/1190000042475578",
15
24
  "author": "XboxYan",
16
25
  "home_url": "https://segmentfault.com/u/xboxyan",
17
- "votes": "23",
18
- "rank": 2
19
- },
20
- {
21
- "title": "「多图预警」完美实现一个@功能",
22
- "description": "一天产品大大向 boss 汇报完研发成果和产品业绩产出,若有所思的走出来,劲直向我走过来,嘴角微微上扬。产品大大:boss 对我们的研发成果挺满意的,balabala...(内心 OS:不听,讲重点)产品大大:咱们的客服 I...",
23
- "url": "https://segmentfault.com/a/1190000042481321",
24
- "author": "wuwhs",
25
- "home_url": "https://segmentfault.com/u/wuwhs",
26
- "votes": "21",
26
+ "votes": "24",
27
27
  "rank": 3
28
28
  },
29
29
  {
@@ -41,7 +41,7 @@
41
41
  "url": "https://segmentfault.com/a/1190000042517595",
42
42
  "author": "南城大前端",
43
43
  "home_url": "https://segmentfault.com/u/nanchengfe",
44
- "votes": "16",
44
+ "votes": "18",
45
45
  "rank": 5
46
46
  },
47
47
  {
@@ -50,9 +50,27 @@
50
50
  "url": "https://segmentfault.com/a/1190000042547772",
51
51
  "author": "XboxYan",
52
52
  "home_url": "https://segmentfault.com/u/xboxyan",
53
- "votes": "15",
53
+ "votes": "16",
54
54
  "rank": 6
55
55
  },
56
+ {
57
+ "title": "50天用vue3完成了50个web项目,我学到了什么?",
58
+ "description": "通过本文的50个web示例你将学到:Vue3核心基础语法和进阶语法less核心基础语法和进阶语法scss核心基础语法和进阶语法1.Expanding Cards效果如图所示:源码在线示例学到了什么?JavascriptVue ref方法定义基本响应式...",
59
+ "url": "https://segmentfault.com/a/1190000042509082",
60
+ "author": "夕水",
61
+ "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
62
+ "votes": "17",
63
+ "rank": 7
64
+ },
65
+ {
66
+ "title": "单标签实现复杂的棋盘布局",
67
+ "description": "其实,对于一个页面的布局而言,标签越少不一定是好事,我们在考虑 DOM 的消耗的同时,也需要关注代码的可读性,以及后续基于这个布局的制作的交互的难易性等等。",
68
+ "url": "https://segmentfault.com/a/1190000042513947",
69
+ "author": "chokcoco",
70
+ "home_url": "https://segmentfault.com/u/chokcoco",
71
+ "votes": "11",
72
+ "rank": 8
73
+ },
56
74
  {
57
75
  "title": "实现《羊了个羊》的小游戏",
58
76
  "description": "这两天火爆全场的《羊了个羊》游戏,相信大家都玩过了,那么在玩这个游戏的同时,我想大家都会好奇这个游戏的实现,本文就带大家使用css,html,js来实现一个动物版的游戏。",
@@ -60,7 +78,7 @@
60
78
  "author": "夕水",
61
79
  "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
62
80
  "votes": "13",
63
- "rank": 7
81
+ "rank": 9
64
82
  },
65
83
  {
66
84
  "title": "云安全践行者:亚马逊云科技如何打好“安全”牌?",
@@ -69,7 +87,7 @@
69
87
  "author": "六一",
70
88
  "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
71
89
  "votes": "10",
72
- "rank": 8
90
+ "rank": 10
73
91
  },
74
92
  {
75
93
  "title": "CSS transform、transition、animation 指南",
@@ -78,25 +96,16 @@
78
96
  "author": "散一群逗逼",
79
97
  "home_url": "https://segmentfault.com/u/sanyiqundoubi",
80
98
  "votes": "12",
81
- "rank": 9
82
- },
83
- {
84
- "title": "50天用vue3完成了50个web项目,我学到了什么?",
85
- "description": "通过本文的50个web示例你将学到:Vue3核心基础语法和进阶语法less核心基础语法和进阶语法scss核心基础语法和进阶语法1.Expanding Cards效果如图所示:源码在线示例学到了什么?JavascriptVue ref方法定义基本响应式...",
86
- "url": "https://segmentfault.com/a/1190000042509082",
87
- "author": "夕水",
88
- "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
89
- "votes": "16",
90
- "rank": 10
99
+ "rank": 11
91
100
  },
92
101
  {
93
- "title": "单标签实现复杂的棋盘布局",
94
- "description": "其实,对于一个页面的布局而言,标签越少不一定是好事,我们在考虑 DOM 的消耗的同时,也需要关注代码的可读性,以及后续基于这个布局的制作的交互的难易性等等。",
95
- "url": "https://segmentfault.com/a/1190000042513947",
96
- "author": "chokcoco",
97
- "home_url": "https://segmentfault.com/u/chokcoco",
102
+ "title": "漫画 | Serverless + Data,让后端告别搬砖!",
103
+ "description": "文章来源:码农翻身上古时期,软件系统都比较简单。随着时代的发展,系统越来越复杂。移动互联网时代来临,流量越来越大,尤其是搞促销活动的时候。促销活动过后,领导到机房视察。很快, 云计算时代来临了!又到...",
104
+ "url": "https://segmentfault.com/a/1190000042554569",
105
+ "author": "六一",
106
+ "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
98
107
  "votes": "10",
99
- "rank": 11
108
+ "rank": 12
100
109
  },
101
110
  {
102
111
  "title": "使用 SVG 生成带标识的 favicon",
@@ -105,7 +114,7 @@
105
114
  "author": "XboxYan",
106
115
  "home_url": "https://segmentfault.com/u/xboxyan",
107
116
  "votes": "11",
108
- "rank": 12
117
+ "rank": 13
109
118
  },
110
119
  {
111
120
  "title": "中秋佳节之际, 一起来欣赏 9 个冷门的css属性",
@@ -114,7 +123,7 @@
114
123
  "author": "lulu_up",
115
124
  "home_url": "https://segmentfault.com/u/lulu_up",
116
125
  "votes": "10",
117
- "rank": 13
126
+ "rank": 14
118
127
  },
119
128
  {
120
129
  "title": "AI数字绘画 stable-diffusion 保姆级教程",
@@ -123,7 +132,16 @@
123
132
  "author": "程序员秋风",
124
133
  "home_url": "https://segmentfault.com/u/qiufeng_5a07f6cb96ee0",
125
134
  "votes": "9",
126
- "rank": 14
135
+ "rank": 15
136
+ },
137
+ {
138
+ "title": "当你 git push 时,极狐GitLab上发生了什么?",
139
+ "description": "本文来自:李振楠 极狐(GitLab) 研发工程师勇士,你可曾好奇过 Git 和极狐GitLab 是如何工作的?现在,拿起你心爱的 IDE,和我们一起踏上探索之旅吧!基础知识在开始旅程之前,我们需要做三分钟的知识储备,计时...",
140
+ "url": "https://segmentfault.com/a/1190000042537837",
141
+ "author": "极狐GitLab",
142
+ "home_url": "https://segmentfault.com/u/jihu_gitlab",
143
+ "votes": "9",
144
+ "rank": 16
127
145
  },
128
146
  {
129
147
  "title": "【已结束】SegmentFault 思否技术征文丨浅谈 Java 进阶之路",
@@ -132,7 +150,7 @@
132
150
  "author": "SegmentFault思否",
133
151
  "home_url": "https://segmentfault.com/u/segmentfault",
134
152
  "votes": "9",
135
- "rank": 15
153
+ "rank": 17
136
154
  },
137
155
  {
138
156
  "title": "1000粉!使用Three.js实现一个创意纪念页面 🏆",
@@ -141,16 +159,7 @@
141
159
  "author": "dragonir",
142
160
  "home_url": "https://segmentfault.com/u/dragonir",
143
161
  "votes": "8",
144
- "rank": 16
145
- },
146
- {
147
- "title": "当你 git push 时,极狐GitLab上发生了什么?",
148
- "description": "本文来自:李振楠 极狐(GitLab) 研发工程师勇士,你可曾好奇过 Git 和极狐GitLab 是如何工作的?现在,拿起你心爱的 IDE,和我们一起踏上探索之旅吧!基础知识在开始旅程之前,我们需要做三分钟的知识储备,计时...",
149
- "url": "https://segmentfault.com/a/1190000042537837",
150
- "author": "极狐GitLab",
151
- "home_url": "https://segmentfault.com/u/jihu_gitlab",
152
- "votes": "8",
153
- "rank": 17
162
+ "rank": 18
154
163
  },
155
164
  {
156
165
  "title": "CSS 有了:has伪类可以做些什么?",
@@ -159,7 +168,7 @@
159
168
  "author": "XboxYan",
160
169
  "home_url": "https://segmentfault.com/u/xboxyan",
161
170
  "votes": "10",
162
- "rank": 18
171
+ "rank": 19
163
172
  },
164
173
  {
165
174
  "title": "有意思的水平横向溢出滚动",
@@ -168,7 +177,16 @@
168
177
  "author": "chokcoco",
169
178
  "home_url": "https://segmentfault.com/u/chokcoco",
170
179
  "votes": "6",
171
- "rank": 19
180
+ "rank": 20
181
+ },
182
+ {
183
+ "title": "见微知著,从两道有意思的 CSS 面试题,考察你的基础",
184
+ "description": "今天在论坛,有看到这样一道非常有意思的题目,简单的代码如下: {代码...} 样式如下: {代码...} 试问,标签 <p> 内的文字的颜色,是 green 还是 blue 呢?有趣的是,这里的最终结果是蓝色,也就是 color:...",
185
+ "url": "https://segmentfault.com/a/1190000042550192",
186
+ "author": "chokcoco",
187
+ "home_url": "https://segmentfault.com/u/chokcoco",
188
+ "votes": "7",
189
+ "rank": 21
172
190
  },
173
191
  {
174
192
  "title": "CodeForBetter_Hackathon,唤醒代码的力量",
@@ -177,7 +195,7 @@
177
195
  "author": "SegmentFault思否",
178
196
  "home_url": "https://segmentfault.com/u/segmentfault",
179
197
  "votes": "4",
180
- "rank": 20
198
+ "rank": 22
181
199
  },
182
200
  {
183
201
  "title": "图解JS中的事件循环",
@@ -186,16 +204,7 @@
186
204
  "author": "寒水寺一禅",
187
205
  "home_url": "https://segmentfault.com/u/xiaolizideyitian",
188
206
  "votes": "6",
189
- "rank": 21
190
- },
191
- {
192
- "title": "见微知著,从两道有意思的 CSS 面试题,考察你的基础",
193
- "description": "今天在论坛,有看到这样一道非常有意思的题目,简单的代码如下: {代码...} 样式如下: {代码...} 试问,标签 <p> 内的文字的颜色,是 green 还是 blue 呢?有趣的是,这里的最终结果是蓝色,也就是 color:...",
194
- "url": "https://segmentfault.com/a/1190000042550192",
195
- "author": "chokcoco",
196
- "home_url": "https://segmentfault.com/u/chokcoco",
197
- "votes": "7",
198
- "rank": 22
207
+ "rank": 23
199
208
  },
200
209
  {
201
210
  "title": "Java反射真正的详解,学以致用,实战案例,虽不及万字,但也已有近8000字",
@@ -204,7 +213,7 @@
204
213
  "author": "宁在春",
205
214
  "home_url": "https://segmentfault.com/u/wyh_study",
206
215
  "votes": "12",
207
- "rank": 23
216
+ "rank": 24
208
217
  },
209
218
  {
210
219
  "title": "特约专访 | 思否 CEO 高阳带你了解 Code For Better _ Hackathon 冠军团队背后的故事",
@@ -213,15 +222,6 @@
213
222
  "author": "SegmentFault思否",
214
223
  "home_url": "https://segmentfault.com/u/segmentfault",
215
224
  "votes": "4",
216
- "rank": 24
217
- },
218
- {
219
- "title": "为什么vue.config.js中使用require,而vite.config.js使用 import?",
220
- "description": "偶然一次发现,他们两个的引入模块的方式不一样,在好奇心的驱使下,便开始一探究竟。1、vue.config方式打开项目的package.json,找到 scripts位置。找到 vue-cli-service 命令,通常命令都位于当前项目的node_mo...",
221
- "url": "https://segmentfault.com/a/1190000042432407",
222
- "author": "寒水寺一禅",
223
- "home_url": "https://segmentfault.com/u/xiaolizideyitian",
224
- "votes": "8",
225
225
  "rank": 25
226
226
  },
227
227
  {
@@ -233,6 +233,24 @@
233
233
  "votes": "5",
234
234
  "rank": 26
235
235
  },
236
+ {
237
+ "title": "为什么vue.config.js中使用require,而vite.config.js使用 import?",
238
+ "description": "偶然一次发现,他们两个的引入模块的方式不一样,在好奇心的驱使下,便开始一探究竟。1、vue.config方式打开项目的package.json,找到 scripts位置。找到 vue-cli-service 命令,通常命令都位于当前项目的node_mo...",
239
+ "url": "https://segmentfault.com/a/1190000042432407",
240
+ "author": "寒水寺一禅",
241
+ "home_url": "https://segmentfault.com/u/xiaolizideyitian",
242
+ "votes": "8",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "借助 :has 实现3d轮播图",
247
+ "description": "前不久在这篇文章:CSS 有了:has伪类可以做些什么 中介绍了:has伪类的一些使用场景,可以说大大颠覆了 CSS 选择器的认知,让很多繁琐的 js逻辑通过灵活的CSS轻易实现了。这次带来一个比较常见的案例,3d 轮播图,...",
248
+ "url": "https://segmentfault.com/a/1190000042512102",
249
+ "author": "XboxYan",
250
+ "home_url": "https://segmentfault.com/u/xboxyan",
251
+ "votes": "7",
252
+ "rank": 28
253
+ },
236
254
  {
237
255
  "title": "新时代布局新特性 -- 容器查询",
238
256
  "description": "而目前,我们也能在 Chrome Canary 版本中,或者在 Chrome 93~104 通过开启 Enable CSS Container Queries 特性抢先体验。",
@@ -240,7 +258,7 @@
240
258
  "author": "chokcoco",
241
259
  "home_url": "https://segmentfault.com/u/chokcoco",
242
260
  "votes": "8",
243
- "rank": 27
261
+ "rank": 29
244
262
  },
245
263
  {
246
264
  "title": "用Vue.js写一个命令行贪吃蛇游戏",
@@ -249,24 +267,6 @@
249
267
  "author": "null仔",
250
268
  "home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
251
269
  "votes": "6",
252
- "rank": 28
253
- },
254
- {
255
- "title": "近期对前端性能优化的总结",
256
- "description": "前端性能优化不管是在面试中还是在实际开发过程中,都是每一个前端开发工程师都必不可少的能力。本文总结本人多年开发经验中对前端性能优化的理解,希望对大家有所帮助,因涉及的优化方向较多,针对某些细节不再...",
257
- "url": "https://segmentfault.com/a/1190000042461022",
258
- "author": "南城大前端",
259
- "home_url": "https://segmentfault.com/u/nanchengfe",
260
- "votes": "4",
261
- "rank": 29
262
- },
263
- {
264
- "title": "用Colab免费部署自己的AI绘画云平台—— Stable Diffusion",
265
- "description": "AI绘画门槛又又又降低了,从最开始需要花半天时间折腾的 Disco-Diffusion ,紧接着 Stable Diffusion 在 github 上开源,各家平台都推出了云平台,让用户通过轻松的点击、选择、输入就能生成一张张AI图。",
266
- "url": "https://segmentfault.com/a/1190000042509388",
267
- "author": "程序员秋风",
268
- "home_url": "https://segmentfault.com/u/qiufeng_5a07f6cb96ee0",
269
- "votes": "6",
270
270
  "rank": 30
271
271
  }
272
272
  ]