Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Removes stars from pinned tooltip in home view
main
Keith Daulton
2 anni fa
parent
ff19aeff28
commit
7eacce3eee
1 ha cambiato i file
con
1 aggiunte
e
4 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-4
src/webviews/apps/home/components/header-card.ts
+ 1
- 4
src/webviews/apps/home/components/header-card.ts
Vedi File
@ -21,10 +21,7 @@ const template = html
`
$
{
when
(
x
=
>
x
.
pinStatus
,
html
<
HeaderCard
>
`
<
span
slot
=
"type"
>
<
span
class
=
"repo-access${x => (x.isPro ? ' is-pro' : '')}"
>
✨
<
/
span
>
$
{
x
=
>
x
.
planName
}
<
/
s
p
a
n
>
<
span
slot
=
"type"
>
$
{
x
=
>
x
.
planName
}
<
/
span
>
<
a
href
=
"#"
class
=
"action is-icon"
Scrivi
Anteprima
Caricamento…
Annulla
Salva