1 Star 0 Fork 38

riluo429/ccc-tnt-framework

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
tbl.d.ts 550 Bytes
Copy Edit Raw Blame History
伍拾陆 authored 2023-07-20 20:54 . 红点例子
declare global {
namespace tbl{
interface activity_list_info{
id: number;
type: number;
name: string;
parent: number;
order: number;
red_point: red_point_info
banner: string;
background: string;
time_style: number;
main_icon: string;
tab_icon: string;
tab_name: string;
}
interface red_point_info{
id: number;
name: string;
parent: number;
showType: number;
}
}
}
export { };
declare global {
interface ITbl {
activity_list_info: GTbl<tbl.activity_list_info>;
red_point_info: GTbl<tbl.red_point_info>;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/riluo429/ccc-tnt-framework.git
git@gitee.com:riluo429/ccc-tnt-framework.git
riluo429
ccc-tnt-framework
ccc-tnt-framework
master

Search