Skip to content

Commit d84739c

Browse files
committed
修复ccw扩展库加载
1 parent b9531b2 commit d84739c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/containers/extension-library.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const SOURCE_NAV_ORDER = [
211211
];
212212

213213
const FAVORITES_STORAGE_KEY = 'tw:library-favorites:extensionLibrary';
214-
const CCW_EXTENSION_API_BASE = 'https://bfs-web.ccw.site/extensions';
214+
const CCW_EXTENSION_API_BASE = 'https://ccwbfs-proxy.netlify.app/extensions';
215215

216216
const CCW_METADATA_CACHE = {};
217217

src/containers/tw-ccw-extension-modal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
setSelectedExtensions
1212
} from '../reducers/modals';
1313

14-
const CCW_EXTENSION_METADATA_BASE = 'https://bfs-web.ccw.site/extensions/';
14+
const CCW_EXTENSION_METADATA_BASE = 'https://ccwbfs-proxy.netlify.app/extensions/';
1515

1616
class CCWExtensionModal extends React.Component {
1717
constructor (props) {

0 commit comments

Comments
 (0)