Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync #7

Merged
merged 16 commits into from
Oct 2, 2023
14 changes: 12 additions & 2 deletions Update.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"UpdateHistory": {
"0.2.200": {
"UpdateDate": 1696246054517,
"1.0.200": {
"UpdateDate": 1696254577068,
"Prerelease": false,
"UpdateContents": [
{
"PR": 0,
"Description": ""
}
]
},
"1.0.201": {
"UpdateDate": 1696255471868,
"Prerelease": false,
"UpdateContents": []
}
Expand Down
4 changes: 2 additions & 2 deletions XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name XMOJ
// @version 0.2.200
// @version 1.0.201
// @description XMOJ增强脚本
// @author @PythonSmall-Q
// @namespace https://github/langningchen
Expand Down Expand Up @@ -30,7 +30,7 @@
* You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv";
const CaptchaSiteKey = "0x4AAAAAAAI4scL-wknSAXKD";
const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin"];

let PurifyHTML = (Input) => {
Expand Down
Loading