diff --git a/README.md b/README.md index 1974333..94e9d56 100644 --- a/README.md +++ b/README.md @@ -225,3 +225,13 @@ uv is a fast Python package installer and resolver. To add new dependencies: ```bash uv pip + + +### Favicon + +This favicon was generated using the following font: + +- Font Title: Zen Tokyo Zoo +- Font Author: undefined +- Font Source: https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRv8a1uRWe9amg.ttf +- Font License: undefined) diff --git a/core/settings.py b/core/settings.py index 9f090f1..8118f83 100644 --- a/core/settings.py +++ b/core/settings.py @@ -77,7 +77,6 @@ STATICFILES_DIRS = [ # 默认自动字段类型 DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' -# ... 其他设置 ... LANGUAGES = [ ('en', _('English')), diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..a3deaee Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..cde2d00 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..8d6bae6 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..ee50259 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..936d235 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..a5e7198 Binary files /dev/null and b/static/favicon.ico differ diff --git a/templates/base.html b/templates/base.html index 5703866..acedf39 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,7 @@