mirror of
https://github.com/yang991178/fluent-reader.git
synced 2025-01-16 10:31:19 +01:00
update website & ci
This commit is contained in:
parent
bdaaeb9b78
commit
e8464cf7b6
2
.github/workflows/release-linux.yml
vendored
2
.github/workflows/release-linux.yml
vendored
@ -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
|
||||
|
1
.github/workflows/release-main.yml
vendored
1
.github/workflows/release-main.yml
vendored
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user