Skip to content

Commit

Permalink
释出
Browse files Browse the repository at this point in the history
  • Loading branch information
pea3nut committed Oct 13, 2016
1 parent 8a18edb commit b8bc66c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions lib/pxer.core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/pxer.core.js.JSCompress
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<jscompress public="http://www.jscompress.cn/" command="import-combineset">
<combinefile path="pxer.core.js">
<auto value="1" />
<auto value="0" />
<sourcefile path="..\src\script\lib.js" />
<sourcefile path="..\src\script\PxerData.js" />
<sourcefile path="..\src\script\class\PxerEvent.class.js" />
Expand Down
4 changes: 2 additions & 2 deletions lib/pxer.core.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/pxer.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Pxer-6
// @version 6.1.2
// @version 6.1.3
// @namespace https://github.com/pea3nut/Pxer
// @author 花生PeA
// @description pixiv.net Tools
Expand All @@ -13,7 +13,7 @@
javascript:void((function() {
function loadPxer(){
window.pxerDefinePxerConfig ={
//"URL_ROOT":"http://pxer.nutjs.com/pxer6/",
/*"URL_ROOT":"http://pxer.nutjs.com/pxer6/",*/
"URL_ROOT":"http://127.0.0.1/github/pxer-beta-6/",
"TEMPLATE_URL":'lib/template.php',
"DEBUG":false,
Expand Down
4 changes: 2 additions & 2 deletions src/pxer.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Pxer-beta-6
// @version 6.1.2
// @version 6.1.3
// @namespace https://github.com/pea3nut/Pxer
// @author 花生PeA
// @description pixiv.net Tools
Expand All @@ -13,7 +13,7 @@
javascript:void((function() {
function loadPxer(){
window.pxerDefinePxerConfig ={
//"URL_ROOT":"http://pxer.nutjs.com/pxer6/",
/*"URL_ROOT":"http://pxer.nutjs.com/pxer6/",*/
"URL_ROOT":"http://127.0.0.1/github/pxer-beta-6/",
"TEMPLATE_URL":'src/view/template.php',
"DEBUG":true,
Expand Down
2 changes: 1 addition & 1 deletion src/script/class/PxerApp.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class PxerApp extends PxerEvent{
};


PxerApp.version ='6.1.2';
PxerApp.version ='6.1.3';


PxerApp.prototype["stop"]=function(){
Expand Down

0 comments on commit b8bc66c

Please sign in to comment.