From b328eccc3282e29f934d8e005a117e3d0234d784 Mon Sep 17 00:00:00 2001 From: zhaojunxia Date: Sat, 19 Mar 2022 00:01:51 -0700 Subject: [PATCH 1/3] modify OAT and intelliJ contents Signed-off-by: zhaojunxia --- OAT.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/OAT.xml b/OAT.xml index 3e5308b3..dfdbf449 100644 --- a/OAT.xml +++ b/OAT.xml @@ -62,17 +62,11 @@ Note:If the text contains special characters, please escape them according to th - + + + - - - - - - - - - + -- Gitee From 2ca184b70ae5620bc897986c722c3ebe7aa65ab3 Mon Sep 17 00:00:00 2001 From: zhaojunxia Date: Sat, 19 Mar 2022 00:12:01 -0700 Subject: [PATCH 2/3] Add cmds Signed-off-by: zhaojunxia --- src/generator/resources/cmds/linux/test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/generator/resources/cmds/linux/test.txt diff --git a/src/generator/resources/cmds/linux/test.txt b/src/generator/resources/cmds/linux/test.txt new file mode 100644 index 00000000..b28afc04 --- /dev/null +++ b/src/generator/resources/cmds/linux/test.txt @@ -0,0 +1 @@ +test for contens \ No newline at end of file -- Gitee From 2286c5fe9057ec830bb5c93f098711a4a1fef80e Mon Sep 17 00:00:00 2001 From: zhaojunxia Date: Sat, 19 Mar 2022 00:19:49 -0700 Subject: [PATCH 3/3] Add cmds Signed-off-by: zhaojunxia --- src/generator/resources/cmds/linux/INTELLIJ_README_LINUX_zh.md | 2 ++ src/generator/resources/cmds/linux/test.txt | 1 - src/generator/resources/cmds/mac/INTELLIJ_README_MAC_zh.md | 2 ++ src/generator/resources/cmds/win/INTELLIJ_README_WIN_zh.md | 2 ++ 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/generator/resources/cmds/linux/INTELLIJ_README_LINUX_zh.md delete mode 100644 src/generator/resources/cmds/linux/test.txt create mode 100644 src/generator/resources/cmds/mac/INTELLIJ_README_MAC_zh.md create mode 100644 src/generator/resources/cmds/win/INTELLIJ_README_WIN_zh.md diff --git a/src/generator/resources/cmds/linux/INTELLIJ_README_LINUX_zh.md b/src/generator/resources/cmds/linux/INTELLIJ_README_LINUX_zh.md new file mode 100644 index 00000000..240a5ac0 --- /dev/null +++ b/src/generator/resources/cmds/linux/INTELLIJ_README_LINUX_zh.md @@ -0,0 +1,2 @@ +# 目录说明 + 此目录用于存放napi_generator-linux可执行文件,可执行文件下载路径为: \ No newline at end of file diff --git a/src/generator/resources/cmds/linux/test.txt b/src/generator/resources/cmds/linux/test.txt deleted file mode 100644 index b28afc04..00000000 --- a/src/generator/resources/cmds/linux/test.txt +++ /dev/null @@ -1 +0,0 @@ -test for contens \ No newline at end of file diff --git a/src/generator/resources/cmds/mac/INTELLIJ_README_MAC_zh.md b/src/generator/resources/cmds/mac/INTELLIJ_README_MAC_zh.md new file mode 100644 index 00000000..1aff9959 --- /dev/null +++ b/src/generator/resources/cmds/mac/INTELLIJ_README_MAC_zh.md @@ -0,0 +1,2 @@ +# 目录说明 + 此目录用于存放napi_generator-macos可执行文件,可执行文件下载路径为: \ No newline at end of file diff --git a/src/generator/resources/cmds/win/INTELLIJ_README_WIN_zh.md b/src/generator/resources/cmds/win/INTELLIJ_README_WIN_zh.md new file mode 100644 index 00000000..a58b9eb0 --- /dev/null +++ b/src/generator/resources/cmds/win/INTELLIJ_README_WIN_zh.md @@ -0,0 +1,2 @@ +# 目录说明 + 此目录用于存放napi_generator-win.exe可执行文件,可执行文件下载路径为: \ No newline at end of file -- Gitee