File tree 8 files changed +25
-15
lines changed
8 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 1
1
# 历史
2
2
3
- 2023-02-06: v0.6.0
4
- --------------------
3
+ > 2023-03-27
4
+
5
+ * 对所有资料进行了第二次大幅的整理、重构。
6
+
7
+ <br />
8
+
9
+ > 2023-02-06: v0.6.0
5
10
6
11
* 所有文档的排版大调整。
7
12
* 更新电子版文档。[ 下载-v0.6.0版 PDF] ( ../..//releases/tag/v0.6.0 )
8
13
14
+ <br />
9
15
10
- 2023-01-16: v0.5.0
11
- --------------------
16
+ > 2023-01-16: v0.5.0
12
17
13
18
* 制作发布pdf版本(测试版),更便于阅读。[ 下载-v0.6.0版 PDF] ( ../..//releases/tag/v0.5.0 )
14
19
20
+ <br />
21
+
22
+ > 2022-11-11
15
23
16
- 2022-11-11
17
- --------------------
24
+ * 对所有资料进行了第一次大幅的整理、重构。
18
25
19
- * 对所有资料进行了一次大幅的整理、重构。
26
+ < br />
20
27
21
- 2022-06-22
22
- --------------------
28
+ > 2022-06-22
23
29
24
30
* 第一个版本的资料库提交到了github。
25
31
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
44
44
-resize ${width} x * \
45
45
-gravity center \
46
46
-extent ${width} x * \
47
- ../output/pdf/游戏开发-基础能力.pdf
47
+ ../output/pdf/1. 游戏开发-基础能力.pdf
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
44
44
-resize ${width} x * \
45
45
-gravity center \
46
46
-extent ${width} x * \
47
- ../output/pdf/游戏开发-技术能力.pdf
47
+ ../output/pdf/2. 游戏开发-技术能力.pdf
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
44
44
-resize ${width} x * \
45
45
-gravity center \
46
46
-extent ${width} x * \
47
- ../output/pdf/游戏开发-研发能力.pdf
47
+ ../output/pdf/3. 游戏开发-研发能力.pdf
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ i=150;width=2560;height=2048; \
38
38
-resize ${width} x * \
39
39
-gravity center \
40
40
-extent ${width} x * \
41
- ../output/pdf/游戏开发-生产能力.pdf
41
+ ../output/pdf/4. 游戏开发-生产能力.pdf
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ i=150;width=2560;height=2048; \
40
40
-resize ${width} x * \
41
41
-gravity center \
42
42
-extent ${width} x * \
43
- ../output/pdf/游戏开发-管理能力.pdf
43
+ ../output/pdf/5. 游戏开发-管理能力.pdf
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ i=150;width=2560;height=2048; \
44
44
-resize ${width} x * \
45
45
-gravity center \
46
46
-extent ${width} x * \
47
- ../output/pdf/游戏开发-运营能力.pdf
47
+ ../output/pdf/6. 游戏开发-运营能力.pdf
Original file line number Diff line number Diff line change 11
11
12
12
# -resize $((i*827/100))x$((i*1169/100)) \
13
13
# -repage $((i*827/100))x$((i*1169/100)) \
14
+
14
15
sh ./books/images2pdf1.sh
15
16
sh ./books/images2pdf2.sh
16
17
sh ./books/images2pdf3.sh
17
18
sh ./books/images2pdf4.sh
18
19
sh ./books/images2pdf5.sh
19
20
sh ./books/images2pdf6.sh
21
+
22
+ # ls -1 ../output/pdf/*.pdf | xargs tar -czvf ../output/游戏开发技术图谱.tar.gz
23
+ # zip -r ../output/游戏开发技术图谱.zip ../output/pdf/ -x "*.DS_Store"
You can’t perform that action at this time.
0 commit comments