diff --git a/main.js b/main.js index 4506d7e..5085b0d 100644 --- a/main.js +++ b/main.js @@ -54,10 +54,18 @@ function downloadOffice21(){ shell.openExternal("https://officecdn.microsoft.com/db/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/ProPlus2021Retail.img") } +function downloadOffice21_o(){ + shell.openExternal("https://c2rsetup.officeapps.live.com/c2r/download.aspx?ProductreleaseID=ProPlus2021Retail&platform=x64&language=en-us&version=O16GA") +} + function downloadOffice19(){ shell.openExternal("https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/ProPlus2019Retail.img") } +function downloadOffice19_o(){ + shell.openExternal("https://c2rsetup.officeapps.live.com/c2r/download.aspx?ProductreleaseID=ProPlus2019Retail&platform=x64&language=en-us&version=O16GA") +} + function openServerPage(){ shell.openExternal("https://github.com/Wind4/vlmcsd") } @@ -91,8 +99,12 @@ ipcMain.on("activateOffice19", activateOffice19) ipcMain.on("downloadOffice21", downloadOffice21) +ipcMain.on("downloadOffice21-o", downloadOffice21_o) + ipcMain.on("downloadOffice19", downloadOffice19) +ipcMain.on("downloadOffice19-o", downloadOffice19_o) + ipcMain.on("uninstallCert", uninstallCert) ipcMain.on("openServerPage", openServerPage) diff --git a/webPage/css/dist.css b/webPage/css/dist.css index 08a3a6e..ca5bac6 100644 --- a/webPage/css/dist.css +++ b/webPage/css/dist.css @@ -581,6 +581,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 80%; } +.w-3\/4 { + width: 75%; +} + .w-5\/6 { width: 83.333333%; } @@ -887,11 +891,11 @@ p{ .officevercontainer { display: grid; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; - gap: 0px 0px; + gap: 0px; grid-template-areas: - "twentyone nineteen legacy"; + "twentyone nineteen"; } .twentyone { diff --git a/webPage/css/source.css b/webPage/css/source.css index 8b1d7bb..b19e525 100644 --- a/webPage/css/source.css +++ b/webPage/css/source.css @@ -64,11 +64,11 @@ p{ .officevercontainer { display: grid; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; - gap: 0px 0px; + gap: 0px; grid-template-areas: - "twentyone nineteen legacy"; + "twentyone nineteen"; } .twentyone { grid-area: twentyone; } diff --git a/webPage/office/19/index.html b/webPage/office/19/index.html index b052978..63be387 100644 --- a/webPage/office/19/index.html +++ b/webPage/office/19/index.html @@ -17,7 +17,10 @@
After downloading the .img file, open it and run 'Setup', after installation is done you can activate it using the tool below