67 lines
2.3 KiB
JavaScript
67 lines
2.3 KiB
JavaScript
import { style as log } from "./Log/Style";
|
|
import { style as modi } from "./Modi/Style";
|
|
import { style as oper } from "./Oper/Style";
|
|
import { style as application } from "./Application/Style";
|
|
import { style as area } from "./Area/Style";
|
|
import { style as captcha } from "./Captcha/Style";
|
|
import { style as changePasswordTemp } from "./ChangePasswordTemp/Style";
|
|
import { style as domain } from "./Domain/Style";
|
|
import { style as email } from "./Email/Style";
|
|
import { style as extraFile } from "./ExtraFile/Style";
|
|
import { style as livestream } from "./Livestream/Style";
|
|
import { style as loginName } from "./LoginName/Style";
|
|
import { style as message } from "./Message/Style";
|
|
import { style as mobile } from "./Mobile/Style";
|
|
import { style as notification } from "./Notification/Style";
|
|
import { style as oauthApplication } from "./OauthApplication/Style";
|
|
import { style as oauthProvider } from "./OauthProvider/Style";
|
|
import { style as oauthUser } from "./OauthUser/Style";
|
|
import { style as oauthUserAuthorization } from "./OauthUserAuthorization/Style";
|
|
import { style as parasite } from "./Parasite/Style";
|
|
import { style as passport } from "./Passport/Style";
|
|
import { style as smsTemplate } from "./SmsTemplate/Style";
|
|
import { style as toDo } from "./ToDo/Style";
|
|
import { style as token } from "./Token/Style";
|
|
import { style as user } from "./User/Style";
|
|
import { style as userEntityGrant } from "./UserEntityGrant/Style";
|
|
import { style as userWechatPublicTag } from "./UserWechatPublicTag/Style";
|
|
import { style as wechatLogin } from "./WechatLogin/Style";
|
|
import { style as wechatMenu } from "./WechatMenu/Style";
|
|
import { style as wechatPublicTag } from "./WechatPublicTag/Style";
|
|
import { style as wechatQrCode } from "./WechatQrCode/Style";
|
|
import { style as wechatUser } from "./WechatUser/Style";
|
|
export const styleDict = {
|
|
log,
|
|
modi,
|
|
oper,
|
|
application,
|
|
area,
|
|
captcha,
|
|
changePasswordTemp,
|
|
domain,
|
|
email,
|
|
extraFile,
|
|
livestream,
|
|
loginName,
|
|
message,
|
|
mobile,
|
|
notification,
|
|
oauthApplication,
|
|
oauthProvider,
|
|
oauthUser,
|
|
oauthUserAuthorization,
|
|
parasite,
|
|
passport,
|
|
smsTemplate,
|
|
toDo,
|
|
token,
|
|
user,
|
|
userEntityGrant,
|
|
userWechatPublicTag,
|
|
wechatLogin,
|
|
wechatMenu,
|
|
wechatPublicTag,
|
|
wechatQrCode,
|
|
wechatUser
|
|
};
|