File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Tag translation:
95
95
Tag order optimization:
96
96
97
97
- [ e-hentai-db] ( https://github.com/ccloli/e-hentai-db )
98
- - [ e-hentai-tag-count] ( https://github.com/poly000 /e-hentai-tag-count )
98
+ - [ e-hentai-tag-count] ( https://github.com/mokurin000 /e-hentai-tag-count )
99
99
100
100
App translation:
101
101
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Linux更新(不维护): 直接删除旧包后,下载最新的包使用
84
84
标签热度排序:
85
85
86
86
- [ e-hentai-db] ( https://github.com/ccloli/e-hentai-db )
87
- - [ e-hentai-tag-count] ( https://github.com/poly000 /e-hentai-tag-count )
87
+ - [ e-hentai-tag-count] ( https://github.com/mokurin000 /e-hentai-tag-count )
88
88
89
89
90
90
App翻译:
Original file line number Diff line number Diff line change 1
1
- 偏好设置中支持搜索时将中文标签搜索结果按热度排序。感谢[ e-hentai-db] ( https://github.com/ccloli/e-hentai-db )
2
- 和[ e-hentai-tag-count] ( https://github.com/poly000 /e-hentai-tag-count )
2
+ 和[ e-hentai-tag-count] ( https://github.com/mokurin000 /e-hentai-tag-count )
3
3
- Linux发布产物改为.deb与.AppImage文件。感谢[ madoka773] ( https://github.com/madoka773 )
4
4
- 重新添加自动重定向至表站的设置,以应对部分ip无法访问表站的问题
5
5
- 支持自动创建.nomedia文件
38
38
39
39
- In the preference settings, support to sort the Chinese tag search results by popularity when searching.
40
40
Thanks to [ e-hentai-db] ( https://github.com/ccloli/e-hentai-db )
41
- 和[ e-hentai-tag-count] ( https://github.com/poly000 /e-hentai-tag-count )
41
+ 和[ e-hentai-tag-count] ( https://github.com/mokurin000 /e-hentai-tag-count )
42
42
- Add back the setting of automatically redirecting to the EH site to deal with the problem that some IPs cannot
43
43
access the EH site
44
44
- Support to create .nomedia file automatically
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class TagSearchOrderOptimizationService extends GetxService {
27
27
28
28
final String savePath = join (PathSetting .getVisibleDir ().path, 'tid_count_tag.csv.gz' );
29
29
30
- static const String releaseUrl = 'https://github.com/poly000 /e-hentai-tag-count/releases/latest' ;
30
+ static const String releaseUrl = 'https://github.com/mokurin000 /e-hentai-tag-count/releases/latest' ;
31
31
32
32
Rx <LoadingState > loadingState = LoadingState .idle.obs;
33
33
RxnString version = RxnString (null );
@@ -94,7 +94,7 @@ class TagSearchOrderOptimizationService extends GetxService {
94
94
try {
95
95
await retry (
96
96
() => EHRequest .download (
97
- url: 'https://github.com/poly000 /e-hentai-tag-count/releases/download/$tag /tid_count_tag.csv.gz' ,
97
+ url: 'https://github.com/mokurin000 /e-hentai-tag-count/releases/download/$tag /tid_count_tag.csv.gz' ,
98
98
path: savePath,
99
99
receiveTimeout: 10 * 60 * 1000 ,
100
100
onReceiveProgress: (count, total) => downloadProgress.value = byte2String (count.toDouble ()),
You can’t perform that action at this time.
0 commit comments