Skip to content

Commit

Permalink
change CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
zhheo committed Jul 17, 2022
1 parent 61d282c commit b2a0ab9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ General basic facial stickers suitable for most websites and applications.

[小康(Json creater)](https://www.antmoe.com/)

[Tianli(CDN)](https://tianli-blog.club/)
[arcitcgn(CDN)](https://arcitcgn.cn/171.html)

## Installation

Expand All @@ -44,15 +44,15 @@ General basic facial stickers suitable for most websites and applications.
[Preview json](/twikoo.json)

```
https://cdn1.tianli0.top/npm/[email protected]/twikoo.json
https://adn.arcitcgn.cn/npm/[email protected]/twikoo.json
```

### Valine

[Preview json](/valine.json)

```
https://cdn1.tianli0.top/npm/[email protected]/valine.json
https://adn.arcitcgn.cn/npm/[email protected]/valine.json
```

### Waline
Expand All @@ -61,7 +61,7 @@ Add a configuration item in the emoji option:

```js
emoji: [
'https://cdn1.tianli0.top/npm/[email protected]/Sticker-100/',
'https://adn.arcitcgn.cn/npm/[email protected]/Sticker-100/',
]
```

Expand All @@ -70,5 +70,5 @@ emoji: [
[Preview json](/artalk.json)

```
https://cdn1.tianli0.top/npm/[email protected]/artalk.json
https://adn.arcitcgn.cn/npm/[email protected]/artalk.json
```
10 changes: 5 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

[小康(json自动化)](https://www.antmoe.com/)

[Tianli(CDN)](https://tianli-blog.club/)
[arcitcgn(CDN)](https://arcitcgn.cn/171.html)

## 快速上手

Expand All @@ -38,15 +38,15 @@
[查看文件](/twikoo.json)

```
https://cdn1.tianli0.top/npm/[email protected].2/twikoo.json
https://adn.arcitcgn.cn/npm/[email protected].3/twikoo.json
```

### Valine

[查看文件](/valine.json)

```
https://cdn1.tianli0.top/npm/[email protected].2/valine.json
https://adn.arcitcgn.cn/npm/[email protected].3/valine.json
```

### Waline
Expand All @@ -55,7 +55,7 @@ https://cdn1.tianli0.top/npm/[email protected]/valine.json

```js
emoji: [
'https://cdn1.tianli0.top/npm/[email protected].2/Sticker-100/',
'https://adn.arcitcgn.cn/npm/[email protected].3/Sticker-100/',
]
```

Expand All @@ -64,5 +64,5 @@ emoji: [
[查看文件](/artalk.json)

```
https://cdn1.tianli0.top/npm/[email protected].2/artalk.json
https://adn.arcitcgn.cn/npm/[email protected].3/artalk.json
```
2 changes: 1 addition & 1 deletion artalk.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require('fs')
const imagePath = './Sticker-100'
const pjson = require('./package.json')
const version = pjson.version
const baseUrl = 'https://cdn1.tianli0.top/npm/sticker-heo@'+version+'/Sticker-100'
const baseUrl = 'https://adn.arcitcgn.cn/npm/sticker-heo@'+version+'/Sticker-100'

/**
* 获取文件名
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"main": "README.md",
"description": "Heo的基础表情系列",
"name": "sticker-heo",
"version": "2022.7.2"
"version": "2022.7.3"
}
2 changes: 1 addition & 1 deletion twikoo.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion valine.json

Large diffs are not rendered by default.

0 comments on commit b2a0ab9

Please sign in to comment.