更新前端静态网页获取方式,放弃使用后端获取api

This commit is contained in:
2025-09-09 10:47:51 +08:00
parent 6889ca37e5
commit 44a4f1bae1
25558 changed files with 2463152 additions and 153 deletions

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/bind');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/demethodize');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/has-instance');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/is-callable');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/is-constructor');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/metadata');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/name');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/un-this');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../../full/function/virtual/bind');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../../full/function/virtual/demethodize');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../../full/function/virtual');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../../full/function/virtual/un-this');