mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-12 13:44:56 +08:00
zhaoolee commit
This commit is contained in:
@@ -6,7 +6,7 @@ title: 070JOJO的奇妙冒险BQB
|
||||
|
||||
JOJO的奇妙冒险(简称JOJO)是zhaoolee非常喜爱的作品, JOJO本身不生产表情包, JOJO是造梗专业户, 然后众多梗会被热心网友制作成表情包
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ JOJO于1987年开始在少年JUMP连载, 描述了JOJO与DIO及其后继者长
|
||||
|
||||
与龙珠这类一个主角贯穿整个故事不同, JOJO每一部都会换主角, 每一代主角性格都不同, 但作品热度不会因为换主角减弱, 第三代主角**空条承太郎**一度成为**古典英雄主义**(性格冷静,头脑聪明,外冷内热,富有正义感)的代名词
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ title: 071辉夜大小姐🎀BQB
|
||||
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ title: 071辉夜大小姐🎀BQB
|
||||
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"version": "3.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node rsync.js && node build_2.js && node push.js",
|
||||
"test": "node rsync.js",
|
||||
"dev": "hexo server -p 5000",
|
||||
"build": "node build.js && hexo clean && hexo g",
|
||||
"push": "node rsync.js && node build_2.js && node push.js && git add . && git commit -m 'zhaoolee commit' && git push",
|
||||
|
||||
5
rsync.js
5
rsync.js
@@ -87,6 +87,8 @@ function get_md_file_list() {
|
||||
|
||||
// 将md文件内容替换为https内容
|
||||
function local_file_href_2_https_href(md_file_name) {
|
||||
|
||||
console.log("分析md==>>", md_file_name);
|
||||
const whole_md_file_path = path.join(__dirname, md_dir_name, md_file_name);
|
||||
|
||||
let file_content = fs.readFileSync(whole_md_file_path).toString();
|
||||
@@ -165,7 +167,6 @@ async function main() {
|
||||
// 改权限
|
||||
|
||||
await md_and_img_chmodr(path.join(__dirname, md_dir_name));
|
||||
await md_and_img_chmodr(path.join(__dirname, "*BQB"))
|
||||
|
||||
|
||||
// 先同步数据到服务端
|
||||
@@ -173,7 +174,7 @@ async function main() {
|
||||
|
||||
// console.log("执行完成")
|
||||
|
||||
local_href_2_https_href();
|
||||
await local_href_2_https_href();
|
||||
}
|
||||
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user