chore: format all frontend files (#430)

This commit is contained in:
tecvan
2025-07-31 23:15:48 +08:00
committed by GitHub
parent 8b078ff013
commit 6995cec404
8787 changed files with 11975 additions and 10924 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export enum BotE2e {
BotTab = 'bot.tab',
BotListSearch = 'bot.list.search.input',

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export enum CommonE2e {
PictureUpload = 'common.picture.upload',
CommonFilePicker = 'common.file.picker',

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export { KnowledgeE2e } from './knowledge-e2e';
export { BotE2e } from './bot-e2e';
export { CommonE2e } from './common-e2e';

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export enum KnowledgeE2e {
KnowledgeTab = 'knowledge.tab',
// Knowledge Base List

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export enum VariableE2e {
VariableTreeDeleteBtn = 'variable.tree.delete.btn',
}