From 17706d517a6037d865220641b7c0889440ccda94 Mon Sep 17 00:00:00 2001 From: zjk2017 <2548836866@qq.com> Date: Tue, 3 Sep 2024 18:30:10 +0800 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=20=E5=90=8C=E8=8A=B1?= =?UTF-8?q?=E9=A1=BA.ts=20to=20=E5=90=8C=E8=8A=B1=E9=A1=BA1.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 同花顺.ts => 同花顺1.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 同花顺.ts => 同花顺1.ts (99%) diff --git a/同花顺.ts b/同花顺1.ts similarity index 99% rename from 同花顺.ts rename to 同花顺1.ts index 270067a..3af98c3 100644 --- a/同花顺.ts +++ b/同花顺1.ts @@ -11,7 +11,7 @@ */ import { Env } from './utils'; -const $ = new Env('同花顺签到'); +const $ = new Env('同花顺签到1'); /** 签到 */ export async function signCheckIn(cookie: string) {