feat: sync full workspace including web modules, docs, and configurations to Gitea
Optimized the root .gitignore to exclude virtual environments, node modules, and temp folders to ensure clean and lightweight version tracking. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -161,7 +161,7 @@ const loadOperateDraftsForDisplay = () => {
|
||||
} catch {
|
||||
/* ignore */
|
||||
}
|
||||
return merged;
|
||||
return merged;
|
||||
};
|
||||
|
||||
const DEFAULT_FILTER = {
|
||||
@@ -1094,7 +1094,7 @@ const Component = function AnnualReviewWebList() {
|
||||
<a className="action-link" onClick={() => goHandlePage(row)} role="button" tabIndex={0}>
|
||||
办理
|
||||
</a>
|
||||
),
|
||||
),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user