Skip to content

Commit afe507e

Browse files
committed
tidy links
1 parent 39701a3 commit afe507e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

os-app/task-a-banks/controller.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ const mod = {
173173
return [
174174
'Hello World',
175175
'Cesium',
176+
'Mylar',
177+
'Peer CDN',
178+
'+PeerServer',
179+
'Fargo',
176180
].includes(e.ZDABankName);
177181
}).length) {
178182
return false;
@@ -195,7 +199,9 @@ const mod = {
195199

196200
_DataHotfixProject (e) {
197201
Object.entries({
198-
ZDAProjectURL: {},
202+
ZDAProjectURL: {
203+
'http://draw.io/': 'https://www.drawio.com/',
204+
},
199205
}).forEach(function ([key, changes]) {
200206
Object.entries(changes).forEach(function ([source, destination]) {
201207
if (e[key] === source) {

0 commit comments

Comments
 (0)