media/image/layout/figma/2024-12-17-01-05-58.png
... ...
Binary files a/media/image/layout/figma/2024-12-17-01-05-58.png and /dev/null differ
media/image/layout/figma/figma.md
... ...
@@ -1,9 +0,0 @@
1
-
2
-
3
-# figma
4
-
5
-Try using Figma to batch create pictures and texts for instagram or Xiaohongshu, the efficiency is quite high!
6
-
7
-![](2024-12-17-01-05-58.png)
8
-
9
-https://www.figma.com/community/design-templates
... ...
\ No newline at end of file
media/image/layout/layout.md
... ...
@@ -1,3 +0,0 @@
1
-
2
-# layout
3
-
media/layout/figma/2024-12-17-01-05-58.png
... ...
Binary files /dev/null and b/media/layout/figma/2024-12-17-01-05-58.png differ
media/layout/figma/figma.md
... ...
@@ -0,0 +1,9 @@
1
+
2
+
3
+# figma
4
+
5
+Try using Figma to batch create pictures and texts for instagram or Xiaohongshu, the efficiency is quite high!
6
+
7
+![](2024-12-17-01-05-58.png)
8
+
9
+https://www.figma.com/community/design-templates
... ...
\ No newline at end of file
social-media/gongzhonghao/gongzhonghao.md
... ...
@@ -15,9 +15,33 @@ https://x.com/ezshine/status/1790612896223043693
15 15
16 16
## sub
17 17
18
-WeWe RSS
18
+## WeWe RSS
19
+
19 20
更好的公众号订阅方式
20 21
22
+docker
23
+
24
+ docker run -d \
25
+ --name wewe-rss \
26
+ -p 4000:4000 \
27
+ -e DATABASE_TYPE=sqlite \
28
+ -e AUTH_CODE=123567 \
29
+ -v $(pwd)/data:/app/data \
30
+ cooderl/wewe-rss-sqlite:latest
31
+
32
+docker stop wewe-rss
33
+docker kill wewe-rss
34
+docker rm wewe-rss
35
+
36
+ docker run -d \
37
+ --name wewe-rss \
38
+ -p 0.0.0.0:4000:4000 \
39
+ -e DATABASE_TYPE=sqlite \
40
+ -e AUTH_CODE=123567 \
41
+ -v $(pwd)/data:/app/data \
42
+ cooderl/wewe-rss-sqlite:latest
43
+
44
+
21 45
http://laoduwu.xyz/dash/feeds
22 46
23 47