Skip to content

Commit 84afc72

Browse files
chore: Update AI referral links and weights
1 parent 3fa4273 commit 84afc72

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composables/useAdvertisements.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ export default function () {
145145

146146
export function useChatWithAiReferral() {
147147
const chatWithAiReferrals = [
148-
// {
149-
// id: 'https://crushon.ai/search?s={query}',
150-
// weight: 1
151-
// },
148+
{
149+
id: 'https://crushon.ai/?s={query}&ref=zdnmmzy&mist=1',
150+
weight: 0.2
151+
},
152152
{
153153
id: 'https://spicychat.ai/?public_characters_alias%2Fsort%2Fnum_messages_24h%3Adesc[query]={query}&ref=ode2nzn',
154-
weight: 0.5
154+
weight: 1
155155
}
156156
]
157157

0 commit comments

Comments
 (0)