generated from kevisual/vite-react-template
feat: add Gitea configuration page and state management
- Implemented GiteaConfigPage for managing Gitea API settings. - Created Zustand store for Gitea configuration with local storage persistence. - Added validation schema for Gitea configuration using Zod. - Established routes for Gitea configuration in the application.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/jpg" href="https://kevisual.xiongxiao.me/root/center/panda.jpg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>CNB Center</title>
|
||||
<title>CNB 中心</title>
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user