Skip to content

Commit

Permalink
[删除]无效的网站
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudw committed Mar 31, 2024
1 parent 7aa32ff commit 9c90aaf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 211 deletions.
196 changes: 0 additions & 196 deletions app/dpmbj.go

This file was deleted.

2 changes: 1 addition & 1 deletion config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var Conf Input

const version = "24.0401"
const version = "24.0331"

// initSeq false = 最小值 <= 当前页码 <= 最大值
func initSeq() {
Expand Down
10 changes: 0 additions & 10 deletions router/china.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ func (p GzddGzlib) getRouterInit(sUrl []string) (map[string]interface{}, error)
return nil, nil
}

type MinghuajiBjDpm struct{}

func (p MinghuajiBjDpm) getRouterInit(sUrl []string) (map[string]interface{}, error) {
for i, s := range sUrl {
var dpmbj app.DpmBj
dpmbj.Init(i+1, s)
}
return nil, nil
}

type OurootsNlc struct{}

func (p OurootsNlc) getRouterInit(sUrl []string) (map[string]interface{}, error) {
Expand Down
4 changes: 0 additions & 4 deletions router/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ func FactoryRouter(siteID string, sUrl []string) (map[string]interface{}, error)
Router["gzdd.gzlib.org.cn"] = new(GzddGzlib)
//[中国]江苏高校珍贵古籍数字图书馆
Router["jsgxgj.nju.edu.cn"] = new(Njuedu)
//北京故宫博物院-故宫名画记
Router["minghuaji.dpm.org.cn"] = new(MinghuajiBjDpm)
Router["m-minghuaji.dpm.org.cn"] = new(MinghuajiBjDpm)
Router["digicol.dpm.org.cn"] = new(MinghuajiBjDpm)
//[中国]中华寻根网-国图
Router["ouroots.nlc.cn"] = new(OurootsNlc)
//[中国]国家哲学社会科学文献中心
Expand Down

0 comments on commit 9c90aaf

Please sign in to comment.