mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-20 07:11:31 +02:00
fix(torrents): add target=blank to tmdb url
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
1. This is a private torrents management system, the torrent file announce URL will auto set as: `%(announceConfig.url)s` after uploaded.
|
||||
1. If you selected resource type with `Movie` or `TVSerial`, the torrent TMDB_ID must be `TheMovieDB` resources ID, you can [find the ID from here](%(tmdbConfig.tmdbHome)s), then the resources detail info can be autoload, if everything looks good, hit submit.
|
||||
1. If you selected resource type with `Movie` or `TVSerial`, the torrent TMDB_ID must be `TheMovieDB` resources ID, you can <a href="%(tmdbConfig.tmdbHome)s" target="_blank">find the ID from here</a>, then the resources detail info can be autoload, if everything looks good, hit submit.
|
||||
1. Select one or more tags that match the resources, which will play a significant role in your search results.
|
||||
1. After the submission of documents, may be approved by the management, the rules do not meet the seeds will be deleted directly.
|
||||
1. For additional assistance, please contact our {{'%(supportConfig.supportGroupNameDesc)s' | translate}} by **[Message](/messages/send?to=%(supportConfig.supportGroupName)s)** or **[Email](mailto: %(supportConfig.supportMailAddress)s)**.
|
||||
@@ -1,5 +1,5 @@
|
||||
1. 这是一个私有种子管理系统, 种子文件的Announce地址会在上传后自动修改为: `%(announceConfig.url)s`.
|
||||
1. 如果您选择的资源类型为`电影`或`电视剧`, 种子文件的 TMDB_ID 必须是 `TheMovieDB` 相对应的资源ID号, 您可以[从这里找到ID号](%(tmdbConfig.tmdbHome)s). 系统会自动载入资源的详细信息, 如无误可直接提交.
|
||||
1. 如果您选择的资源类型为`电影`或`电视剧`, 种子文件的 TMDB_ID 必须是 `TheMovieDB` 相对应的资源ID号, 您可以 <a href="%(tmdbConfig.tmdbHome)s" target="_blank">从这里找到ID号</a>. 系统会自动载入资源的详细信息, 如无误可直接提交.
|
||||
1. 请为资源选择匹配的一个或多个标签, 它会在您的搜索结果中发挥重大作用.
|
||||
1. 种子文件提交后, 可能会由后台管理人员进行审批, 不符合规则的种子会被直接删除.
|
||||
1. 如需其它帮助, 请向{{'%(supportConfig.supportGroupNameDesc)s' | translate}}发送 **[消息](/messages/send?to=%(supportConfig.supportGroupName)s)** 或 **[邮件](mailto: %(supportConfig.supportMailAddress)s)**.
|
||||
Reference in New Issue
Block a user