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

Dev #4

Merged
merged 7 commits into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions resource/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"getUserInfoAbort": "Get user profile request has been canceled. ({siteName})",
"getUserInfoAbortError": "Cancellation failed to get user profile request. ({siteName})",
"headers": {
"date": "Date",
"site": "Site",
"userName": "User name",
"levelName": "Level",
Expand Down Expand Up @@ -676,13 +677,18 @@
"timezone": "Timezone",
"disableMessageCount": "Display message count"
},
"userinfo": {
"title": "User Info",
"deleteConfirm": "confirm deletion? This operation cannot be restored, please make sure that you have made a corresponding backup."
},
"index": {
"importAll": "One-click import site",
"importAllConfirm": "Are you sure you want to import site operations? This will import sites that have been logged in to the browser but have not been added.",
"removeSelectedConfirm": "Are you sure you want to delete the selected site?",
"removeConfirm": "Are you sure you want to delete this site?",
"removeTitle": "Delete confirmation",
"plugins": "Plugins",
"showUserInfo": "UserInfo",
"title": "Site settings",
"subTitle": "Only the configured site will display the plugin icon and the corresponding function; the offline site will no longer participate in the search and information acquisition;",
"searchEntry": "Search Entry",
Expand Down
6 changes: 6 additions & 0 deletions resource/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
"getUserInfoAbort": "{siteName} 获取用户资料请求已取消",
"getUserInfoAbortError": "{siteName} 获取用户资料请求取消失败",
"headers": {
"date": "日期",
"site": "站点",
"userName": "用户名",
"levelName": "等级",
Expand Down Expand Up @@ -672,13 +673,18 @@
"timezone": "时区",
"disableMessageCount": "关闭消息提醒"
},
"userinfo": {
"title": "用户数据",
"deleteConfirm": "确认删除?这个操作不可恢复,请确认你做好了相应备份。"
},
"index": {
"importAll": "一键导入站点",
"importAllConfirm": "确认要进行导入站点操作吗?此操作会导入已在浏览器上登录过但未添加的站点。",
"removeSelectedConfirm": "确认要删除已选中的站点吗?",
"removeConfirm": "确认要删除这个站点吗?",
"removeTitle": "删除确认",
"plugins": "插件",
"showUserInfo": "用户数据",
"title": "站点设置",
"subTitle": "只有配置过的站点才会显示插件图标及相应的功能;<br/>已离线的站点不再参与搜索和信息获取;",
"searchEntry": "搜索入口",
Expand Down
4 changes: 2 additions & 2 deletions resource/sites/hdsky.me/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
"merge": true,
"fields": {
"downloadURL": {
"selector": "input.dt_download",
"filters": ["query.parent().attr('action')"]
"selector": "td.rowfollow a:contains('passkey')",
"filters": ["query.attr('href')"]
}
}
}
Expand Down
142 changes: 0 additions & 142 deletions resource/sites/pt.nwsuaf6.edu.cn/config.json

This file was deleted.

62 changes: 0 additions & 62 deletions resource/sites/snakepop.art/config.json

This file was deleted.

Loading