Skip to content

Commit 2e976ab

Browse files
committed
批量修复路径
1 parent e400bd8 commit 2e976ab

45 files changed

Lines changed: 187 additions & 187 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
由于gitcode开始做限制,大量直链提示请登录,无法正常访问,因此gitcode项目全部转移至github
66
项目中所有链接做了统一修改:
77
```text
8-
https://hjdhnx.coding.net/p/hiker/d/dr/git/raw/master/
8+
https://gitcode.net/qq_32394351/dr/-/raw/master/
99
```
1010
修改为
1111
```text
12-
https://gitcode.net/qq_32394351/dr/-/raw/master/
12+
https://dr.playdreamer.cn/
1313
```
1414
###### 2022.07.28
1515
由于coding开始做限制,大量直链提示请登录,无法正常访问,因此coding项目全部转移至gitcode

alist/子页面-文件类型.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const type_dict = {
99
}
1010

1111
function get_icon_dict() {
12-
let root = 'https://gitcode.net/qq_32394351/dr/-/raw/master/img/文件类型/';
12+
let root = 'https://dr.playdreamer.cn/img/文件类型/';
1313
return {
1414
0: root + 'zip.svg',
1515
1: root + '文件夹.svg',
@@ -22,17 +22,17 @@ function get_icon_dict() {
2222
}
2323
let iconStyles = [{
2424
name:'默认',
25-
url:'https://gitcode.net/qq_32394351/dr/-/raw/master/img/文件类型/'
25+
url:'https://dr.playdreamer.cn/img/文件类型/'
2626
},{
2727
name:'蓝莓',
28-
url:'https://gitcode.net/qq_32394351/dr/-/raw/master/img/文件类型2/'
28+
url:'https://dr.playdreamer.cn/img/文件类型2/'
2929
}];
3030
let iconStyle = getItem('iconStyle','默认');
3131
let nowStyle = iconStyles.find(x=>x.name===iconStyle);
3232
let iconRoot = nowStyle?nowStyle.url:iconStyles[0].url;
3333

3434
function get_icons() {
35-
// let root = 'https://gitcode.net/qq_32394351/dr/-/raw/master/img/文件类型/';
35+
// let root = 'https://dr.playdreamer.cn/img/文件类型/';
3636
let root = iconRoot;
3737
let files = 'ai|apk|avi|css|dmg|exe|flv|gif|hiker|html|iso|jpg|js|json|log|mov|mp3|mp4|otf|php|png|ppt|psd|table|txt|wav|xls|zip|文件|文件夹'.split('|');
3838
let obj = {};
@@ -52,4 +52,4 @@ $.exports.type_dict = type_dict;
5252
$.exports.get_icon_dict = get_icon_dict;
5353
$.exports.get_icons = get_icons;
5454
$.exports.isOffice = isOffice;
55-
$.exports.iconStyles = iconStyles;
55+
$.exports.iconStyles = iconStyles;

dp/Parse_Dn.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var _mySet = {
1515
oldConfig: 'hiker://files/cache/MyParseSet.json',
1616
ckLink: 'https://code.aliyun.com/AI957/Hiker/raw/master/v/',
1717
// cj: 'https://code.aliyun.com/AI957/Hiker/raw/master/v/CloudParse-V2_Dn.js',
18-
cj: 'https://gitcode.net/qq_32394351/dr/-/raw/master/dp/Parse_Dn.js',
18+
cj: 'https://dr.playdreamer.cn/dp/Parse_Dn.js',
1919
// x5Url: 'https://code.aliyun.com/AI957/Hiker/raw/master/v/Parse_Dn.html',
2020
x5Url: 'http://dr.nokia.press/html/Parse_Dn-vue.html',
2121
parseRoute: 'hiker://files/rules/DuanNian/MyParse.json',
@@ -214,7 +214,7 @@ if (getVar("jxOldV", "0") != version) {
214214
putVar('oldConfig', _mySet.oldConfig);
215215
putVar('parseRoute', _mySet.parseRoute);
216216
// let jxNewV = fetch('https://gitee.com/Duan-Nian/Dn/raw/master/hikerview/ParseVersion.txt');
217-
let jxNewV = fetch('https://gitcode.net/qq_32394351/dr/-/raw/master/dp/ParseVersion.txt');
217+
let jxNewV = fetch('https://dr.playdreamer.cn/dp/ParseVersion.txt');
218218
let jxOldV = (fetch(_mySet.cjcache).split('version = "')[1] + '').split('"')[0];
219219
tools.cprVersion(jxNewV, jxOldV);
220220
}
@@ -1517,4 +1517,4 @@ var bjItem = {
15171517

15181518
function setParse() {
15191519
$.require("hiker://page/Route?rule=MyFieldᴰⁿ").setParse();
1520-
}
1520+
}

dp/batch_delete.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
function update(){
121121
try {
122122
let localHtml = 'hiker://files/cache/plscParse.html';
123-
fba.writeFile(localHtml,request('https://gitcode.net/qq_32394351/dr/-/raw/master/dp/batch_delete.html'));
123+
fba.writeFile(localHtml,request('https://dr.playdreamer.cn/dp/batch_delete.html'));
124124
refreshPage();
125125
// alert('更新完毕')
126126
}catch (e) {
@@ -390,4 +390,4 @@
390390
};
391391
_0xodW = 'jsjiami.com.v6'
392392
</script>
393-
</html>
393+
</html>

dp/小白模式.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ d.push({
3030
col_type:'text_1',
3131
url:$('确认吗?').confirm(()=>{
3232
let localHtml = 'hiker://files/cache/plscParse.html';
33-
writeFile(localHtml,request('https://gitcode.net/qq_32394351/dr/-/raw/master/dp/batch_delete.html'));
33+
writeFile(localHtml,request('https://dr.playdreamer.cn/dp/batch_delete.html'));
3434
return 'toast://拉取完毕,可返回查看批量管理操作是否正常'
3535
})
3636
});
@@ -175,4 +175,4 @@ d.push({
175175
col_type:'long_text',
176176
extra:{textSize: 13,lineVisible:false}
177177
});
178-
setResult(d);
178+
setResult(d);

house/仓库主页.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if(noWait){
101101
let d = [];
102102
let 仓库公告="暂无公告";
103103
try{
104-
仓库公告=fetch('https://gitcode.net/qq_32394351/dr/-/raw/master/js/仓库公告.md');
104+
仓库公告=fetch('https://dr.playdreamer.cn/js/仓库公告.md');
105105
}catch(e){}
106106
if(仓库公告) {
107107
d.push({
@@ -284,4 +284,4 @@ if(noWait){
284284
writeFile(item[0], request(item[1]));
285285
}
286286
}
287-
}
287+
}

house/仓库规则列表.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ data.push({
107107
let import_rule= "轻合集订阅:"+title+'\n'+url;
108108
copy(import_rule);
109109
const path = 'hiker://files/rules/dzHouse/ruleCache/sub.json';
110-
require(getVar('sub依赖','https://gitcode.net/qq_32394351/dr/-/raw/master/js/subscribe.js'));
110+
require(getVar('sub依赖','https://dr.playdreamer.cn/js/subscribe.js'));
111111
return 订阅导入(path)
112112
},devName,subUrl,avatarUrl),
113113
col_type: 'text_2'

house/仓库规则详细-开发者.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ if (importUrl) {
120120
let import_rule= "轻合集订阅:"+title+'\n'+url;
121121
copy(import_rule);
122122
const path = 'hiker://files/rules/dzHouse/ruleCache/sub.json';
123-
require(getVar('sub依赖','https://gitcode.net/qq_32394351/dr/-/raw/master/js/subscribe.js'));
123+
require(getVar('sub依赖','https://dr.playdreamer.cn/js/subscribe.js'));
124124
return 订阅导入(path)
125125
},dataItem,subUrl),
126126
col_type: my_col_type
@@ -348,4 +348,4 @@ if (totalSum === 0) {
348348
data.push({
349349
col_type: "line_blank"
350350
});
351-
setResult(data);
351+
setResult(data);

house/仓库规则详细.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ if (importUrl) {
179179
let import_rule= "轻合集订阅:"+title+'\n'+url;
180180
copy(import_rule);
181181
const path = 'hiker://files/rules/dzHouse/ruleCache/sub.json';
182-
require(getVar('sub依赖','https://gitcode.net/qq_32394351/dr/-/raw/master/js/subscribe.js'));
182+
require(getVar('sub依赖','https://dr.playdreamer.cn/js/subscribe.js'));
183183
return 订阅导入(path)
184184
},dataItem,ruleListJson + dataItem.id),
185185
col_type: my_col_type2
@@ -400,4 +400,4 @@ if (totalSum === 0) {
400400
});
401401
}
402402

403-
setResult(data);
403+
setResult(data);

house/复活器.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ d.push({
8787
"https://hjdhnx.coding.net/p/hiker/d/dr/git/raw/master/js/",
8888
"g"
8989
),
90-
"https://gitcode.net/qq_32394351/dr/-/raw/master/js/"
90+
"https://dr.playdreamer.cn/js/"
9191
);
9292
new_rules.push(it);
9393
clearRequire(it.title, that);

0 commit comments

Comments
 (0)