复制 App ID 和 App Key 填入 backup.py 的 client_id
和 client_secret
rye pin 3.11
rye add requests
rye sync
复制 App ID 和 App Key 填入 backup.py 的 client_id
和 client_secret
rye pin 3.11
rye add requests
rye sync
html { | |
--crust: #dce0e8; | |
--mantle: #e6e9ef; | |
--base: #eff1f5; | |
--surface0: #ccd0da; | |
--surface1: #bcc0cc; | |
--surface2: #acb0be; | |
--overlay0: #9ca0b0; | |
--overlay1: #8c8fa1; | |
--overlay2: #7c7f93; |
/* more Tiniri themes: https://tiniri.vlad.studio/ */ | |
html { | |
--ui-font: ui-sans-serif, sans-serif !important; | |
--editor-font: ui-sans-serif, sans-serif !important; | |
--editor-width: 800px !important; | |
line-height: 1.5 !important; | |
} | |
html { |