update website & ci

This commit is contained in:
刘浩远 2020-07-07 08:15:20 +08:00
parent bdaaeb9b78
commit e8464cf7b6
4 changed files with 8 additions and 7 deletions

View File

@ -16,7 +16,7 @@ jobs:
run: |
sudo npm install --unsafe-perm=true --allow-root
npm run build
npm run package-linux
sudo npm run package-linux
- name: Get app version
id: package-version

View File

@ -21,6 +21,7 @@ jobs:
- name: Get app version
id: package-version
uses: martinbeentjes/npm-get-version-action@master
shell: bash
- name: Create release
id: create_release

View File

@ -43,8 +43,8 @@
<p>
Find anything you want with the power of regular expressions. Search in
both titles and full contents of articles. Mark articles as starred,
hidden, or unread and filter. Automatically categorize
articles into customized feeds and pages (soon).
hidden, or unread and filter as they arrive with custom rules based
on regular expressions.
</p>
<img class="elevate center" src="imgs/search.png" />
</section>

View File

@ -38,8 +38,8 @@
"backgroundColor": "transparent",
"languages": [
"zh-CN",
"en",
"fr",
"en-US",
"fr-FR",
"es"
],
"showNameOnTiles": true,
@ -59,8 +59,8 @@
"category": "public.app-category.news",
"electronLanguages": [
"zh_CN",
"en_US",
"fr_FR",
"en",
"fr",
"es"
]
},