release 0.1.4

0.2.5(deprecated) 0.1.4
SukkaW 7 years ago
parent f2cec18cbf
commit 40676e55c2

@ -41,11 +41,11 @@
```html
<!-- Unpkg -->
<link rel="stylesheet" href="https://unpkg.com/disqusjs@0.1.1/dist/disqusjs.css">
<script src="https://unpkg.com/disqusjs@0.1.1/dist/disqus.js"></script>
<link rel="stylesheet" href="https://unpkg.com/disqusjs@0.1.4/dist/disqusjs.css">
<script src="https://unpkg.com/disqusjs@0.1.4/dist/disqus.js"></script>
<!-- jsDelivr -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/disqusjs@0.1.1/dist/disqusjs.css">
<script src="https://cdn.jsdelivr.net/npm/disqusjs@0.1.1/dist/disqus.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/disqusjs@0.1.4/dist/disqusjs.css">
<script src="https://cdn.jsdelivr.net/npm/disqusjs@0.1.4/dist/disqus.js"></script>
```
在需要显示评论的地方插入下述代码:

7
dist/disqus.js vendored

File diff suppressed because one or more lines are too long

2
dist/disqusjs.css vendored

@ -1,5 +1,5 @@
/*!
* DisqusJS - Default Theme | v0.1.1
* DisqusJS - Default Theme | v0.1.4
* Author: SukkaW
* Link: https://github.com/SukkaW/DisqusJS
* License: GPL-3.0

@ -1,6 +1,6 @@
{
"name": "disqusjs",
"version": "0.1.3",
"version": "0.1.4",
"description": "Alternative DISQUS - Render comments components from Disqus API",
"main": "dist/disqus.js",
"scripts": {

@ -1,5 +1,5 @@
/*!
* DisqusJS | v0.1.1
/*
* DisqusJS | v0.1.4
* Author: SukkaW
* Link: https://github.com/SukkaW/DisqusJS
* License: GPL-3.0
@ -15,7 +15,7 @@
* disqusjs.config.shortname - The disqus shortname
* disqusjs.config.identifier - The identifier of the page
* disqusjs.config.url - The url of the page
* disqusjs.config,api - Where to get data
* disqusjs.config.api - Where to get data
* disqusjs.config.apikey - The apikey used to request Disqus API
* disqusjs.config.admin - The disqus forum admin username
* disqusjs.config.adminLabel - The disqus moderator badge text

@ -1,5 +1,5 @@
/*!
* DisqusJS - Default Theme | v0.1.1
* DisqusJS - Default Theme | v0.1.4
* Author: SukkaW
* Link: https://github.com/SukkaW/DisqusJS
* License: GPL-3.0

Loading…
Cancel
Save