mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-22 00:30:33 +08:00
✨ Feature(custom): update s.ee website, optimize ui
This commit is contained in:
@@ -259,7 +259,7 @@ export class ManageApi extends EventEmitter implements IManageApiType {
|
||||
async getBucketDomain(param: IStringKeyMap): Promise<IStringKeyMap | IManageError> {
|
||||
const staticDomains = {
|
||||
upyun: [this.currentPicBedConfig.customUrl],
|
||||
smms: ['https://smms.app'],
|
||||
smms: ['https://s.ee'],
|
||||
imgur: ['https://imgur.com'],
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div
|
||||
class="flex items-center justify-center rounded-md border border-border-secondary bg-bg-secondary p-2 shadow-md"
|
||||
>
|
||||
<InfoIcon :size="20" />
|
||||
<InfoIcon :size="15" class="mr-1" />
|
||||
<p class="m-0 text-sm leading-[1.5] font-semibold text-secondary">
|
||||
{{ supportedPicBedList[platformName].explain }}
|
||||
</p>
|
||||
@@ -12,7 +12,7 @@
|
||||
<div
|
||||
class="flex items-center justify-center rounded-md border border-border-secondary bg-bg-secondary p-2 shadow-md"
|
||||
>
|
||||
<LinkIcon :size="20" />
|
||||
<LinkIcon :size="15" class="mr-1" />
|
||||
<p class="m-0 text-sm leading-[1.5] font-semibold text-secondary">
|
||||
{{ supportedPicBedList[platformName].referenceText }}
|
||||
<button class="link-button" @click="handleReferenceClick(supportedPicBedList[platformName].refLink)">
|
||||
|
||||
@@ -349,7 +349,7 @@ const urlMap: IStringKeyMap = {
|
||||
qiniu: 'https://portal.qiniu.com',
|
||||
s3plist: 'https://aws.amazon.com/cn/s3/',
|
||||
sftp: 'https://github.com/imba97/picgo-plugin-sftp-uploader',
|
||||
smms: 'https://smms.app',
|
||||
smms: 'https://s.ee',
|
||||
tcyun: 'https://console.cloud.tencent.com/cos',
|
||||
upyun: 'https://console.upyun.com',
|
||||
webdavplist: 'https://baike.baidu.com/item/WebDAV/4610909',
|
||||
|
||||
Reference in New Issue
Block a user