Compare commits

..

3 Commits

Author SHA1 Message Date
ImgBotApp
92c24fe5c3 [ImgBot] Optimize images
*Total -- 2,709.42kb -> 2,291.87kb (15.41%)

/assets/icons/apps/teams-mac.png -- 214.75kb -> 161.18kb (24.95%)
/assets/icons/apps/powerpoint-mac.png -- 210.44kb -> 158.16kb (24.84%)
/assets/icons/apps/onedrive-mac.png -- 207.93kb -> 156.46kb (24.76%)
/assets/icons/apps/word-mac.png -- 208.16kb -> 159.28kb (23.48%)
/assets/icons/apps/onenote-mac.png -- 202.77kb -> 155.61kb (23.26%)
/assets/icons/apps/excel-mac.png -- 206.66kb -> 159.10kb (23.01%)
/assets/icons/apps/outlook-mac.png -- 217.81kb -> 171.70kb (21.17%)
/assets/icons/apps/teams.png -- 40.90kb -> 32.52kb (20.5%)
/assets/icons/apps/excel.png -- 37.14kb -> 29.68kb (20.1%)
/assets/icons/apps/onenote.png -- 29.78kb -> 24.04kb (19.26%)
/assets/icons/apps/word.png -- 35.80kb -> 29.63kb (17.24%)
/assets/icons/apps/onedrive.png -- 28.04kb -> 24.33kb (13.25%)
/assets/icons/apps/powerpoint.png -- 51.56kb -> 45.22kb (12.29%)
/assets/icons/apps/outlook.png -- 57.21kb -> 53.36kb (6.73%)
/docs/favicons/android-chrome-512x512.png -- 88.83kb -> 82.99kb (6.58%)
/docs/favicons/safari-pinned-tab.svg -- 2.82kb -> 2.63kb (6.51%)
/assets/about.png -- 227.74kb -> 213.94kb (6.06%)
/docs/favicons/android-chrome-192x192.png -- 22.97kb -> 21.96kb (4.4%)
/docs/favicons/mstile-150x150.png -- 13.28kb -> 12.86kb (3.18%)
/docs/favicons/apple-touch-icon.png -- 11.88kb -> 11.53kb (2.89%)
/docs/public/preview.png -- 592.95kb -> 585.70kb (1.22%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-06-10 21:10:49 +00:00
Agampreet Singh
5303cf6906 Upload new website 2023-06-10 21:10:47 +00:00
Agampreet Singh
579f2014e4 Support automatic icon changer for Windows/Linux 2023-06-10 21:10:45 +00:00
237 changed files with 3785 additions and 6204 deletions

17
.github/stale.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false

View File

@@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: latest

View File

@@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: latest
@@ -36,7 +36,7 @@ jobs:
shell: bash
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-dist
path: |

View File

@@ -1,13 +0,0 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale'
stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale'

10
.vscode/settings.json vendored
View File

@@ -1,10 +0,0 @@
{
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
"editor.formatOnType": false,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"files.autoSave": "onFocusChange",
"prettier.printWidth": 100,
"vs-code-prettier-eslint.prettierLast": false
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More