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

feat(route/txks): add www.txks.org.cn (工信部全国通信专业技术人员职业水平考试) #18151

Merged
merged 6 commits into from
Jan 22, 2025

Conversation

PrinOrange
Copy link
Contributor

Involved Issue / 该 PR 相关 Issue

Close #

Example for the Proposed Route(s) / 路由地址示例

/txks/news

New RSS Route Checklist / 新 RSS 路由检查表

  • New Route / 新的路由
  • Anti-bot or rate limit / 反爬/频率限制
    • If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
  • Date and time / 日期和时间
    • Parsed / 可以解析
    • Correct time zone / 时区正确
  • New package added / 添加了新的包
  • Puppeteer

Note / 说明

@github-actions github-actions bot added the Route label Jan 16, 2025
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/txks/news - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://www.txks.org.cn/index/work&quot;: 405 Not Allowed
Route: /txks/news
Full Route: /txks/news
Node Version: v22.13.0
Git Hash: f20d2b64

@github-actions github-actions bot added the Auto: Route Test Complete Auto route test has finished on given PR label Jan 16, 2025
@PrinOrange
Copy link
Contributor Author

Successfully generated as following:

http://localhost:1200/txks/news - Failed ❌

This website may restrict requests from non-China network

image

@PrinOrange PrinOrange changed the title feat: add www.txks.org.cn (工信部全国通信专业技术人员职业水平考试) feat(route/txks): add www.txks.org.cn (工信部全国通信专业技术人员职业水平考试) Jan 16, 2025
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/txks/news - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://www.txks.org.cn/index/work&quot;: 405 Not Allowed
Route: /txks/news
Full Route: /txks/news
Node Version: v22.13.0
Git Hash: f20d2b64

Copy link
Contributor

Successfully generated as following:

http://localhost:1200/txks/news - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://www.txks.org.cn/index/work&quot;: 405 Not Allowed
Route: /txks/news
Full Route: /txks/news
Node Version: v22.13.0
Git Hash: 46765c10

lib/routes/txks/namespace.ts Outdated Show resolved Hide resolved
lib/routes/txks/news.ts Outdated Show resolved Hide resolved
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/txks/news - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://www.txks.org.cn/index/work&quot;: 405 Not Allowed
Route: /txks/news
Full Route: /txks/news
Node Version: v22.13.0
Git Hash: b1abaaca


export const route: Route = {
path: '/news',
name: '全国通信专业技术人员职业水平考试动态',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not include namespace name

name: '全国通信专业技术人员职业水平考试',
in route name

Copy link
Contributor

Successfully generated as following:

http://localhost:1200/txks/news - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://www.txks.org.cn/index/work&quot;: 405 Not Allowed
Route: /txks/news
Full Route: /txks/news
Node Version: v22.13.0
Git Hash: 5aa7b0ce

@TonyRL TonyRL merged commit f4baae0 into DIYgod:master Jan 22, 2025
30 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto: Route Test Complete Auto route test has finished on given PR Route
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants