优化样式

This commit is contained in:
wux_labs
2025-05-23 21:54:03 +08:00
parent b10a317afc
commit 1d81ec0fef
5 changed files with 91 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export class Feedback extends HTMLElement implements UAIEditorEventListener {
this.addEventListener("click", () => {
if (this.menuButtonOptions.enable) {
const anchor = document.createElement('a');
anchor.href = "https://gitee.com/AI-Labs/uai-editor/issues";
anchor.href = "https://gitee.com/uai-team/uai-editor/issues";
anchor.target = '_blank';
anchor.click();
}
+1 -1
View File
@@ -50,7 +50,7 @@ export class PoweredBy extends HTMLElement implements UAIEditorEventListener {
this.addEventListener("click", () => {
if (this.menuButtonOptions.enable) {
const anchor = document.createElement('a');
anchor.href = "https://wux-labs.github.io/UAI-Editor";
anchor.href = "https://gitee.com/uai-team/uai-editor";
anchor.target = '_blank';
anchor.click();
}
+1
View File
@@ -10,6 +10,7 @@
--td-text-color-disabled: var(--uai-text-color-disabled);
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
color: var(--uai-text-color);