Skip to content

Commit 2035831

Browse files
committed
修改css,setup.py補個路徑。
1 parent e27e844 commit 2035831

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

librian/librian本體/前端/黑科技/synthetic_css/_synthetic_offline.sass

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,13 @@ button, a
9393
filter: brightness(1.05) hue-rotate(-6deg)
9494

9595
transition: box-shadow 0.2s, filter 0.1s
96-
&:hover:not(:disabled)
97-
box-shadow: 0px 0px $shadow_range/2 rgba(0, 0, 0, 0.7), 0px 0px $shadow_range/2 rgba(0, 0, 0, 0) inset
98-
filter: brightness(1.1) hue-rotate(-12deg)
99-
&:active
100-
box-shadow: 0px 0px $shadow_range/2 rgba(0, 0, 0, 0), 0px 0px $shadow_range/2 rgba(0, 0, 0, 0.6) inset
101-
filter: blur(0.1vw)
96+
&:enabled
97+
&:hover
98+
box-shadow: 0px 0px $shadow_range/2 rgba(0, 0, 0, 0.7), 0px 0px $shadow_range/2 rgba(0, 0, 0, 0) inset
99+
filter: brightness(1.1) hue-rotate(-12deg)
100+
&:active
101+
box-shadow: 0px 0px $shadow_range/2 rgba(0, 0, 0, 0), 0px 0px $shadow_range/2 rgba(0, 0, 0, 0.6) inset
102+
filter: blur(0.1vw)
102103
&:disabled
103104
cursor: not-allowed
104105
color: rgba(0, 0, 0, 0.6)

librian/librian本體/前端/黑科技/synthetic_css/synthetic_offline.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools.setup(
55
name='librian',
6-
version='0.0.3',
6+
version='0.0.4',
77
author='RimoChan',
88
author_email='the@librian.net',
99
description='librian',
@@ -18,7 +18,7 @@
1818
],
1919
package_data={
2020
'librian.librian本體': [
21-
'前端/*', '前端/dist/*', '前端/默認標題畫面/*',
21+
'前端/*', '前端/dist/*', '前端/默認標題畫面/*', '前端/黑科技/**/*', '前端/黑科技/**/**/*',
2222
'資源', '資源/導出pdf用',
2323
'配置.yaml',
2424
],

0 commit comments

Comments
 (0)