1234567891011121314151617181920212223242526272829303132333435 |
- export const H5 = function (fn) {
-
- fn();
-
- };
- export const APP = function (fn) {
-
- fn();
-
- };
- export const applets = function (fn) {
-
- fn();
-
- };
- export const notH5 = function (fn) {
-
- fn();
-
- };
- export const baiduApple = function (fn) {
-
- fn();
-
- };
- export const touTiao = function (fn) {
-
- fn();
-
- };
- export const mp = function (fn) {
-
- fn();
-
- };
|