forked from anime-vsub/app
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor code formatting and clean up JSON settings
- Removed trailing commas in `database.d.ts` to improve code consistency. - Reformatted `.vscode/settings.json` for better readability. - Adjusted comment and condition formatting in `filter-vchap.ts`. - Improved string concatenation and formatting in `player-link.ts` and `getInfoTPost.ts`. - Added a newline in `README.md` for version 1.1.47 section.
- Loading branch information
1 parent
9234f00
commit d4fea8c
Showing
6 changed files
with
27 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,30 +12,21 @@ | |
"i18n-ally.keystyle": "flat", | ||
"i18n-ally.localesPaths": ["src/i18n", "src/i18n/messages"], | ||
"i18n-ally.extract.ignoredByFiles": { | ||
"src/components/BrtPlayer.vue": [ | ||
"Space", | ||
"Space" | ||
], | ||
"src/pages/[_type-normal]/[value].vue": [ | ||
" • " | ||
], | ||
"src/components/BrtPlayer.vue": ["Space", "Space"], | ||
"src/pages/[_type-normal]/[value].vue": [" • "], | ||
"src/pages/phim/_season.vue": [ | ||
"${nameSeason} (${chaps[0].name} - ${\n chaps[chaps.length - 1].name\n })", | ||
"${name} - ${currentMetaSeason.name} Tập ${currentMetaChap.name}(${seasonId}/${currentMetaChap.id})" | ||
], | ||
"src/pages/tai-khoan/index.vue": [ | ||
"bg-dark text-light-9" | ||
], | ||
"src/pages/tai-khoan/index.vue": ["bg-dark text-light-9"], | ||
"src/pages/lich-chieu-phim.vue": [ | ||
"\n T{{ dayTextToNum(item.day) }}\n ", | ||
"/{{ item.month }}" | ||
], | ||
"src/pages/news.vue": [ | ||
"•\n {{ dayjs(item.time).locale(\"vi\").fromNow() }}\n " | ||
], | ||
"src/pages/tai-khoan/edit-profile.vue": [ | ||
"bg-dark text-light-9" | ||
], | ||
"src/pages/tai-khoan/edit-profile.vue": ["bg-dark text-light-9"], | ||
"src/layouts/MainLayout.vue": [ | ||
"mailto:[email protected]?subject=Phản hồi ứng dụng web AnimeVsub", | ||
"bg-dark text-light-9", | ||
|
@@ -49,12 +40,8 @@ | |
"• {{ t('_maxPage-trang', [data?.maxPage]) }}\n ", | ||
"• {{ t('_maxPage-trang', [data?.maxPage]) }}\n " | ||
], | ||
"src/apis/runs/ajax/rate.ts": [ | ||
"${token_name}=${token_value}" | ||
], | ||
"src/components/errors/cloudflare.vue": [ | ||
")\n " | ||
], | ||
"src/apis/runs/ajax/rate.ts": ["${token_name}=${token_value}"], | ||
"src/components/errors/cloudflare.vue": [")\n "], | ||
"src/components/errors/domain-strange.vue": [ | ||
"\n {{ extensionVersion ?? \"" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters