mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Expose simple home style
This commit is contained in:
parent
e3bd351a36
commit
8deb37ac42
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -133,7 +133,7 @@
|
||||
"settings-tooltip.min.js": "E9ABA72B3C29CA850342109E57B055B193F3356DD59876B202E8E908AE6247C9",
|
||||
"settings-tooltip.zh-CN.min.js": "AD93F86107EC6840A24BCFF7DE3DB87C620A7591D88CFD4A2E41C058B7ED5585",
|
||||
"show-dead-video-title.min.js": "8D591930421EBA43A1BDF50DC8B645C1BD1A17E109FB1CFBCD6B78E6C74E1D68",
|
||||
"simple-home.vue.min.js": "F64C88FB33612D715A4ED98A398E6D0E003DCDBF7A2CEDBA9FEC56A63E761A3C",
|
||||
"simple-home.vue.min.js": "030C853AE068A918E540BCD491A40831F069BC88375230E40BB4B964E4252FB2",
|
||||
"simplify-home.min.css": "C12B89218065EB887D4330C93747822115B31AD93073FF9F89AA585AEC9752CD",
|
||||
"simplify-home.min.js": "F6D7F8E0D45847C3E056711AECE3832785603E7EF85A4B995C028F5CBE539C94",
|
||||
"simplify-home.vue.min.js": "073A24094C480D6DD79006C3704002563AD9DF1BA496FF937DFE4A25869722E8",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/simple-home.vue.min.js
vendored
2
min/simple-home.vue.min.js
vendored
@ -1 +1 @@
|
||||
(()=>{return(e,t)=>{const m=`<div class=simple-home>I'm SimpleHome component!</div>`;return{export:Object.assign({template:m},{})}}})();
|
||||
(()=>{return(e,t)=>{const s=`<div class=simple-home>快了, 已经在路上了.jpg</div>`;return{export:Object.assign({template:s},{})}}})();
|
||||
@ -696,7 +696,7 @@ Resource.manifest = {
|
||||
},
|
||||
dropdown: {
|
||||
key: 'simplifyHomeStyle',
|
||||
items: ['极简'],
|
||||
items: ['清爽', '极简'],
|
||||
},
|
||||
},
|
||||
fullActivityContent: {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="simple-home">
|
||||
I'm SimpleHome component!
|
||||
快了, 已经在路上了.jpg
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
|
||||
0
src/style/simplify-home/simplify-home.md
Normal file
0
src/style/simplify-home/simplify-home.md
Normal file
Loading…
Reference in New Issue
Block a user