jquery1jquery: https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js
mainloop1mainloop.js: https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/mainloop.js/1.0.4/mainloop.min.js
utils1utils: https://lf3-cdn-tos.bytecdntp.com/cdn/expire-10-y/inferno-test-utils/7.4.11/inferno-test-utils.min.js
translater1translater: https://lf6-cdn-tos.bytecdntp.com/cdn/expire-10-y/translater.js/1.0.12/translater.min.js
localststorage1localstorage: https://lf3-cdn-tos.bytecdntp.com/cdn/expire-10- ...
如果部署中弹出
12345Error: Spawn failed at ChildProcess.<anonymous> (D:\blog\node_modules\hexo-deployer-git\node_modules\hexo-util\lib\spawn.js:51:21) at ChildProcess.emit (node:events:519:28) at cp.emit (D:\blog\node_modules\cross-spawn\lib\enoent.js:34:29) at ChildProcess._handle.onexit (node:internal/child_process:294:12)
请检查 博客根目录下的_config.yml是不是这样
1234deploy: type: 'git' repo: 'https://github.com/Kemodowski/kemodowski.github.io.git' branch: main
变更后
1234d ...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment