user webfix rules...

This commit is contained in:
Gabe Yuan
2023-11-13 18:03:38 +08:00
parent 6e06fe79cd
commit 2d651abfdd
8 changed files with 337 additions and 32 deletions

View File

@@ -5,9 +5,10 @@ import { apiFetch } from "../apis";
/**
* 修复程序类型
*/
const FIXER_BR = "br";
export const FIXER_BR = "br";
const FIXER_BN = "bn";
const FIXER_FONTSIZE = "fontSize";
export const FIXER_ALL = [FIXER_BR, FIXER_BN, FIXER_FONTSIZE];
/**
* 需要修复的站点列表