Skip to content

Commit

Permalink
Completely Fixed all Bugs with all Upgrades.
Browse files Browse the repository at this point in the history
Faaaarrrr Moreeeee Stability!!!.
  • Loading branch information
tks18 committed Jun 8, 2020
1 parent 38e0a7f commit 31671eb
Show file tree
Hide file tree
Showing 95 changed files with 557 additions and 224 deletions.
26 changes: 13 additions & 13 deletions vuejs/buildAppJSPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ class BuildAppJSPlugin {
cssarr = cssarr.sort(function(a) {
return a.indexOf("app.");
});
var cdnjs = ''
var cdnjs = "";
if (process.env.NODE_ENV === "production") {
cssarr = cdn.css.concat(cssarr);
cdnjs = `var cdnjs = ${JSON.stringify(cdn.js)};
cdnjs.forEach((item) => {
document.write('<script src="' + item + '"></script>');
});`
});`;
} else {
cssarr = cssarr.concat(cdnDependencies
.filter((e) => e.name === "")
.map((e) => e.css));
cssarr = cssarr.concat(
cdnDependencies.filter((e) => e.name === "").map((e) => e.css)
);
}
let content = `
var scripts = ${JSON.stringify(jsarr)};
Expand All @@ -51,25 +51,25 @@ class BuildAppJSPlugin {
document.write('<script src="' + item + '"></script>');
});
`;
let cssContent = ''
cssarr.forEach(item=>{
cssContent += `@import url(${item});\n`
})
let cssContent = "";
cssarr.forEach((item) => {
cssContent += `@import url(${item});\n`;
});
// Insert this list as a new file resource into the webpack build:
compilation.assets["app.js"] = {
source: function() {
source: function () {
return content;
},
size: function() {
size: function () {
return jsarr.length;
},
};

compilation.assets["style.css"] = {
source: function() {
source: function () {
return cssContent;
},
size: function() {
size: function () {
return cssarr.length;
},
};
Expand Down
2 changes: 0 additions & 2 deletions vuejs/dependencies-cdn.js

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

2 changes: 1 addition & 1 deletion vuejs/dist/app.js

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

Large diffs are not rendered by default.

Binary file added vuejs/dist/css/app.16cf7324.css.gz
Binary file not shown.
Binary file removed vuejs/dist/css/app.724a5de3.css.gz
Binary file not shown.
1 change: 1 addition & 0 deletions vuejs/dist/css/chunk-075e2f32.63d5b552.css

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

1 change: 1 addition & 0 deletions vuejs/dist/css/chunk-43153326.8a35c7a4.css

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

1 change: 0 additions & 1 deletion vuejs/dist/css/chunk-4c1f53a9.61157b2c.css

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions vuejs/dist/css/chunk-5c5a94ee.8a35c7a4.css

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

File renamed without changes.
1 change: 1 addition & 0 deletions vuejs/dist/css/chunk-78e4dc2a.452084da.css

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

1 change: 0 additions & 1 deletion vuejs/dist/css/chunk-7a621efd.61157b2c.css

This file was deleted.

Binary file added vuejs/dist/images/baidu-pan-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vuejs/dist/images/no-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vuejs/dist/images/player/aria2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vuejs/dist/images/player/iina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vuejs/dist/images/player/mxplayer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vuejs/dist/images/player/nplayer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vuejs/dist/images/player/potplayer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vuejs/dist/images/player/thunder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vuejs/dist/images/player/vlc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vuejs/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=https://cdn.jsdelivr.net/gh/tks18/gindex-v4@master/vuejs/dist/favicon.ico><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css rel=preload as=style><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css rel=stylesheet><link href=https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css rel=preload as=style><link href=https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css rel=stylesheet><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/font-awesome-animation.min.css rel=preload as=style><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/font-awesome-animation.min.css rel=stylesheet><title>go2index-theme-acrou</title><script>var authConfig = {
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=https://cdn.jsdelivr.net/gh/tks18/gindex-v4@v5.5.0/vuejs/dist/favicon.ico><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css rel=preload as=style><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css rel=stylesheet><link href=https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css rel=preload as=style><link href=https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css rel=stylesheet><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/font-awesome-animation.min.css rel=preload as=style><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/font-awesome-animation.min.css rel=stylesheet><title>gindex-v4</title><script>var authConfig = {
version: '1.1.0',
roots: [
{
Expand Down
1 change: 0 additions & 1 deletion vuejs/dist/js/app.8317fe97.js

This file was deleted.

Binary file removed vuejs/dist/js/app.8317fe97.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions vuejs/dist/js/app.9a417795.js

Large diffs are not rendered by default.

Binary file added vuejs/dist/js/app.9a417795.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions vuejs/dist/js/chunk-075e2f32.e805a2fb.js

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

Loading

0 comments on commit 31671eb

Please sign in to comment.