我的第一篇文章,就以科学上网开始吧。互联网带来人的思想扩容,让不同的观点、不同的思想,彼此碰撞,如果通过取缔一种语言,只留下另一种语言,大概就只会存在无知即力量。

科学上网工具大致分为两种,一种是封装好的VPN工具,通过直接下载,或者购买,打开即可使用,但是下载的软件工具风险性比较高。我推荐另外一种,clash+节点(机场)的模式,通过github下载开源clash软件,另外购买或者搭建节点,或者在网上寻找免费节点,一般来说节点都比较便宜,购买并不昂贵,稳定性也比较好。

我着重分享我常用的两种方式,安卓+windows。

阅读全文 »

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 Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

测试文章 - 无需登录评论

这是一篇测试文章,用来测试无需登录的评论系统。

评论系统特点

  • ✅ 无需注册登录
  • ✅ 支持匿名评论
  • ✅ 简单易用
  • ✅ 完全免费

测试内容

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

1
2
3
4
// 示例代码
function hello() {
console.log("Hello, World!");
}

请在下方评论区留下你的想法和建议!

0%