Skip to content

Commit 6776721

Browse files
committed
update:发布1.1.0版本
1 parent 3b9324d commit 6776721

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

Diff for: README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,23 @@ todo:
5858
## 安装说明
5959

6060
1.zy安装方案
61+
6162
* [多平台安装教程](https://zy.catni.cn/otherShare/drpyS-build.html)
6263

6364
2.自动化安装方案(直接薅道长羊毛)
65+
6466
* 终端执行
6567

66-
bash -c "$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)"
68+
`bash -c "$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)"`
6769

6870
* 添加定时方案
6971

70-
echo "30 7 * * * bash -c \"\$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)\"" >> /path/logfile.log 2>&1" | crontab -
72+
`echo "30 7 * * * bash -c \"\$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)\"" >> /path/logfile.log 2>&1" | crontab -`
7173

7274
或者下载脚本到本地后
7375

74-
chmod a+x /path/autorun.sh
76+
`chmod a+x /path/autorun.sh`
7577

76-
echo "30 7 * * * bash /path/autorun.sh >> /path/logfile.log 2>&1" | crontab -
78+
`echo "30 7 * * * bash /path/autorun.sh >> /path/logfile.log 2>&1" | crontab -`
7779

7880
命令说明 /patch 为脚本存放路径(脚本放在与源码同级的自定义目录中)

Diff for: custom.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1099,4 +1099,4 @@
10991099
"type": "alidrive"
11001100
}
11011101
]
1102-
}
1102+
}

Diff for: index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1099,4 +1099,4 @@
10991099
"type": "alidrive"
11001100
}
11011101
]
1102-
}
1102+
}

Diff for: public/index.html

+19
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,25 @@ <h2 id="问题说明">问题说明</h2>
5757
<ol>
5858
<li>windows上直接运行index.js可能会发现运行过程中的日志打印出中文乱码。建议通过yarn dev运行或者在package.json里点击dev脚本运行</li>
5959
</ol>
60+
<h2 id="安装说明">安装说明</h2>
61+
<p>1.zy安装方案</p>
62+
<ul>
63+
<li><a href="https://zy.catni.cn/otherShare/drpyS-build.html">多平台安装教程</a></li>
64+
</ul>
65+
<p>2.自动化安装方案(直接薅道长羊毛)</p>
66+
<ul>
67+
<li>终端执行</li>
68+
</ul>
69+
<p><code>bash -c &quot;$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)&quot;</code></p>
70+
<ul>
71+
<li>添加定时方案</li>
72+
</ul>
73+
<p><code>echo &quot;30 7 * * * bash -c \&quot;\$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)\&quot;&quot; &gt;&gt; /path/logfile.log 2&gt;&amp;1&quot; | crontab -</code></p>
74+
<p>或者下载脚本到本地后</p>
75+
<p><code>chmod a+x /path/autorun.sh</code></p>
76+
<p><code>echo &quot;30 7 * * * bash /path/autorun.sh &gt;&gt; /path/logfile.log 2&gt;&amp;1&quot; | crontab -</code></p>
77+
<p>命令说明 /patch 为脚本存放路径(脚本放在与源码同级的自定义目录中)</p>
6078

6179
</body>
6280
</html>
81+

0 commit comments

Comments
 (0)