Skip to content

Commit

Permalink
fix: default theme ass subitles display (#622)
Browse files Browse the repository at this point in the history
* build: rename default theme.

* feat: update default theme simple.

* docs: update CHANGELOG.MD

* style: 默认开启默认主题
  • Loading branch information
ChiveHao authored Jul 13, 2024
1 parent 4f30fdb commit 60a037e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "server/src/main/resources/templates/simple"]
path = server/src/main/resources/templates/simple
url = https://github.com/ikaros-dev/ikaros-theme-simple.git
url = https://github.com/ikaros-dev/theme-simple.git
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
## 问题修复

- Console的收藏页条目卡片非预期边框和进度条
- 默认主题的ass字幕挂载问题

# 0.13.1

Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ikaros:
external-url: "http://${server.address:localhost}:${server.port}"
work-dir: ${user.home}/.ikaros
show-theme: false
show-theme: true

security:
# 3 day for token expire
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/templates/simple
Submodule simple updated 1 files
+42 −36 subject-details.html

0 comments on commit 60a037e

Please sign in to comment.