Skip to content

Commit

Permalink
📝 Update logo and style
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Aug 22, 2021
1 parent e1aab00 commit 7bfdcc6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions README.md
@@ -1,14 +1,16 @@
# E5SubBot
<img src="https://github.com/iyear/E5SubBot/raw/master/pics/office.png" alt="logo" width="130" height="130" align="left" />

<h1>E5SubBot</h1>

> A Simple Telebot for E5 Renewal
<br/>

![](https://img.shields.io/github/go-mod/go-version/iyear/E5SubBot?style=flat-square)
![](https://img.shields.io/badge/license-GPL-lightgrey.svg?style=flat-square)
![](https://img.shields.io/github/v/release/iyear/E5SubBot?color=green&style=flat-square)

English | [简体中文](https://github.com/iyear/E5SubBot/blob/master/README_zhCN.md) | [交流群组](https://t.me/e5subbot)

A Simple Telebot for E5 Renewal

`Golang` + `MySQL`
[English](https://github.com/iyear/E5SubBot) | 简体中文 | [交流群组](https://t.me/e5subbot)

DEMO: https://t.me/E5Sub_bot

Expand Down
12 changes: 7 additions & 5 deletions README_zhCN.md
@@ -1,15 +1,17 @@
# E5SubBot
<img src="https://github.com/iyear/E5SubBot/raw/master/pics/office.png" alt="logo" width="130" height="130" align="left" />

<h1>E5SubBot</h1>

> A Simple Telebot for E5 Renewal
<br/>

![](https://img.shields.io/github/go-mod/go-version/iyear/E5SubBot?style=flat-square)
![](https://img.shields.io/badge/license-GPL-lightgrey.svg?style=flat-square)
![](https://img.shields.io/github/v/release/iyear/E5SubBot?color=green&style=flat-square)

[English](https://github.com/iyear/E5SubBot) | 简体中文 | [交流群组](https://t.me/e5subbot)

A Simple Telebot for E5 Renewal

`Golang` + `MySQL`

DEMO: https://t.me/E5Sub_bot

## 特性
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/iyear/E5SubBot

go 1.13
go 1.16

require (
github.com/cloudquery/sqlite v1.0.1 // indirect
Expand Down

0 comments on commit 7bfdcc6

Please sign in to comment.