Skip to content

Commit ea47e62

Browse files
committed
发布:《HelloGitHub》第73期
1 parent ce44253 commit ea47e62

9 files changed

Lines changed: 572 additions & 258 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HelloGitHub 分享 GitHub 上有趣、入门级的开源项目。**每月 28 号
2020

2121
| :card_index: | :jack_o_lantern: | :beer: | :fish_cake: | :octocat: |
2222
| ------- | ----- | ------------ | ------ | --------- |
23-
| [第 72 期](/content/72/HelloGitHub72.md) | [第 71 期](/content/71/HelloGitHub71.md) |
23+
| [73 期](/content/73/HelloGitHub73.md) | [72 期](/content/72/HelloGitHub72.md) | [第 71 期](/content/71/HelloGitHub71.md) |
2424
| [第 70 期](/content/70/HelloGitHub70.md) | [第 69 期](/content/69/HelloGitHub69.md) | [第 68 期](/content/68/HelloGitHub68.md) | [第 67 期](/content/67/HelloGitHub67.md) | [第 66 期](/content/66/HelloGitHub66.md) |
2525
| [第 65 期](/content/65/HelloGitHub65.md) | [第 64 期](/content/64/HelloGitHub64.md) | [第 63 期](/content/63/HelloGitHub63.md) | [第 62 期](/content/62/HelloGitHub62.md) | [第 61 期](/content/61/HelloGitHub61.md) |
2626
| [第 60 期](/content/60/HelloGitHub60.md) | [第 59 期](/content/59/HelloGitHub59.md) | [第 58 期](/content/58/HelloGitHub58.md) | [第 57 期](/content/57/HelloGitHub57.md) | [第 56 期](/content/56/HelloGitHub56.md) |

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The [latest article](https://github.com/521xueweihan/HelloGitHub/blob/master/con
2323

2424
| :card_index: | :jack_o_lantern: | :beer: | :fish_cake: | :octocat: |
2525
| ------- | ----- | ------------ | ------ | --------- |
26-
| [NO.72](/content/72/HelloGitHub72.md) | [NO.71](/content/71/HelloGitHub71.md) |
26+
| [NO.73](/content/73/HelloGitHub73.md) | [NO.72](/content/72/HelloGitHub72.md) | [NO.71](/content/71/HelloGitHub71.md) |
2727
| [NO.70](/content/70/HelloGitHub70.md) | [NO.69](/content/69/HelloGitHub69.md) | [NO.68](/content/68/HelloGitHub68.md) | [NO.67](/content/67/HelloGitHub67.md) | [NO.66](/content/66/HelloGitHub66.md) |
2828
| [NO.65](/content/65/HelloGitHub65.md) | [NO.64](/content/64/HelloGitHub64.md) | [NO.63](/content/63/HelloGitHub63.md) | [NO.62](/content/62/HelloGitHub62.md) | [NO.61](/content/61/HelloGitHub61.md) |
2929
| [NO.60](/content/60/HelloGitHub60.md) | [NO.59](/content/59/HelloGitHub59.md) | [NO.58](/content/58/HelloGitHub58.md) | [NO.57](/content/57/HelloGitHub57.md) | [NO.56](/content/56/HelloGitHub56.md) |

content/08/HelloGitHub08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Console.WriteLine(json);
121121
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
122122

123123
### Objective-C 项目
124-
9、[aria2gui](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/yangshun1029/aria2gui):Aria2 的 Mac 客户端(下载工具),[介绍、使用方法](http://www.jianshu.com/p/1290f8e7b326),特点:
124+
9、[aria2gui](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/NickYang29/aria2gui):Aria2 的 Mac 客户端(下载工具),[介绍、使用方法](http://www.jianshu.com/p/1290f8e7b326),特点:
125125
- 集成了 aria2,运行后即完成配置工作
126126
- 多线程下载
127127
- 未完成任务退出可以自动保存

content/23/HelloGitHub23.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class Hello {
6767
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
6868

6969
### JavaScript 项目
70-
6、[wiki](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/Requarks/wiki):NodeJS+Git+Markdown 实现轻松搭建 wiki。对于团队内部的知识分享是一个不错的选择。[在线预览](https://docs.requarks.io/wiki)
70+
6、[wiki](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/requarks/wiki):NodeJS+Git+Markdown 实现轻松搭建 wiki。对于团队内部的知识分享是一个不错的选择。[在线预览](https://docs.requarks.io/wiki)
7171

7272
7、[prettier](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/prettier/prettier):十分方便的代码格式化库。支持如:JavaScript、Flow、TypeScript、CSS、SCSS等编程语言。同时提供了编辑插件,在使用 vscode 开发 Vue 项目时候,使用此插件可以让代码更具有可读性
7373
```javascript

content/49/HelloGitHub49.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
4040

4141
### C# 项目
42-
2、[Notepads](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/JasonStein/Notepads):一款基于 C# 开发的 UWP 文本编辑器。该记事本应用是由一位国人开发,采用了 Fluent Design。轻便、美观,打开速度飞快,支持 Markdown 预览、文件更改前后对比和多标签页。它没有 VS Code 或是 Sublime 那么强,但是完全可以代替 Windows 系统自带的笔记本应用
42+
2、[Notepads](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/0x7c13/Notepads):一款基于 C# 开发的 UWP 文本编辑器。该记事本应用是由一位国人开发,采用了 Fluent Design。轻便、美观,打开速度飞快,支持 Markdown 预览、文件更改前后对比和多标签页。它没有 VS Code 或是 Sublime 那么强,但是完全可以代替 Windows 系统自带的笔记本应用
4343

4444
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/49/img/Notepads.png' style="max-width:80%; max-height=80%;"></img></p>
4545

content/72/HelloGitHub72.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ hashcat -a 3 -m 0 --force 0D7002A70CCDE8BF4BA2A4A5572A85E9(密码md5字符串) ?
7373
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/72/img/Monitorian.png' style="max-width:80%; max-height=80%;"></img></p>
7474

7575
4、[PluginCore](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/yiyungent/PluginCore):适用于 ASP.NET Core 的轻量级插件框架。开箱即用自带插件管理 Web 界面
76-
```c#
76+
```csharp
7777
public void ConfigureServices(IServiceCollection services)
7878
{
7979
// ...
@@ -167,7 +167,7 @@ fmt.Println("cut use hmm: ", hmm)
167167
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
168168

169169
### Java 项目
170-
11、[LSPosed](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/LSPosed/LSPosed):运行于 Android 操作系统的钩子框架。支持 Android 8-11 系统,能够拦截几乎所有 Java 函数的调用,从而可被用来修改 Android 系统和软件的功能
170+
11、[LSPosed](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/LSPosed/LSPosed):运行于 Android 操作系统的钩子框架。支持 Android 8 以上,能够拦截几乎所有 Java 函数的调用,从而可被用来修改 Android 系统和软件的功能
171171

172172
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/72/img/LSPosed.png' style="max-width:80%; max-height=80%;"></img></p>
173173

@@ -391,7 +391,7 @@ class PreprocImg(Executor):
391391

392392

393393
<p align="center">
394-
<a href="https://github.com/521xueweihan/HelloGitHub/blob/master/content/71/HelloGitHub71.md">『上一期』</a> | <a href='https://github.com/521xueweihan/HelloGitHub/issues/899'>反馈和建议</a> | 『下一期』
394+
<a href="https://github.com/521xueweihan/HelloGitHub/blob/master/content/71/HelloGitHub71.md">『上一期』</a> | <a href='https://github.com/521xueweihan/HelloGitHub/issues/899'>反馈和建议</a> | <a href="https://github.com/521xueweihan/HelloGitHub/blob/master/content/73/HelloGitHub73.md">『下一期』</a>
395395
</p>
396396

397397
---

0 commit comments

Comments
 (0)