fix: rebuild cherrypick-js
This commit is contained in:
parent
8ef88a8cc4
commit
c9512da865
|
@ -2,7 +2,7 @@ root = true
|
|||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
indent_size = 4
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
end_of_line = lf
|
||||
|
|
91
.github/ISSUE_TEMPLATE/01_bug-report.yml
vendored
91
.github/ISSUE_TEMPLATE/01_bug-report.yml
vendored
|
@ -1,91 +0,0 @@
|
|||
name: 🐛 Bug Report
|
||||
description: Create a report to help us improve
|
||||
labels: ["⚠️bug?"]
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for reporting!
|
||||
First, in order to avoid duplicate Issues, please search to see if the problem you found has already been reported.
|
||||
Also, If you are NOT owner/admin of server, PLEASE DONT REPORT SERVER SPECIFIC ISSUES TO HERE! (e.g. feature XXX is not working in cherrypick.example) Please try with another CherryPick servers, and if your issue is only reproducible with specific server, contact your server's owner/admin first.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 💡 Summary
|
||||
description: Tell us what the bug is
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 🥰 Expected Behavior
|
||||
description: Tell us what should happen
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 🤬 Actual Behavior
|
||||
description: |
|
||||
Tell us what happens instead of the expected behavior.
|
||||
Please include errors from the developer console and/or server log files if you have access to them.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 📝 Steps to Reproduce
|
||||
placeholder: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 💻 Frontend Environment
|
||||
description: |
|
||||
Tell us where on the platform it happens
|
||||
DO NOT WRITE "latest". Please provide the specific version.
|
||||
|
||||
Examples:
|
||||
* Model and OS of the device(s): MacBook Pro (14inch, 2021), macOS Ventura 13.4
|
||||
* Browser: Chrome 113.0.5672.126
|
||||
* Server URL: kokonect.link
|
||||
* CherryPick: 4.x.x (Misskey: 2023.x.x)
|
||||
value: |
|
||||
* Model and OS of the device(s):
|
||||
* Browser:
|
||||
* Server URL:
|
||||
* CherryPick:
|
||||
render: markdown
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 🛰 Backend Environment (for server admin)
|
||||
description: |
|
||||
Tell us where on the platform it happens
|
||||
DO NOT WRITE "latest". Please provide the specific version.
|
||||
If you are using a managed service, put that after the version.
|
||||
|
||||
Examples:
|
||||
* Installation Method or Hosting Service: docker compose, k8s/docker, systemd, "CherryPick install shell script", development environment
|
||||
* CherryPick: 4.x.x (Misskey: 2023.x.x)
|
||||
* Node: 20.x.x
|
||||
* PostgreSQL: 15.x.x
|
||||
* Redis: 7.x.x
|
||||
* OS and Architecture: Ubuntu 22.04.2 LTS aarch64
|
||||
value: |
|
||||
* Installation Method or Hosting Service:
|
||||
* CherryPick:
|
||||
* Node:
|
||||
* PostgreSQL:
|
||||
* Redis:
|
||||
* OS and Architecture:
|
||||
render: markdown
|
||||
validations:
|
||||
required: false
|
17
.github/ISSUE_TEMPLATE/02_feature-request.yml
vendored
17
.github/ISSUE_TEMPLATE/02_feature-request.yml
vendored
|
@ -1,17 +0,0 @@
|
|||
name: ✨ Feature Request
|
||||
description: Suggest an idea for this project
|
||||
labels: ["✨Feature"]
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Summary
|
||||
description: Tell us what the suggestion is
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Purpose
|
||||
description: Describe the specific problem or need you think this feature will solve, and who it will help.
|
||||
validations:
|
||||
required: true
|
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -2054,10 +2054,6 @@ export interface Locale {
|
|||
"morePatrons": string;
|
||||
"patrons": string;
|
||||
"projectMembers": string;
|
||||
"_kokonect": {
|
||||
"serverStatus": string;
|
||||
"donate": string;
|
||||
};
|
||||
"_cherrypick": {
|
||||
"about": string;
|
||||
"translation": string;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* version: 4.6.0-beta.3
|
||||
* version: 4.6.5
|
||||
* basedMisskeyVersion: 2023.12.0-beta.3
|
||||
* generatedAt: 2023-12-13T12:46:52.814Z
|
||||
* generatedAt: 2023-12-14T06:43:41.905Z
|
||||
*/
|
||||
|
||||
import type { SwitchCaseResponseType } from '../api.js';
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* version: 4.6.0-beta.3
|
||||
* version: 4.6.5
|
||||
* basedMisskeyVersion: 2023.12.0-beta.3
|
||||
* generatedAt: 2023-12-13T12:46:52.812Z
|
||||
* generatedAt: 2023-12-14T06:43:41.903Z
|
||||
*/
|
||||
|
||||
import type {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* version: 4.6.0-beta.3
|
||||
* version: 4.6.5
|
||||
* basedMisskeyVersion: 2023.12.0-beta.3
|
||||
* generatedAt: 2023-12-13T12:46:52.811Z
|
||||
* generatedAt: 2023-12-14T06:43:41.902Z
|
||||
*/
|
||||
|
||||
import { operations } from './types.js';
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* version: 4.6.0-beta.3
|
||||
* version: 4.6.5
|
||||
* basedMisskeyVersion: 2023.12.0-beta.3
|
||||
* generatedAt: 2023-12-13T12:46:52.810Z
|
||||
* generatedAt: 2023-12-14T06:43:41.901Z
|
||||
*/
|
||||
|
||||
import { components } from './types.js';
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
/* eslint @typescript-eslint/no-explicit-any: 0 */
|
||||
|
||||
/*
|
||||
* version: 4.6.0-beta.3
|
||||
* version: 4.6.5
|
||||
* basedMisskeyVersion: 2023.12.0-beta.3
|
||||
* generatedAt: 2023-12-13T12:46:52.733Z
|
||||
* generatedAt: 2023-12-14T06:43:41.822Z
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -4820,6 +4820,7 @@ export type operations = {
|
|||
enableReceivePrerelease: boolean;
|
||||
skipVersion: boolean;
|
||||
skipCherryPickVersion?: string | null;
|
||||
disableTimelinePreview: boolean;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -9002,6 +9003,8 @@ export type operations = {
|
|||
enableReceivePrerelease?: boolean;
|
||||
skipVersion?: boolean;
|
||||
skipCherryPickVersion?: string | null;
|
||||
disableTimelinePreview?: boolean;
|
||||
privateInstance?: boolean;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -16510,7 +16513,7 @@ export type operations = {
|
|||
content: {
|
||||
'application/json': {
|
||||
/** @enum {string} */
|
||||
name: 'notes1' | 'notes10' | 'notes100' | 'notes500' | 'notes1000' | 'notes5000' | 'notes10000' | 'notes20000' | 'notes30000' | 'notes40000' | 'notes50000' | 'notes60000' | 'notes70000' | 'notes80000' | 'notes90000' | 'notes100000' | 'login3' | 'login7' | 'login15' | 'login30' | 'login60' | 'login100' | 'login200' | 'login300' | 'login400' | 'login500' | 'login600' | 'login700' | 'login800' | 'login900' | 'login1000' | 'passedSinceAccountCreated1' | 'passedSinceAccountCreated2' | 'passedSinceAccountCreated3' | 'loggedInOnBirthday' | 'loggedInOnNewYearsDay' | 'noteClipped1' | 'noteFavorited1' | 'myNoteFavorited1' | 'profileFilled' | 'markedAsCat' | 'following1' | 'following10' | 'following50' | 'following100' | 'following300' | 'followers1' | 'followers10' | 'followers50' | 'followers100' | 'followers300' | 'followers500' | 'followers1000' | 'collectAchievements30' | 'viewAchievements3min' | 'iLoveCherryPick' | 'foundTreasure' | 'client30min' | 'client60min' | 'noteDeletedWithin1min' | 'postedAtLateNight' | 'postedAt0min0sec' | 'selfQuote' | 'htl20npm' | 'viewInstanceChart' | 'outputHelloWorldOnScratchpad' | 'open3windows' | 'driveFolderCircularReference' | 'reactWithoutRead' | 'clickedClickHere' | 'justPlainLucky' | 'setNameToSyuilo' | 'setNameToNoriDev' | 'cookieClicked' | 'brainDiver' | 'smashTestNotificationButton' | 'tutorialCompleted';
|
||||
name: 'notes1' | 'notes10' | 'notes100' | 'notes500' | 'notes1000' | 'notes5000' | 'notes10000' | 'notes20000' | 'notes30000' | 'notes40000' | 'notes50000' | 'notes60000' | 'notes70000' | 'notes80000' | 'notes90000' | 'notes100000' | 'login3' | 'login7' | 'login15' | 'login30' | 'login60' | 'login100' | 'login200' | 'login300' | 'login400' | 'login500' | 'login600' | 'login700' | 'login800' | 'login900' | 'login1000' | 'passedSinceAccountCreated1' | 'passedSinceAccountCreated2' | 'passedSinceAccountCreated3' | 'loggedInOnBirthday' | 'loggedInOnNewYearsDay' | 'noteClipped1' | 'noteFavorited1' | 'myNoteFavorited1' | 'profileFilled' | 'markedAsCat' | 'following1' | 'following10' | 'following50' | 'following100' | 'following300' | 'followers1' | 'followers10' | 'followers50' | 'followers100' | 'followers300' | 'followers500' | 'followers1000' | 'collectAchievements30' | 'viewAchievements3min' | 'iLoveLycheeBridge' | 'foundTreasure' | 'client30min' | 'client60min' | 'noteDeletedWithin1min' | 'postedAtLateNight' | 'postedAt0min0sec' | 'selfQuote' | 'htl20npm' | 'viewInstanceChart' | 'outputHelloWorldOnScratchpad' | 'open3windows' | 'driveFolderCircularReference' | 'reactWithoutRead' | 'clickedClickHere' | 'justPlainLucky' | 'setNameToSyuilo' | 'setNameToNoriDev' | 'cookieClicked' | 'brainDiver' | 'smashTestNotificationButton' | 'tutorialCompleted';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -19669,9 +19672,9 @@ export type operations = {
|
|||
description: string | null;
|
||||
langs: string[];
|
||||
tosUrl: string | null;
|
||||
/** @default https://github.com/kokonect-link/cherrypick */
|
||||
/** @default https://github.com/LycheeBridge/LycheeBridge */
|
||||
repositoryUrl: string;
|
||||
/** @default https://github.com/kokonect-link/cherrypick/issues/new */
|
||||
/** @default https://github.com/LycheeBridge/LycheeBridge/issues/new */
|
||||
feedbackUrl: string;
|
||||
defaultDarkTheme: string | null;
|
||||
defaultLightTheme: string | null;
|
||||
|
@ -19710,6 +19713,8 @@ export type operations = {
|
|||
translatorAvailable: boolean;
|
||||
proxyAccountName: string | null;
|
||||
mediaProxy: string;
|
||||
disableTimelinePreview: boolean;
|
||||
privateInstance: boolean;
|
||||
features?: {
|
||||
registration: boolean;
|
||||
localTimeline: boolean;
|
||||
|
|
Loading…
Reference in a new issue