fix: update
This commit is contained in:
3
components.d.ts
vendored
3
components.d.ts
vendored
@@ -54,6 +54,7 @@ declare module 'vue' {
|
||||
IconFluentPlay20Regular: typeof import('~icons/fluent/play20-regular')['default']
|
||||
IconFluentQuestionCircle20Regular: typeof import('~icons/fluent/question-circle20-regular')['default']
|
||||
IconFluentReplay20Regular: typeof import('~icons/fluent/replay20-regular')['default']
|
||||
IconFluentScanType20Regular: typeof import('~icons/fluent/scan-type20-regular')['default']
|
||||
IconFluentSearch20Regular: typeof import('~icons/fluent/search20-regular')['default']
|
||||
IconFluentSearch24Regular: typeof import('~icons/fluent/search24-regular')['default']
|
||||
IconFluentSettings20Regular: typeof import('~icons/fluent/settings20-regular')['default']
|
||||
@@ -65,8 +66,10 @@ declare module 'vue' {
|
||||
IconFluentStar20Filled: typeof import('~icons/fluent/star20-filled')['default']
|
||||
IconFluentStarAdd16Regular: typeof import('~icons/fluent/star-add16-regular')['default']
|
||||
IconFluentTextEditStyle20Regular: typeof import('~icons/fluent/text-edit-style20-regular')['default']
|
||||
IconFluentTextField20Regular: typeof import('~icons/fluent/text-field20-regular')['default']
|
||||
IconFluentTextListAbcUppercaseLtr20Regular: typeof import('~icons/fluent/text-list-abc-uppercase-ltr20-regular')['default']
|
||||
IconFluentTextUnderlineDouble20Regular: typeof import('~icons/fluent/text-underline-double20-regular')['default']
|
||||
IconFluentTextWholeWord20Regular: typeof import('~icons/fluent/text-whole-word20-regular')['default']
|
||||
IconFluentTranslate16Regular: typeof import('~icons/fluent/translate16-regular')['default']
|
||||
IconFluentTranslateOff16Regular: typeof import('~icons/fluent/translate-off16-regular')['default']
|
||||
IconFluentWeatherMoon16Regular: typeof import('~icons/fluent/weather-moon16-regular')['default']
|
||||
|
||||
@@ -130,7 +130,8 @@ async function refreshCDN() {
|
||||
async function main() {
|
||||
const files = getAllFiles('./dist')
|
||||
console.log(`📁 共找到 ${files.length} 个文件,开始上传...`)
|
||||
await uploadFilesWithClean(files, './dist', ['dicts', 'sound', 'libs'])
|
||||
// await uploadFilesWithClean(files, './dist', ['dicts', 'sound', 'libs'])
|
||||
await uploadFilesWithClean(files, './dist', [ 'libs'])
|
||||
await refreshCDN()
|
||||
}
|
||||
|
||||
|
||||
@@ -2911,7 +2911,7 @@
|
||||
"tags": [
|
||||
"译林版"
|
||||
],
|
||||
"url": "./dicts/YiLin_1.json",
|
||||
"url": "YiLin_1.json",
|
||||
"length": 276,
|
||||
"language": "en",
|
||||
"translateLanguage": "zh-CN"
|
||||
@@ -2924,7 +2924,7 @@
|
||||
"tags": [
|
||||
"译林版"
|
||||
],
|
||||
"url": "./dicts/YiLin_2.json",
|
||||
"url": "YiLin_2.json",
|
||||
"length": 297,
|
||||
"language": "en",
|
||||
"translateLanguage": "zh-CN"
|
||||
@@ -2937,7 +2937,7 @@
|
||||
"tags": [
|
||||
"译林版"
|
||||
],
|
||||
"url": "./dicts/YiLin_3.json",
|
||||
"url": "YiLin_3.json",
|
||||
"length": 295,
|
||||
"language": "en",
|
||||
"translateLanguage": "zh-CN"
|
||||
|
||||
Reference in New Issue
Block a user