新增vip功能
This commit is contained in:
parent
25a1089bc1
commit
9725aaee6c
|
@ -0,0 +1,9 @@
|
|||
"use client";
|
||||
|
||||
import React from "react";
|
||||
import { generateSignature } from "@/utils/crypto";
|
||||
import webviewBaseRequest from "@/utils/webviewBaseRequest";
|
||||
|
||||
export default function Vip() {
|
||||
return <section className="flex flex-col container">Vip</section>;
|
||||
}
|
Loading…
Reference in New Issue