Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita55b631

Browse files
authored
Merge pull request#62 from notdp/master
fix: fixed token encrypt and decode problem(caused by github new version token)
2 parentsac44b1d +2f51b58 commita55b631

File tree

6 files changed

+15
-26
lines changed

6 files changed

+15
-26
lines changed

‎docs/index.04eb6053.js‎

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎docs/index.0fbaafc4.js‎

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/index.html‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repository:'Recordum',
1616
authors:'LoeiFy',
1717
ignores:'17,13',
18-
hash:'TAbUTFaOWEEUcbeWdWPXXWcfEEfTTTXTCaTaPWeCbWlycm9yLmFtMDIwMC5jb20=',
18+
hash:'&!b%&$a^*((%cbe*d*)@@*cf((f&&&@&#a&a)*e#bWlycm9yLmFtMDIwMC5jb20=',
1919
perpage:5,
2020
}
2121
</script>
@@ -99,6 +99,6 @@
9999
</div>
100100
</div>
101101
<divid="loader"><div></div></div>
102-
<scriptsrc="./index.04eb6053.js"></script>
102+
<scriptsrc="./index.0fbaafc4.js"></script>
103103
</body>
104-
</html>
104+
</html>

‎package.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"homepage":"https://github.com/LoeiFy/Mirror",
2323
"devDependencies": {
24+
"@fratercula/falco":"^1.5.12",
2425
"archiver":"^3.0.0",
2526
"eslint":"^5.15.1",
2627
"eslint-config-airbnb-base":"^13.1.0",

‎release/mirror.zip‎

16.1 KB
Binary file not shown.

‎src/helper/secret.js‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
constmap={
2-
1:'A',
3-
2:'X',
4-
3:'C',
5-
4:'F',
6-
5:'U',
7-
6:'O',
8-
7:'T',
9-
8:'W',
10-
9:'E',
11-
0:'P',
2+
1:'!',
3+
2:'@',
4+
3:'#',
5+
4:'$',
6+
5:'%',
7+
6:'^',
8+
7:'&',
9+
8:'*',
10+
9:'(',
11+
0:')',
1212
}
1313

1414
constreverseMap={}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp