Skip to content

Commit

Permalink
add gitpod logo (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
versun authored May 21, 2024
1 parent 8ad86ec commit 5ee9e53
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/static
data/
*.ipynb

.vscode/
# Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python
env*
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,14 @@

## 赞助

感谢[JetBrains](https://www.jetbrains.com/)为本项目提供了[开源许可证](https://www.jetbrains.com/community/opensource/)
感谢[JetBrains](https://www.jetbrains.com/community/opensource/)[Gitpod](https://www.gitpod.io/discover/opensource)为本项目提供了开源支持

<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_square.svg" alt="JetBrains Black Box Logo logo.">
<a href="https://www.jetbrains.com">
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_square.svg" alt="JetBrains Black Box Logo logo.">
</a>
<a href="https://www.gitpod.io">
<img src='https://raw.githubusercontent.com/rss-translator/RSS-Translator/main/website/docs/assets/gitpod-logo-light-theme.svg' width="180" height="105" alt="Gitpod"/>
</a>

非常感谢以下用户的支持:

Expand Down
2 changes: 1 addition & 1 deletion core/management/commands/run_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def handle(self, *args, **options):
os.environ['DEMO'] = '1'
os.environ['DEBUG'] = '1'
os.environ['LOG_LEVEL'] = 'INFO'
os.environ['CSRF_TRUSTED_ORIGINS'] = 'http://localhost,http://localhost:8000,http://127.0.0.1,http://127.0.0.1:8000,https://localhost,https://localhost:8000,https://127.0.0.1,https://127.0.0.1:8000'
os.environ['CSRF_TRUSTED_ORIGINS'] = 'http://localhost,http://localhost:8000,http://127.0.0.1,http://127.0.0.1:8000,https://localhost,https://localhost:8000,https://127.0.0.1,https://127.0.0.1:8000,https://*.gitpod.io'
# Run collectstatic, makemigrations, and migrate
call_command('collectstatic', '--no-input')
call_command('makemigrations')
Expand Down
2 changes: 1 addition & 1 deletion templates/admin/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div id="footer" style="text-align: center;">
<a href="https://rsstranslator.com" title="RSS Translator">RSS Translator</a> ·
<a href="https://afdian.net/a/versun" title="Donate">Donate</a> ·
Version: 2024.5.20
Version: 2024.5.21

<!-- <div class="social">-->

Expand Down
1 change: 1 addition & 0 deletions website/docs/assets/gitpod-logo-light-theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions website/docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@ For more information, please check [translation service](translator.md).

## Sponsorship

Thanks to [JetBrains](https://www.jetbrains.com/) for providing the [open source licence](https://www.jetbrains.com/community/opensource/) for this project.

<img src="/assets/jb_square.svg" alt="JetBrains Black Box Logo logo." width="150" height="150">
Thanks to [JetBrains](https://www.jetbrains.com/community/opensource/) and [Gitpod](https://www.gitpod.io/discover/opensource) for providing the open source plan for this project.

<a href="https://www.jetbrains.com">
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_square.svg" alt="JetBrains Black Box Logo logo.">
</a>
<a href="https://www.gitpod.io">
<img src='/assets/gitpod-logo-light-theme.svg' alt="Gitpod"/>
</a>

Many thanks to the following users for their support.

Expand Down
9 changes: 7 additions & 2 deletions website/docs/zh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@

## 赞助

感谢[JetBrains](https://www.jetbrains.com/)为本项目提供了[开源许可证](https://www.jetbrains.com/community/opensource/)
感谢[JetBrains](https://www.jetbrains.com/community/opensource/)[Gitpod](https://www.gitpod.io/discover/opensource)为本项目提供了开源支持

<img src="/assets/jb_square.svg" alt="JetBrains Black Box Logo logo." width="150" height="150">
<a href="https://www.jetbrains.com">
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_square.svg" alt="JetBrains Black Box Logo logo.">
</a>
<a href="https://www.gitpod.io">
<img src='/assets/gitpod-logo-light-theme.svg' alt="Gitpod"/>
</a>

非常感谢以下用户的支持:
<p align="center">
Expand Down

0 comments on commit 5ee9e53

Please sign in to comment.