This commit is contained in:
Liwanyi 2022-12-08 16:34:52 +08:00
parent ce7d9885cd
commit ae1f95658d
5 changed files with 10 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.fleet" />
<excludeFolder url="file://$MODULE_DIR$/misc" />
<excludeFolder url="file://$MODULE_DIR$/src/dist" />
<excludeFolder url="file://$MODULE_DIR$/dist" />
<excludePattern pattern="release.min.user.js" />
</content>
<orderEntry type="inheritedJdk" />

View File

@ -12,6 +12,9 @@ import FetchUtils from "./utils/FetchUtils";
import ZhongIcon from "./ZhongIcon";
import Alert from "./utils/Alert";
/**
*
*/
export class Common extends WuhuBase {
className = 'Common';

View File

@ -23,6 +23,8 @@ import TornStyleSwitch from "./utils/TornStyleSwitch";
import SlotsHelper from "./action/SlotsHelper";
/**
*
*
* TODO jq
*/
export default class UrlPattern extends WuhuBase {

View File

@ -7,6 +7,9 @@ import Log from "./Log";
import WuhuConfig from "./WuhuConfig";
import COMMON_CSS from "../static/css/common.css";
/**
*
*/
export default class WuHuTornHelper extends WuhuBase {
className = 'WuHuTornHelper';