change name

This commit is contained in:
luke 2025-05-24 10:17:56 +08:00
parent a7279fe067
commit 150621b11b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "安徽农信知识库", "name": "渠道应用开发部知识库",
"version": "0.6", "version": "0.6",
"description": "通过关键词快速搜索内部文档", "description": "通过关键词快速搜索内部文档",
"permissions": [], "permissions": [],

View File

@ -2,14 +2,14 @@
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>安徽农信知识库</title> <title>渠道应用开发部知识库</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
<body> <body>
<div class="header"> <div class="header">
<img src="icon.png" alt="logo" class="logo"> <img src="icon.png" alt="logo" class="logo">
<div class="title-box"> <div class="title-box">
<h1>安徽农信知识库</h1> <h1>渠道应用开发部知识库</h1>
<a href="https://oa.ahrcu.com/sys/portal/page.jsp" target="_blank" class="oa-link">跳转OA</a> <a href="https://oa.ahrcu.com/sys/portal/page.jsp" target="_blank" class="oa-link">跳转OA</a>
</div> </div>
</div> </div>