diff --git a/work1/Peggy1017/all.jpeg b/work1/Peggy1017/all.jpeg
new file mode 100644
index 00000000..1bd0f8ff
Binary files /dev/null and b/work1/Peggy1017/all.jpeg differ
diff --git a/work1/Peggy1017/haimianbaobao.jpeg b/work1/Peggy1017/haimianbaobao.jpeg
new file mode 100644
index 00000000..fff2ab02
Binary files /dev/null and b/work1/Peggy1017/haimianbaobao.jpeg differ
diff --git a/work1/Peggy1017/main.html b/work1/Peggy1017/main.html
new file mode 100644
index 00000000..24d93c47
--- /dev/null
+++ b/work1/Peggy1017/main.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+ 人物介绍
+
+
+
+
+
+
+
+
+
+
+
+ 海绵宝宝是一只黄颜色的方形海绵, 住在太平洋深处风光优美无人知的比基尼海滩水域下。那里是一个没有忧愁的世界,住着一群快乐的海洋生物。
+
+
+
+
+
海绵宝宝
+
是动画《海绵宝宝》系列的主角。超级活泼和可爱,给人带来快乐。
+
+
+
派大星
+
粉红色的海星,很可爱,和海绵宝宝交情最好。
+
+
+
章鱼哥
+
大鼻子章鱼,有艺术天赋,常有脾气的名字,本质上是个善良且有正义感的好鱼。
+
+
+
+
+
+
+
+
+
+ | 系列 |
+ 日期 |
+ 集数 |
+
+
+
+
+ | 海绵宝宝 |
+ 2008年10月23日 |
+ 60集 |
+
+
+ | 海绵宝宝 |
+ 2008年10月23日 |
+ 60集 |
+
+
+ | 海绵宝宝 |
+ 2008年10月23日 |
+ 60集 |
+
+
+ | 海绵宝宝 |
+ 2008年10月23日 |
+ 60集 |
+
+
+ | 海绵宝宝 |
+ 2008年10月23日 |
+ 60集 |
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/work1/Peggy1017/paidaxing.jpeg b/work1/Peggy1017/paidaxing.jpeg
new file mode 100644
index 00000000..1708d85b
Binary files /dev/null and b/work1/Peggy1017/paidaxing.jpeg differ
diff --git a/work1/Peggy1017/stylesss.css b/work1/Peggy1017/stylesss.css
new file mode 100644
index 00000000..38e2bb02
--- /dev/null
+++ b/work1/Peggy1017/stylesss.css
@@ -0,0 +1,156 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+body {
+ font-family: Arial, sans-serif;
+ background-color: #e0f8fb;
+ color: #333;
+}
+
+.container {
+ width: 70%;
+ margin: 0 auto;
+ padding: 20px;
+}
+
+header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 20px;
+ border-radius: 8px;
+}
+
+header a {
+ font-size: 24px;
+ text-decoration: none;
+ color: black;
+}
+
+.character-intro {
+ display: flex;
+ align-items: center;
+ padding: 20px;
+ margin-top: 20px;
+ border-radius: 8px;
+ border: 2px solid #7491bb;
+}
+
+.character-intro img {
+ width: 120px;
+ height: 120px;
+ margin-right: 20px;
+ border-radius: 120px;
+}
+
+.character-intro p {
+ flex: 1;
+ font-size: 16px;
+ line-height: 1.5;
+}
+
+.characters {
+ display: flex;
+ justify-content: space-between;
+ margin-top: 20px;
+}
+
+.character-card {
+ background-color: #fff;
+ text-align: center;
+ padding: 20px;
+ border-radius: 8px;
+ width: 200px;
+}
+
+.character-img {
+ background-color: #fff;
+ text-align: center;
+ border-radius: 8px;
+ width: 200px;
+}
+
+.character-img img {
+ width: 100%;
+ height: 100%;
+ border-radius: 8px;
+}
+
+.character-card h2 {
+ margin-top: 10px;
+ color: white;
+}
+
+.character-card p {
+ margin-top: 10px;
+ font-size: 16px;
+ color: white;
+}
+
+.series {
+ margin-top: 20px;
+ padding: 20px;
+ border-radius: 8px;
+}
+
+table {
+ width: 100%;
+ border-collapse: collapse;
+}
+
+table th, table td {
+ text-align: center;
+}
+
+tbody {
+ border-radius: 8px;
+}
+
+table th {
+ color: black;
+}
+
+.col1 {
+ background-color: #99ccff;
+}
+
+.col2 {
+ background-color: #87ceec;
+}
+
+.col3 {
+ background-color: #6699cc;
+}
+
+.feedback {
+ margin-top: 20px;
+ padding: 20px;
+ border-radius: 8px;
+}
+
+.feedback textarea {
+ width: 100%;
+ height: 200px;
+ padding: 10px;
+ border: 2px solid #87ceec;
+ border-radius: 4px;
+ margin-bottom: 10px;
+ background: #e0f8fb;
+}
+
+.feedback button {
+ padding: 10px 20px;
+ background-color: #6495ed;
+ color: white;
+ border: none;
+ border-radius: 4px;
+ cursor: pointer;
+ float: right;
+}
+
+.feedback button:hover {
+ background-color: #004d40;
+}
diff --git a/work1/Peggy1017/zhangyuge.jpeg b/work1/Peggy1017/zhangyuge.jpeg
new file mode 100644
index 00000000..20c716a4
Binary files /dev/null and b/work1/Peggy1017/zhangyuge.jpeg differ
diff --git a/work2/Peggy1017/demo1.html b/work2/Peggy1017/demo1.html
new file mode 100644
index 00000000..029fc2e8
--- /dev/null
+++ b/work2/Peggy1017/demo1.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ 阿笠博士的新发明
+
+
+
+
+
+
+
柯南的手表坏了,最近阿笠博士刚好设计了一款新型时钟(下方蓝框)。
+
+ 蓝框显示当前日期,当鼠标移入蓝框时,有放大效果且时间暂停;鼠标移出后时间继续更新。
+
+
点击定格按钮,红框内显示定格的时间。
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/work2/Peggy1017/demo2.html b/work2/Peggy1017/demo2.html
new file mode 100644
index 00000000..aa1e182d
--- /dev/null
+++ b/work2/Peggy1017/demo2.html
@@ -0,0 +1,151 @@
+
+
+
+
+ 海绵宝宝抓章鱼
+
+
+
+
+ 海绵宝宝很爱抓章鱼,可爱的学长(出题人)把章鱼哥也混在里面了,尽管他也是章鱼,但是不能抓到他。
+
+
+ 现在我们要将章鱼哥先从这些章鱼中分离出来(即把这个节点从
+ <ul> 里面去掉),之后再抓章鱼。
+
+
+ 海绵宝宝抓章鱼喜欢先从重量小的开始抓,请帮助可爱的海绵宝宝和可爱的学长
+
+
+
+ -
+ 章鱼一号30.4kg
+
+ -
+ 章鱼二号24.2kg
+
+ -
+ 章鱼三号250.3kg
+
+ -
+ 章鱼四号300.9kg
+
+ -
+ 章鱼五号120.0kg
+
+ -
+ 章鱼六号27.5kg
+
+ -
+ 章鱼七号35.4kg
+
+ -
+ 章鱼哥25.5kg
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/work2/Peggy1017/demo3.html b/work2/Peggy1017/demo3.html
new file mode 100644
index 00000000..5a9926d1
--- /dev/null
+++ b/work2/Peggy1017/demo3.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
你觉得你点的到我吗
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/work2/Peggy1017/learn-frontend b/work2/Peggy1017/learn-frontend
new file mode 160000
index 00000000..253e253b
--- /dev/null
+++ b/work2/Peggy1017/learn-frontend
@@ -0,0 +1 @@
+Subproject commit 253e253bba7efb9122c57ab1ab972178bb9f049d
diff --git a/work3/Peggy1017/demo1.html b/work3/Peggy1017/demo1.html
new file mode 100644
index 00000000..ceec5706
--- /dev/null
+++ b/work3/Peggy1017/demo1.html
@@ -0,0 +1,123 @@
+
+
+
+
+ demo3-1
+
+
+
+
+
+
+
+
small (≥ 640px)
+
medium (≥ 768px)
+
large (≥ 1024px)
+
xlarge (≥ 1280px)
+
2xl (≥ 1536px)
+
+
作业要求:
+
+ -
+ 为 content 设置合理的 padding,使其可显示范围恰好为屏幕上除 header
+ 外的所有区域(即使页面的显示区域刚好覆盖整个屏幕但是不出现滚动条),并将背景颜色设置为
+ #f0f8ff。
+
+ -
+ 利用 CSS Media Query 为下面的 card1、card2、card3、card4、card5
+ 设置合适的 display 属性,使其在不同屏幕尺寸下显示。
+
+ -
+ 将本列表的第二个条目设置为红色,但不使用 class 和 id
+ 选择器(即基于现有的 HTML 结构编写选择器)。
+
+ -
+ 将本列表中的所有奇数条目设置为粗体,但不使用 class 和 id
+ 选择器(即基于现有的 HTML 结构编写选择器)。
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/work3/Peggy1017/demo2.html b/work3/Peggy1017/demo2.html
new file mode 100644
index 00000000..dd956c70
--- /dev/null
+++ b/work3/Peggy1017/demo2.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+ demo3-2
+
+
+
+
+ What is my IP address?
+ IP address: Loading...
+ Location:
+
+
+
+
diff --git a/work5/Peggy1017/1-13.ts b/work5/Peggy1017/1-13.ts
new file mode 100644
index 00000000..6be5e9a7
--- /dev/null
+++ b/work5/Peggy1017/1-13.ts
@@ -0,0 +1,4 @@
+/* _____________ 你的代码 _____________ */
+
+type HelloWorld = string // expected to be a string
+
diff --git a/work5/Peggy1017/1-14.ts b/work5/Peggy1017/1-14.ts
new file mode 100644
index 00000000..c340ebe9
--- /dev/null
+++ b/work5/Peggy1017/1-14.ts
@@ -0,0 +1,4 @@
+/* _____________ 你的代码 _____________ */
+
+type First = T extends [] ? never : T[0]
+
diff --git a/work5/Peggy1017/1-18.ts b/work5/Peggy1017/1-18.ts
new file mode 100644
index 00000000..bb9bab46
--- /dev/null
+++ b/work5/Peggy1017/1-18.ts
@@ -0,0 +1,4 @@
+/* _____________ 你的代码 _____________ */
+
+type Length = T['length']
+
diff --git a/work5/Peggy1017/2-1.ts b/work5/Peggy1017/2-1.ts
new file mode 100644
index 00000000..cd012d05
--- /dev/null
+++ b/work5/Peggy1017/2-1.ts
@@ -0,0 +1,4 @@
+// 请补全参数类型和返回类型
+function add(a:number, b:number):number {
+ return a + b;
+ }
\ No newline at end of file
diff --git a/work5/Peggy1017/2-2.ts b/work5/Peggy1017/2-2.ts
new file mode 100644
index 00000000..fd1a9835
--- /dev/null
+++ b/work5/Peggy1017/2-2.ts
@@ -0,0 +1,3 @@
+type Fn = (a: number, b: number) => number; // 请补全函数类型
+
+const fn: Fn = (a, b) => a + b;
\ No newline at end of file
diff --git a/work5/Peggy1017/2-3.ts b/work5/Peggy1017/2-3.ts
new file mode 100644
index 00000000..cbb7c887
--- /dev/null
+++ b/work5/Peggy1017/2-3.ts
@@ -0,0 +1,5 @@
+type A = { a: number; };
+type B = { b: string; };
+
+// 补全
+type AorB = A | B;
\ No newline at end of file
diff --git a/work6/Peggy1017/HttpServer/README.md b/work6/Peggy1017/HttpServer/README.md
new file mode 100644
index 00000000..19dbd3c8
--- /dev/null
+++ b/work6/Peggy1017/HttpServer/README.md
@@ -0,0 +1,61 @@
+# Simple File Management Server
+
+A simple HTTP server built with Koa.js that provides file management capabilities.
+
+## Features
+
+- Upload files to the server
+- List all uploaded files
+- Delete files from the server
+- Download files from the server
+- User-friendly web interface
+
+## API Endpoints
+
+- `POST /api/upload` - Upload a file
+- `GET /api/files` - Get a list of all files
+- `DELETE /api/delete/:filename` - Delete a specific file
+- `GET /api/files/:filename` - Download a specific file
+
+## Prerequisites
+
+- Node.js (v12 or higher)
+- npm (v6 or higher)
+
+## Installation
+
+1. Clone this repository or download the source code
+2. Navigate to the project directory
+3. Install dependencies:
+
+```bash
+npm install
+```
+
+## Running the Server
+
+Start the server with:
+
+```bash
+node server.js
+```
+
+The server will start on port 3000 by default. You can access the web interface by opening `http://localhost:3000` in your web browser.
+
+## Directory Structure
+
+- `server.js` - Main server file
+- `public/` - Static files (HTML, CSS, JavaScript)
+- `uploads/` - Directory where uploaded files are stored
+
+## Usage
+
+1. Open the web interface at `http://localhost:3000`
+2. Use the "Upload File" section to upload files
+3. View the list of uploaded files in the "File List" section
+4. Click on a file name to download it
+5. Click the "Delete" button to remove a file
+
+## License
+
+MIT
\ No newline at end of file
diff --git a/work6/Peggy1017/HttpServer/Task.md b/work6/Peggy1017/HttpServer/Task.md
new file mode 100644
index 00000000..e69de29b
diff --git a/work6/Peggy1017/HttpServer/package-lock.json b/work6/Peggy1017/HttpServer/package-lock.json
new file mode 100644
index 00000000..777b4877
--- /dev/null
+++ b/work6/Peggy1017/HttpServer/package-lock.json
@@ -0,0 +1,1293 @@
+{
+ "name": "HttpServer",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "dependencies": {
+ "fs-extra": "^11.3.0",
+ "koa": "^3.0.0",
+ "koa-body": "^6.0.1",
+ "koa-router": "^13.1.1",
+ "koa-static": "^5.0.0"
+ }
+ },
+ "node_modules/@hapi/bourne": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/@hapi/bourne/-/bourne-3.0.0.tgz",
+ "integrity": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==",
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/@noble/hashes": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmmirror.com/@noble/hashes/-/hashes-1.8.0.tgz",
+ "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
+ "license": "MIT",
+ "engines": {
+ "node": "^14.21.3 || >=16"
+ },
+ "funding": {
+ "url": "https://paulmillr.com/funding/"
+ }
+ },
+ "node_modules/@paralleldrive/cuid2": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmmirror.com/@paralleldrive/cuid2/-/cuid2-2.2.2.tgz",
+ "integrity": "sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==",
+ "license": "MIT",
+ "dependencies": {
+ "@noble/hashes": "^1.1.5"
+ }
+ },
+ "node_modules/@types/accepts": {
+ "version": "1.3.7",
+ "resolved": "https://registry.npmmirror.com/@types/accepts/-/accepts-1.3.7.tgz",
+ "integrity": "sha512-Pay9fq2lM2wXPWbteBsRAGiWH2hig4ZE2asK+mm7kUzlxRTfL961rj89I6zV/E3PcIkDqyuBEcMxFT7rccugeQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/body-parser": {
+ "version": "1.19.6",
+ "resolved": "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.6.tgz",
+ "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/connect": "*",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/co-body": {
+ "version": "6.1.3",
+ "resolved": "https://registry.npmmirror.com/@types/co-body/-/co-body-6.1.3.tgz",
+ "integrity": "sha512-UhuhrQ5hclX6UJctv5m4Rfp52AfG9o9+d9/HwjxhVB5NjXxr5t9oKgJxN8xRHgr35oo8meUEHUPFWiKg6y71aA==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/node": "*",
+ "@types/qs": "*"
+ }
+ },
+ "node_modules/@types/connect": {
+ "version": "3.4.38",
+ "resolved": "https://registry.npmmirror.com/@types/connect/-/connect-3.4.38.tgz",
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/content-disposition": {
+ "version": "0.5.9",
+ "resolved": "https://registry.npmmirror.com/@types/content-disposition/-/content-disposition-0.5.9.tgz",
+ "integrity": "sha512-8uYXI3Gw35MhiVYhG3s295oihrxRyytcRHjSjqnqZVDDy/xcGBRny7+Xj1Wgfhv5QzRtN2hB2dVRBUX9XW3UcQ==",
+ "license": "MIT"
+ },
+ "node_modules/@types/cookies": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmmirror.com/@types/cookies/-/cookies-0.9.1.tgz",
+ "integrity": "sha512-E/DPgzifH4sM1UMadJMWd6mO2jOd4g1Ejwzx8/uRCDpJis1IrlyQEcGAYEomtAqRYmD5ORbNXMeI9U0RiVGZbg==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/connect": "*",
+ "@types/express": "*",
+ "@types/keygrip": "*",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/express": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmmirror.com/@types/express/-/express-5.0.3.tgz",
+ "integrity": "sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/body-parser": "*",
+ "@types/express-serve-static-core": "^5.0.0",
+ "@types/serve-static": "*"
+ }
+ },
+ "node_modules/@types/express-serve-static-core": {
+ "version": "5.0.6",
+ "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz",
+ "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/node": "*",
+ "@types/qs": "*",
+ "@types/range-parser": "*",
+ "@types/send": "*"
+ }
+ },
+ "node_modules/@types/formidable": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmmirror.com/@types/formidable/-/formidable-2.0.6.tgz",
+ "integrity": "sha512-L4HcrA05IgQyNYJj6kItuIkXrInJvsXTPC5B1i64FggWKKqSL+4hgt7asiSNva75AoLQjq29oPxFfU4GAQ6Z2w==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/http-assert": {
+ "version": "1.5.6",
+ "resolved": "https://registry.npmmirror.com/@types/http-assert/-/http-assert-1.5.6.tgz",
+ "integrity": "sha512-TTEwmtjgVbYAzZYWyeHPrrtWnfVkm8tQkP8P21uQifPgMRgjrow3XDEYqucuC8SKZJT7pUnhU/JymvjggxO9vw==",
+ "license": "MIT"
+ },
+ "node_modules/@types/http-errors": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmmirror.com/@types/http-errors/-/http-errors-2.0.5.tgz",
+ "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
+ "license": "MIT"
+ },
+ "node_modules/@types/keygrip": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmmirror.com/@types/keygrip/-/keygrip-1.0.6.tgz",
+ "integrity": "sha512-lZuNAY9xeJt7Bx4t4dx0rYCDqGPW8RXhQZK1td7d4H6E9zYbLoOtjBvfwdTKpsyxQI/2jv+armjX/RW+ZNpXOQ==",
+ "license": "MIT"
+ },
+ "node_modules/@types/koa": {
+ "version": "2.15.0",
+ "resolved": "https://registry.npmmirror.com/@types/koa/-/koa-2.15.0.tgz",
+ "integrity": "sha512-7QFsywoE5URbuVnG3loe03QXuGajrnotr3gQkXcEBShORai23MePfFYdhz90FEtBBpkyIYQbVD+evKtloCgX3g==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/accepts": "*",
+ "@types/content-disposition": "*",
+ "@types/cookies": "*",
+ "@types/http-assert": "*",
+ "@types/http-errors": "*",
+ "@types/keygrip": "*",
+ "@types/koa-compose": "*",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/koa-compose": {
+ "version": "3.2.8",
+ "resolved": "https://registry.npmmirror.com/@types/koa-compose/-/koa-compose-3.2.8.tgz",
+ "integrity": "sha512-4Olc63RY+MKvxMwVknCUDhRQX1pFQoBZ/lXcRLP69PQkEpze/0cr8LNqJQe5NFb/b19DWi2a5bTi2VAlQzhJuA==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/koa": "*"
+ }
+ },
+ "node_modules/@types/mime": {
+ "version": "1.3.5",
+ "resolved": "https://registry.npmmirror.com/@types/mime/-/mime-1.3.5.tgz",
+ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
+ "license": "MIT"
+ },
+ "node_modules/@types/node": {
+ "version": "24.0.10",
+ "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.0.10.tgz",
+ "integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==",
+ "license": "MIT",
+ "dependencies": {
+ "undici-types": "~7.8.0"
+ }
+ },
+ "node_modules/@types/qs": {
+ "version": "6.14.0",
+ "resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.14.0.tgz",
+ "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
+ "license": "MIT"
+ },
+ "node_modules/@types/range-parser": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmmirror.com/@types/range-parser/-/range-parser-1.2.7.tgz",
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
+ "license": "MIT"
+ },
+ "node_modules/@types/send": {
+ "version": "0.17.5",
+ "resolved": "https://registry.npmmirror.com/@types/send/-/send-0.17.5.tgz",
+ "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/mime": "^1",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/serve-static": {
+ "version": "1.15.8",
+ "resolved": "https://registry.npmmirror.com/@types/serve-static/-/serve-static-1.15.8.tgz",
+ "integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/http-errors": "*",
+ "@types/node": "*",
+ "@types/send": "*"
+ }
+ },
+ "node_modules/accepts": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
+ "license": "MIT",
+ "dependencies": {
+ "mime-types": "~2.1.34",
+ "negotiator": "0.6.3"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/asap": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmmirror.com/asap/-/asap-2.0.6.tgz",
+ "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
+ "license": "MIT"
+ },
+ "node_modules/bytes": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/cache-content-type": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/cache-content-type/-/cache-content-type-1.0.1.tgz",
+ "integrity": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==",
+ "license": "MIT",
+ "dependencies": {
+ "mime-types": "^2.1.18",
+ "ylru": "^1.2.0"
+ },
+ "engines": {
+ "node": ">= 6.0.0"
+ }
+ },
+ "node_modules/call-bind-apply-helpers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/call-bound": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "get-intrinsic": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/co-body": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmmirror.com/co-body/-/co-body-6.2.0.tgz",
+ "integrity": "sha512-Kbpv2Yd1NdL1V/V4cwLVxraHDV6K8ayohr2rmH0J87Er8+zJjcTa6dAn9QMPC9CRgU8+aNajKbSf1TzDB1yKPA==",
+ "license": "MIT",
+ "dependencies": {
+ "@hapi/bourne": "^3.0.0",
+ "inflation": "^2.0.0",
+ "qs": "^6.5.2",
+ "raw-body": "^2.3.3",
+ "type-is": "^1.6.16"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/co-body/node_modules/media-typer": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz",
+ "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/co-body/node_modules/type-is": {
+ "version": "1.6.18",
+ "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
+ "license": "MIT",
+ "dependencies": {
+ "media-typer": "0.3.0",
+ "mime-types": "~2.1.24"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/content-disposition": {
+ "version": "0.5.4",
+ "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
+ "license": "MIT",
+ "dependencies": {
+ "safe-buffer": "5.2.1"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/content-type": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/cookies": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmmirror.com/cookies/-/cookies-0.9.1.tgz",
+ "integrity": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==",
+ "license": "MIT",
+ "dependencies": {
+ "depd": "~2.0.0",
+ "keygrip": "~1.1.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.3"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/deep-equal": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/deep-equal/-/deep-equal-1.0.1.tgz",
+ "integrity": "sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==",
+ "license": "MIT"
+ },
+ "node_modules/delegates": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/delegates/-/delegates-1.0.0.tgz",
+ "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
+ "license": "MIT"
+ },
+ "node_modules/depd": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/destroy": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
+ "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8",
+ "npm": "1.2.8000 || >= 1.4.16"
+ }
+ },
+ "node_modules/dezalgo": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmmirror.com/dezalgo/-/dezalgo-1.0.4.tgz",
+ "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==",
+ "license": "ISC",
+ "dependencies": {
+ "asap": "^2.0.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/dunder-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.2.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
+ "license": "MIT"
+ },
+ "node_modules/encodeurl": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/es-define-property": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-errors": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-object-atoms": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/escape-html": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
+ "license": "MIT"
+ },
+ "node_modules/formidable": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmmirror.com/formidable/-/formidable-2.1.5.tgz",
+ "integrity": "sha512-Oz5Hwvwak/DCaXVVUtPn4oLMLLy1CdclLKO1LFgU7XzDpVMUU5UjlSLpGMocyQNNk8F6IJW9M/YdooSn2MRI+Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@paralleldrive/cuid2": "^2.2.2",
+ "dezalgo": "^1.0.4",
+ "once": "^1.4.0",
+ "qs": "^6.11.0"
+ },
+ "funding": {
+ "url": "https://ko-fi.com/tunnckoCore/commissions"
+ }
+ },
+ "node_modules/fresh": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
+ "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/fs-extra": {
+ "version": "11.3.0",
+ "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
+ "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "es-define-property": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.1.1",
+ "function-bind": "^1.1.2",
+ "get-proto": "^1.0.1",
+ "gopd": "^1.2.0",
+ "has-symbols": "^1.1.0",
+ "hasown": "^2.0.2",
+ "math-intrinsics": "^1.1.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
+ "license": "MIT",
+ "dependencies": {
+ "dunder-proto": "^1.0.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/gopd": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.11",
+ "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
+ "license": "ISC"
+ },
+ "node_modules/has-symbols": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/http-assert": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmmirror.com/http-assert/-/http-assert-1.5.0.tgz",
+ "integrity": "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==",
+ "license": "MIT",
+ "dependencies": {
+ "deep-equal": "~1.0.1",
+ "http-errors": "~1.8.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/http-assert/node_modules/depd": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/depd/-/depd-1.1.2.tgz",
+ "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/http-assert/node_modules/http-errors": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-1.8.1.tgz",
+ "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
+ "license": "MIT",
+ "dependencies": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.4",
+ "setprototypeof": "1.2.0",
+ "statuses": ">= 1.5.0 < 2",
+ "toidentifier": "1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/http-assert/node_modules/statuses": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz",
+ "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/http-errors": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
+ "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
+ "license": "MIT",
+ "dependencies": {
+ "depd": "2.0.0",
+ "inherits": "2.0.4",
+ "setprototypeof": "1.2.0",
+ "statuses": "2.0.1",
+ "toidentifier": "1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/http-errors/node_modules/statuses": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
+ "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "license": "MIT",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/inflation": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/inflation/-/inflation-2.1.0.tgz",
+ "integrity": "sha512-t54PPJHG1Pp7VQvxyVCJ9mBbjG3Hqryges9bXoOO6GExCPa+//i/d5GSuFtpx3ALLd7lgIAur6zrIlBQyJuMlQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "license": "ISC"
+ },
+ "node_modules/jsonfile": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
+ "license": "MIT",
+ "dependencies": {
+ "universalify": "^2.0.0"
+ },
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
+ }
+ },
+ "node_modules/keygrip": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/keygrip/-/keygrip-1.1.0.tgz",
+ "integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==",
+ "license": "MIT",
+ "dependencies": {
+ "tsscmp": "1.0.6"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/koa": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/koa/-/koa-3.0.0.tgz",
+ "integrity": "sha512-Usyqf1o+XN618R3Jzq4S4YWbKsRtPcGpgyHXD4APdGYQQyqQ59X+Oyc7fXHS2429stzLsBiDjj6zqqYe8kknfw==",
+ "license": "MIT",
+ "dependencies": {
+ "accepts": "^1.3.5",
+ "cache-content-type": "^1.0.0",
+ "content-disposition": "~0.5.2",
+ "content-type": "^1.0.4",
+ "cookies": "~0.9.1",
+ "debug": "^4.3.2",
+ "delegates": "^1.0.0",
+ "destroy": "^1.0.4",
+ "encodeurl": "^2.0.0",
+ "escape-html": "^1.0.3",
+ "fresh": "~0.5.2",
+ "http-assert": "^1.3.0",
+ "http-errors": "^2.0.0",
+ "koa-compose": "^4.1.0",
+ "on-finished": "^2.3.0",
+ "parseurl": "^1.3.2",
+ "statuses": "^2.0.1",
+ "type-is": "^2.0.1",
+ "vary": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 18"
+ }
+ },
+ "node_modules/koa-body": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmmirror.com/koa-body/-/koa-body-6.0.1.tgz",
+ "integrity": "sha512-M8ZvMD8r+kPHy28aWP9VxL7kY8oPWA+C7ZgCljrCMeaU7uX6wsIQgDHskyrAr9sw+jqnIXyv4Mlxri5R4InIJg==",
+ "license": "MIT",
+ "dependencies": {
+ "@types/co-body": "^6.1.0",
+ "@types/formidable": "^2.0.5",
+ "@types/koa": "^2.13.5",
+ "co-body": "^6.1.0",
+ "formidable": "^2.0.1",
+ "zod": "^3.19.1"
+ }
+ },
+ "node_modules/koa-compose": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmmirror.com/koa-compose/-/koa-compose-4.1.0.tgz",
+ "integrity": "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==",
+ "license": "MIT"
+ },
+ "node_modules/koa-router": {
+ "version": "13.1.1",
+ "resolved": "https://registry.npmmirror.com/koa-router/-/koa-router-13.1.1.tgz",
+ "integrity": "sha512-3GxRi7CxEgsfGhdFf4OW4OLv0DFdyNl2drcOCtoezi+LDSnkg0mhr1Iq5Q25R4FJt3Gw6dcAKrcpaCJ7WJfhYg==",
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^4.4.1",
+ "http-errors": "^2.0.0",
+ "koa-compose": "^4.1.0",
+ "path-to-regexp": "^6.3.0"
+ },
+ "engines": {
+ "node": ">= 18"
+ }
+ },
+ "node_modules/koa-send": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmmirror.com/koa-send/-/koa-send-5.0.1.tgz",
+ "integrity": "sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ==",
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "http-errors": "^1.7.3",
+ "resolve-path": "^1.4.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/koa-send/node_modules/depd": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/depd/-/depd-1.1.2.tgz",
+ "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/koa-send/node_modules/http-errors": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-1.8.1.tgz",
+ "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
+ "license": "MIT",
+ "dependencies": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.4",
+ "setprototypeof": "1.2.0",
+ "statuses": ">= 1.5.0 < 2",
+ "toidentifier": "1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/koa-send/node_modules/statuses": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz",
+ "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/koa-static": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmmirror.com/koa-static/-/koa-static-5.0.0.tgz",
+ "integrity": "sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==",
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^3.1.0",
+ "koa-send": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 7.6.0"
+ }
+ },
+ "node_modules/koa-static/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/math-intrinsics": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/media-typer": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-1.1.0.tgz",
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.52.0",
+ "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "2.1.35",
+ "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
+ "license": "MIT",
+ "dependencies": {
+ "mime-db": "1.52.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "license": "MIT"
+ },
+ "node_modules/negotiator": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/object-inspect": {
+ "version": "1.13.4",
+ "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/on-finished": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
+ "license": "MIT",
+ "dependencies": {
+ "ee-first": "1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "license": "ISC",
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/parseurl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-to-regexp": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
+ "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
+ "license": "MIT"
+ },
+ "node_modules/qs": {
+ "version": "6.14.0",
+ "resolved": "https://registry.npmmirror.com/qs/-/qs-6.14.0.tgz",
+ "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "side-channel": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=0.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/raw-body": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.2.tgz",
+ "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
+ "license": "MIT",
+ "dependencies": {
+ "bytes": "3.1.2",
+ "http-errors": "2.0.0",
+ "iconv-lite": "0.4.24",
+ "unpipe": "1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/resolve-path": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/resolve-path/-/resolve-path-1.4.0.tgz",
+ "integrity": "sha512-i1xevIst/Qa+nA9olDxLWnLk8YZbi8R/7JPbCMcgyWaFR6bKWaexgJgEB5oc2PKMjYdrHynyz0NY+if+H98t1w==",
+ "license": "MIT",
+ "dependencies": {
+ "http-errors": "~1.6.2",
+ "path-is-absolute": "1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/resolve-path/node_modules/depd": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/depd/-/depd-1.1.2.tgz",
+ "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/resolve-path/node_modules/http-errors": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-1.6.3.tgz",
+ "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
+ "license": "MIT",
+ "dependencies": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.0",
+ "statuses": ">= 1.4.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/resolve-path/node_modules/inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
+ "license": "ISC"
+ },
+ "node_modules/resolve-path/node_modules/setprototypeof": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.1.0.tgz",
+ "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
+ "license": "ISC"
+ },
+ "node_modules/resolve-path/node_modules/statuses": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz",
+ "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT"
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "license": "MIT"
+ },
+ "node_modules/setprototypeof": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
+ "license": "ISC"
+ },
+ "node_modules/side-channel": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "object-inspect": "^1.13.3",
+ "side-channel-list": "^1.0.0",
+ "side-channel-map": "^1.0.1",
+ "side-channel-weakmap": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/side-channel-list": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "object-inspect": "^1.13.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/side-channel-map": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bound": "^1.0.2",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.5",
+ "object-inspect": "^1.13.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/side-channel-weakmap": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bound": "^1.0.2",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.5",
+ "object-inspect": "^1.13.3",
+ "side-channel-map": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/statuses": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/toidentifier": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/tsscmp": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmmirror.com/tsscmp/-/tsscmp-1.0.6.tgz",
+ "integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.6.x"
+ }
+ },
+ "node_modules/type-is": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/type-is/-/type-is-2.0.1.tgz",
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
+ "license": "MIT",
+ "dependencies": {
+ "content-type": "^1.0.5",
+ "media-typer": "^1.1.0",
+ "mime-types": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/type-is/node_modules/mime-db": {
+ "version": "1.54.0",
+ "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.54.0.tgz",
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/type-is/node_modules/mime-types": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-3.0.1.tgz",
+ "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
+ "license": "MIT",
+ "dependencies": {
+ "mime-db": "^1.54.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/undici-types": {
+ "version": "7.8.0",
+ "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.8.0.tgz",
+ "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
+ "license": "MIT"
+ },
+ "node_modules/universalify": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 10.0.0"
+ }
+ },
+ "node_modules/unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "license": "ISC"
+ },
+ "node_modules/ylru": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/ylru/-/ylru-1.4.0.tgz",
+ "integrity": "sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/zod": {
+ "version": "3.25.72",
+ "resolved": "https://registry.npmmirror.com/zod/-/zod-3.25.72.tgz",
+ "integrity": "sha512-Cl+fe4dNL4XumOBNBsr0lHfA80PQiZXHI4xEMTEr8gt6aGz92t3lBA32e71j9+JeF/VAYvdfBnuwJs+BMx/BrA==",
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/colinhacks"
+ }
+ }
+ }
+}
diff --git a/work6/Peggy1017/HttpServer/package.json b/work6/Peggy1017/HttpServer/package.json
new file mode 100644
index 00000000..765d7868
--- /dev/null
+++ b/work6/Peggy1017/HttpServer/package.json
@@ -0,0 +1,9 @@
+{
+ "dependencies": {
+ "fs-extra": "^11.3.0",
+ "koa": "^3.0.0",
+ "koa-body": "^6.0.1",
+ "koa-router": "^13.1.1",
+ "koa-static": "^5.0.0"
+ }
+}
diff --git a/work6/Peggy1017/HttpServer/public/index.html b/work6/Peggy1017/HttpServer/public/index.html
new file mode 100644
index 00000000..6c89d15d
--- /dev/null
+++ b/work6/Peggy1017/HttpServer/public/index.html
@@ -0,0 +1,667 @@
+
+
+
+
+
+ 文件管理系统
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/work6/Peggy1017/HttpServer/server.js b/work6/Peggy1017/HttpServer/server.js
new file mode 100644
index 00000000..7ea6f379
--- /dev/null
+++ b/work6/Peggy1017/HttpServer/server.js
@@ -0,0 +1,137 @@
+const Koa = require('koa');
+const Router = require('koa-router');
+const serve = require('koa-static');
+const { koaBody } = require('koa-body');
+const fs = require('fs-extra');
+const path = require('path');
+
+// Initialize Koa app and router
+const app = new Koa();
+const router = new Router();
+
+// Ensure uploads directory exists
+fs.ensureDirSync(path.join(__dirname, 'uploads'));
+
+// Middleware for parsing request body and handling file uploads
+app.use(koaBody({
+ multipart: true,
+ formidable: {
+ uploadDir: path.join(__dirname, 'uploads'),
+ keepExtensions: true,
+ maxFieldsSize: 10 * 1024 * 1024, // 10MB limit
+ }
+}));
+
+// Serve static files from the public directory
+app.use(serve(path.join(__dirname, 'public')));
+
+// API endpoint for file upload
+router.post('/api/upload', async (ctx) => {
+ try {
+ const file = ctx.request.files.file;
+ if (!file) {
+ ctx.status = 400;
+ ctx.body = { success: false, message: 'No file uploaded' };
+ return;
+ }
+
+ // Get the original filename
+ const originalFilename = file.originalFilename;
+
+ // Create the new path with the original filename
+ const newPath = path.join(__dirname, 'uploads', originalFilename);
+
+ // If a file with the same name exists, remove it
+ if (await fs.exists(newPath)) {
+ await fs.remove(newPath);
+ }
+
+ // Rename the uploaded file to use the original filename
+ await fs.rename(file.filepath, newPath);
+
+ // Generate URL for the uploaded file
+ const fileUrl = `/api/files/${originalFilename}`;
+
+ ctx.body = {
+ success: true,
+ filename: originalFilename,
+ url: fileUrl
+ };
+ } catch (error) {
+ ctx.status = 500;
+ ctx.body = { success: false, message: error.message };
+ }
+});
+
+// API endpoint for listing files
+router.get('/api/files', async (ctx) => {
+ try {
+ const files = await fs.readdir(path.join(__dirname, 'uploads'));
+ const fileList = files.map(file => ({
+ name: file,
+ url: `/api/files/${file}`
+ }));
+
+ ctx.body = {
+ success: true,
+ files: fileList
+ };
+ } catch (error) {
+ ctx.status = 500;
+ ctx.body = { success: false, message: error.message };
+ }
+});
+
+// API endpoint for deleting files
+router.delete('/api/delete/:filename', async (ctx) => {
+ try {
+ const filename = ctx.params.filename;
+ const filePath = path.join(__dirname, 'uploads', filename);
+
+ if (await fs.exists(filePath)) {
+ await fs.remove(filePath);
+ ctx.body = {
+ success: true,
+ message: `File ${filename} deleted successfully`
+ };
+ } else {
+ ctx.status = 404;
+ ctx.body = {
+ success: false,
+ message: `File ${filename} not found`
+ };
+ }
+ } catch (error) {
+ ctx.status = 500;
+ ctx.body = { success: false, message: error.message };
+ }
+});
+
+// API endpoint to serve files directly
+router.get('/api/files/:filename', async (ctx) => {
+ try {
+ const filename = ctx.params.filename;
+ const filePath = path.join(__dirname, 'uploads', filename);
+
+ if (await fs.exists(filePath)) {
+ ctx.attachment(filename);
+ ctx.type = path.extname(filename);
+ ctx.body = fs.createReadStream(filePath);
+ } else {
+ ctx.status = 404;
+ ctx.body = { success: false, message: 'File not found' };
+ }
+ } catch (error) {
+ ctx.status = 500;
+ ctx.body = { success: false, message: error.message };
+ }
+});
+
+// Apply routes
+app.use(router.routes()).use(router.allowedMethods());
+
+// Start the server
+const PORT = process.env.PORT || 3000;
+app.listen(PORT, () => {
+ console.log(`Server is running on http://localhost:${PORT}`);
+});
\ No newline at end of file
diff --git a/work6/Peggy1017/Spider/notices.json b/work6/Peggy1017/Spider/notices.json
new file mode 100644
index 00000000..fe445260
--- /dev/null
+++ b/work6/Peggy1017/Spider/notices.json
@@ -0,0 +1,4616 @@
+[
+ {
+ "title": "关于发布《福州大学2024届毕业生就业质量年度报告》的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38884",
+ "department": "学生工作部",
+ "date": "2025-07-03"
+ },
+ {
+ "title": "关于公布2025年福州大学大学生暑期文化科技卫生“三下乡”社会实践活动省级特色队...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38885",
+ "department": "团委",
+ "date": "2025-07-03"
+ },
+ {
+ "title": "关于清洗供水水池的停水通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38882",
+ "department": "后勤管理处",
+ "date": "2025-07-03"
+ },
+ {
+ "title": "关于举办第八届福建省高校青年教师教学竞赛福州大学选拔赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38881",
+ "department": "校工会",
+ "date": "2025-07-03"
+ },
+ {
+ "title": "转发教育部办公厅关于举办第十届高校廉洁教育系列活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38879",
+ "department": "教师工作部",
+ "date": "2025-07-03"
+ },
+ {
+ "title": "转发福州市科学技术局 关于发布2025年度福州市推进海洋经济高质量 发展“揭榜挂帅...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38878",
+ "department": "科技处",
+ "date": "2025-07-02"
+ },
+ {
+ "title": "关于2025年暑期不断线提供就业服务的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38876",
+ "department": "学生工作部",
+ "date": "2025-07-02"
+ },
+ {
+ "title": "停电通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38875",
+ "department": "后勤管理处",
+ "date": "2025-07-02"
+ },
+ {
+ "title": "福州大学关于印发国家大学科技园房屋使用管理办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=38874",
+ "department": "科技园发展中心",
+ "date": "2025-07-02"
+ },
+ {
+ "title": "关于召开福州大学“十五五”时期事业发展规划编制工作动员部署暨专题培训会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1321&wbnewsid=38873",
+ "department": "规划处",
+ "date": "2025-07-02"
+ },
+ {
+ "title": "关于召开人事业务培训会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38871",
+ "department": "人事处",
+ "date": "2025-07-02"
+ },
+ {
+ "title": "关于召开2025年福州大学大学生暑期文化科技卫生“三下乡”社会实践活动出征仪式的...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38870",
+ "department": "团委",
+ "date": "2025-07-02"
+ },
+ {
+ "title": "关于旗山校区2025年第二季度车辆超速违章情况的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38869",
+ "department": "保卫部",
+ "date": "2025-07-02"
+ },
+ {
+ "title": "转发2025年度国家自然科学基金委员会与盖茨基金会全球健康合作研究项目指南有关文...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38867",
+ "department": "科技处",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "转发2026年度国家自然科学基金委员会中日、中巴合作交流与双边研讨会项目指南有关...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38866",
+ "department": "科技处",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "转发2025年度国家自然科学基金委员会与埃及科学研究技术院合作研究项目指南有关文...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38865",
+ "department": "科技处",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于转发2025年度国家自然科学基金民营企业创新发展联合基金项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38864",
+ "department": "科技处",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于转发“糖脂代谢的时空网络调控”重大研究计划2025年度项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38863",
+ "department": "科技处",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "转发2025年度中德科学基金研究交流中心“智能数值数学”双边学术研讨会项目指南的...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38862",
+ "department": "科技处",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于做好毕业生校园一卡通预存款结算清退工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38860",
+ "department": "计财处",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于做好应收账款、应付账款等往来款清查工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38859",
+ "department": "计财处",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于暑期校内公共交通暂停运营的友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38858",
+ "department": "保卫部",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于2025年教师等专业技术职务聘任下一阶段有关工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38855",
+ "department": "人事处",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于开展2025年度省社科基金项目中期检查工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38854",
+ "department": "社科处",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于填报2026年图书、文献资源和服务类 政府采购项目预算表的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1328&wbnewsid=38853",
+ "department": "图书馆",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于节点云服务器扩容升级的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38852",
+ "department": "网信办",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于召开二级纪委履职汇报会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38851",
+ "department": "纪委(监察专员办)",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于召开福州大学中国国际大学生创新大赛(2025)动员部署会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38850",
+ "department": "学生工作部",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于召开福州大学2025暑期校园安全稳定工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38849",
+ "department": "保卫部",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于召开党员基本培训集中大课座谈交流会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38848",
+ "department": "组织部",
+ "date": "2025-07-01"
+ },
+ {
+ "title": "关于开展校领导接待日活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38845",
+ "department": "党政办",
+ "date": "2025-06-30"
+ },
+ {
+ "title": "关于公布福州大学机关干部值班表(2025年暑假)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38844",
+ "department": "党政办",
+ "date": "2025-06-30"
+ },
+ {
+ "title": "关于做好2025年暑假工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38843",
+ "department": "党政办",
+ "date": "2025-06-30"
+ },
+ {
+ "title": "关于2025年全国科普月有关重点活动安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38842",
+ "department": "科技处",
+ "date": "2025-06-30"
+ },
+ {
+ "title": "关于暑期各餐厅营业的友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38841",
+ "department": "后勤管理处",
+ "date": "2025-06-30"
+ },
+ {
+ "title": "关于召开福州大学校园重点提案推进座谈会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38839",
+ "department": "团委",
+ "date": "2025-06-30"
+ },
+ {
+ "title": "关于统计2025年上半年接受捐赠情况的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1311&wbnewsid=38838",
+ "department": "国有资产管理处",
+ "date": "2025-06-30"
+ },
+ {
+ "title": "计财处关于学生缴交2025-2026学年学费、住宿费的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38837",
+ "department": "计财处",
+ "date": "2025-06-30"
+ },
+ {
+ "title": "关于填报2026年教材出版、课程建设服务类政府采购预算表的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38836",
+ "department": "教务处",
+ "date": "2025-06-30"
+ },
+ {
+ "title": "关于规范公用房修缮改造管理的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1311&wbnewsid=38835",
+ "department": "国有资产管理处",
+ "date": "2025-06-30"
+ },
+ {
+ "title": "“众心向党 自立自强” ——中国科学家入党志愿书主题展通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1328&wbnewsid=38832",
+ "department": "图书馆",
+ "date": "2025-06-27"
+ },
+ {
+ "title": "关于申领福建省引进人才住房补助有关工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38831",
+ "department": "人事处",
+ "date": "2025-06-27"
+ },
+ {
+ "title": "科技开发部关于期末报账工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38824",
+ "department": "科技开发部",
+ "date": "2025-06-27"
+ },
+ {
+ "title": "关于旗山校区第一、第二田径场临时用于宣传片拍摄工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38823",
+ "department": "体育教学研究部",
+ "date": "2025-06-27"
+ },
+ {
+ "title": "关于开展福州大学首届“大思政课”“四微”竞赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38821",
+ "department": "宣传部",
+ "date": "2025-06-26"
+ },
+ {
+ "title": "关于开展福州大学精神文明建设先进集体和先进个人评选活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38820",
+ "department": "宣传部",
+ "date": "2025-06-26"
+ },
+ {
+ "title": "福州大学关于授予杜立伟等4763位同学学位的决定",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38819",
+ "department": "研究生院",
+ "date": "2025-06-26"
+ },
+ {
+ "title": "关于转发福建省科协关于报送2025年福建省全国科普月重点活动项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38818",
+ "department": "科技处",
+ "date": "2025-06-26"
+ },
+ {
+ "title": "科技园发展中心关于做好暑假期间安全工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=38817",
+ "department": "科技园发展中心",
+ "date": "2025-06-26"
+ },
+ {
+ "title": "关于征集相关项目赴邵武市、浦城县开展科技成果对接的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38816",
+ "department": "科技开发部",
+ "date": "2025-06-26"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38815",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-06-26"
+ },
+ {
+ "title": "中共福州大学委员会关于公布福州大学首批“党员先锋示范平台”的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38813",
+ "department": "组织部",
+ "date": "2025-06-26"
+ },
+ {
+ "title": "关于编制2026年云计算、电信服务政府采购预算的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38811",
+ "department": "网信办",
+ "date": "2025-06-26"
+ },
+ {
+ "title": "中共福州大学委员会关于公布新一批党建工作示范项目创建名单的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38810",
+ "department": "组织部",
+ "date": "2025-06-26"
+ },
+ {
+ "title": "转发《福建省工业和信息化厅 福建省发展和改革委员会关于开展生物制造中试能力建设...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38809",
+ "department": "科技处",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "福州大学关于修订印发研究生国家奖学金评审办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38806",
+ "department": "学生工作部",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "福州大学关于修订印发国家励志奖学金评审实施细则的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38805",
+ "department": "学生工作部",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "福州大学关于修订印发本科生国家奖学金评审办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38801",
+ "department": "学生工作部",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "关于收集福州大学本科教育教学审核评估整改中期检查支撑材料的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1330&wbnewsid=38802",
+ "department": "审核评估办公室",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "转发福建省工业和信息化厅关于开展高性能生物反应器创新任务揭榜挂帅工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38799",
+ "department": "科技处",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "关于召开福建省大学生创新大赛(2025)承办工作协调会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38798",
+ "department": "学生工作部",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "福州大学关于印发工程类专业学位博士研究生培养方案基本要求的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38797",
+ "department": "研究生院",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "关于上报2025年学院物业劳务人员劳酬预算的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38796",
+ "department": "后勤管理处",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "关于组织开展2025年福州大学学生志愿者暑期文化科技卫生“三下乡”社会实践活动的...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38795",
+ "department": "团委",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "关于组织开展2025年福州大学高价值专利培育项目申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38794",
+ "department": "科技开发部",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "福州大学关于开展福建省第十批引进高层次创业创新人才(教育系统创新人才项目)申...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38793",
+ "department": "人事处",
+ "date": "2025-06-25"
+ },
+ {
+ "title": "福州大学关于公布2025届本科生优秀毕业设计(论文)名单的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38792",
+ "department": "教务处",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "福州大学关于公布大学生劳动教育实践基地立项名单的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38791",
+ "department": "教务处",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "关于编制2026年后勤类政府采购项目预算的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38789",
+ "department": "后勤管理处",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "福州大学关于公布示范性校外实践教学基地立项名单的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38788",
+ "department": "教务处",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "关于开展教师校外兼职情况摸排工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38785",
+ "department": "教师工作部",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "关于征集第十二届海峡两岸暨港澳大学生职业技能(能力)大赛评审专家库成员的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38781",
+ "department": "教师工作部",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "福州大学关于公布 “讲述我的育人故事”评选结果的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38780",
+ "department": "教师工作部",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "关于举办福州大学第七十二场“教学有道”暨数智课程建设与应用实操工作坊的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38778",
+ "department": "教务处",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "关于申报2025年福建省优秀博士后支持专项的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38775",
+ "department": "研究生院",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "关于编制2026年度政府采购设备、家具、服务预算的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38774",
+ "department": "实设处",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "关于开展2025年春季主讲教师资格认定工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38771",
+ "department": "教师工作部",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "关于召开福州大学本科教育教学审核评估整改中期检查汇报会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1330&wbnewsid=38770",
+ "department": "审核评估办公室",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "计财处关于期末报账工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38768",
+ "department": "计财处",
+ "date": "2025-06-24"
+ },
+ {
+ "title": "福州大学关于印发中国青年志愿者扶贫接力计划研究生支教团组建招募工作实施办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38765",
+ "department": "团委",
+ "date": "2025-06-23"
+ },
+ {
+ "title": "关于做好2025年暑假及秋季开学校园安全工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38763",
+ "department": "保卫部",
+ "date": "2025-06-23"
+ },
+ {
+ "title": "福州大学关于公布2024—2025学年教学优秀奖获奖名单的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38762",
+ "department": "教务处",
+ "date": "2025-06-23"
+ },
+ {
+ "title": "福州大学关于印发本科教育教学质量保障体系管理实施办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1517&wbnewsid=38761",
+ "department": "教学质量监控与评估中心",
+ "date": "2025-06-23"
+ },
+ {
+ "title": "转发国家重点研发计划“大科学装置前沿研究”重点专项、国家重点研发计划“诊疗装...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38760",
+ "department": "科技处",
+ "date": "2025-06-23"
+ },
+ {
+ "title": "福州大学关于公布优秀数智化基层教学组织名单的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38759",
+ "department": "教务处",
+ "date": "2025-06-23"
+ },
+ {
+ "title": "关于全校仪器设备与家具盘点工作完成情况的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38758",
+ "department": "实设处",
+ "date": "2025-06-23"
+ },
+ {
+ "title": "关于做好2025年福建省教育厅资助各类科研项目(科技类)结题工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38753",
+ "department": "科技处",
+ "date": "2025-06-23"
+ },
+ {
+ "title": "关于更改2024-2025学年春季学期期末本科教育教学工作会议地点的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38752",
+ "department": "教务处",
+ "date": "2025-06-23"
+ },
+ {
+ "title": "关于公布党支部书记微党课比赛获奖名单的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38751",
+ "department": "组织部",
+ "date": "2025-06-20"
+ },
+ {
+ "title": "福州大学关于表彰2025届本科毕业生升学先进个人的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38750",
+ "department": "学生工作部",
+ "date": "2025-06-20"
+ },
+ {
+ "title": "福州大学关于印发2025—2026学年校历的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38748",
+ "department": "教务处",
+ "date": "2025-06-20"
+ },
+ {
+ "title": "关于做好2025年工勤人员技能等级岗位考核工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38747",
+ "department": "人事处",
+ "date": "2025-06-20"
+ },
+ {
+ "title": "关于做好福州大学2025年校园开放日的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38745",
+ "department": "招考中心",
+ "date": "2025-06-20"
+ },
+ {
+ "title": "关于更改2025年毕业典礼暨学位授予仪式举行时间的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38744",
+ "department": "党政办",
+ "date": "2025-06-20"
+ },
+ {
+ "title": "关于编制2026年度政府采购设备、家具、服务预算的预通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38740",
+ "department": "实设处",
+ "date": "2025-06-19"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38735",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-06-19"
+ },
+ {
+ "title": "关于协助我校教师经福州市申报福建省级高层次人才的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38734",
+ "department": "人事处",
+ "date": "2025-06-19"
+ },
+ {
+ "title": "关于举办福州大学优秀青年教师暑期实践营的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38732",
+ "department": "校工会",
+ "date": "2025-06-18"
+ },
+ {
+ "title": "关于转发福建省科协关于做好第八批闽江科学传播学者遴选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38731",
+ "department": "科技处",
+ "date": "2025-06-18"
+ },
+ {
+ "title": "关于更新知识产权申报相关工作的提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38730",
+ "department": "科技处",
+ "date": "2025-06-18"
+ },
+ {
+ "title": "关于旗山校区第一、第二田径场临时用于全国青少年校园足球联赛场地使用的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38729",
+ "department": "体育教学研究部",
+ "date": "2025-06-18"
+ },
+ {
+ "title": "工程审计有关工作提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1326&wbnewsid=38728",
+ "department": "审计处",
+ "date": "2025-06-18"
+ },
+ {
+ "title": "关于申报2025年国家社会科学基金后期资助暨优秀博士学位论文出版、优秀学术著作再...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38727",
+ "department": "社科处",
+ "date": "2025-06-18"
+ },
+ {
+ "title": "关于举办校党委党校第296期处级干部履职能力提升班的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38726",
+ "department": "组织部",
+ "date": "2025-06-18"
+ },
+ {
+ "title": "关于举行2025年毕业典礼暨学位授予仪式的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38725",
+ "department": "党政办",
+ "date": "2025-06-18"
+ },
+ {
+ "title": "关于召开2024-2025学年春季学期期末本科教育教学工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38724",
+ "department": "教务处",
+ "date": "2025-06-18"
+ },
+ {
+ "title": "关于做好省社科基金项目专家库建设有关工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38723",
+ "department": "社科处",
+ "date": "2025-06-17"
+ },
+ {
+ "title": "关于做好2025年期末及暑期实验室安全管理工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38722",
+ "department": "实设处",
+ "date": "2025-06-17"
+ },
+ {
+ "title": "关于印发《福州大学实验室生物安全管理办法》(试行)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38721",
+ "department": "实设处",
+ "date": "2025-06-17"
+ },
+ {
+ "title": "转发福建省科学技术厅关于组织申报2025年度人工智能产业发展科技专项的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38719",
+ "department": "科技处",
+ "date": "2025-06-17"
+ },
+ {
+ "title": "关于2025年高等学校青年骨干教师出国研修项目选派工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38720",
+ "department": "教师工作部",
+ "date": "2025-06-17"
+ },
+ {
+ "title": "关于招募福州大学教师发展导师的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38718",
+ "department": "教师工作部",
+ "date": "2025-06-17"
+ },
+ {
+ "title": "关于组织2025年度一线优秀教职工疗休养活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38715",
+ "department": "校工会",
+ "date": "2025-06-17"
+ },
+ {
+ "title": "关于举办“头雁领航”党支部书记沙龙(第二期)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38712",
+ "department": "组织部",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "关于组织参加第二十三届中国·海峡创新项目成果交易会及福州大学政校企合作系列签约...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38710",
+ "department": "科技开发部",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "关于邮件系统安全升级的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38708",
+ "department": "网信办",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "关于提前做好我校2026年硕士研究生招生目录编制工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38707",
+ "department": "研究生院",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "转发国家自然科学基金委员会化学科学部2025年度专项项目(科技活动项目)申请通告...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38706",
+ "department": "科技处",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "关于开展福州大学2025年专利开放许可工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38705",
+ "department": "科技开发部",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "科技开发部关于暂停对外办公的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38704",
+ "department": "科技开发部",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "关于举办福州大学第十七期教师沙龙的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38703",
+ "department": "教师工作部",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "转发福建省政研会秘书处关于开展2024年度研究成果推介活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38702",
+ "department": "宣传部",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "转发福建省委宣传部关于开展“2026-2027年省级理论进基层示范点”项目申报工作的通...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38700",
+ "department": "宣传部",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "关于落实福建省财政厅防范拖欠中小企业账款措施的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38699",
+ "department": "计财处",
+ "date": "2025-06-16"
+ },
+ {
+ "title": "关于组织教师参加“第七期闽侨青年精英海丝情活动”的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38698",
+ "department": "教师工作部",
+ "date": "2025-06-14"
+ },
+ {
+ "title": "关于全校仪器设备与家具盘点工作进展情况的友情提醒(第二次)",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38696",
+ "department": "实设处",
+ "date": "2025-06-13"
+ },
+ {
+ "title": "关于2025年5月份论坛、讲坛、讲座、年会、报告会、研讨会等审批备案情况的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38743",
+ "department": "宣传部",
+ "date": "2025-06-13"
+ },
+ {
+ "title": "关于推荐2025年全国“最美教师” 候选人人选的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38691",
+ "department": "教师工作部",
+ "date": "2025-06-13"
+ },
+ {
+ "title": "关于转发2025年度福建省标准化战略补助资金申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38689",
+ "department": "科技处",
+ "date": "2025-06-13"
+ },
+ {
+ "title": "转发《福建省科学技术厅关于举办2025年全省科技特派员成果(泉州)现场推介对接活...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38686",
+ "department": "科技开发部",
+ "date": "2025-06-13"
+ },
+ {
+ "title": "关于开展二级纪委履职汇报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38684",
+ "department": "纪委(监察专员办)",
+ "date": "2025-06-13"
+ },
+ {
+ "title": "关于禁止在校园水域钓鱼捕鱼的提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38683",
+ "department": "保卫部",
+ "date": "2025-06-13"
+ },
+ {
+ "title": "关于更改福州大学2025年校园开放日工作协调会时间的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38682",
+ "department": "招考中心",
+ "date": "2025-06-12"
+ },
+ {
+ "title": "关于开展2025年本科招生宣传培训会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38670",
+ "department": "招考中心",
+ "date": "2025-06-12"
+ },
+ {
+ "title": "关于福州大学“振奋杯”学生桥牌比赛结果的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38681",
+ "department": "体育教学研究部",
+ "date": "2025-06-12"
+ },
+ {
+ "title": "关于2025年实验室安全嘉年华活动延期通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38680",
+ "department": "实设处",
+ "date": "2025-06-12"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38679",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-06-12"
+ },
+ {
+ "title": "关于福州大学科技创新成果展厅展品征集的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38678",
+ "department": "科技处",
+ "date": "2025-06-12"
+ },
+ {
+ "title": "关于申报福州市“纪念林则徐诞辰240周年”专项课题的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38677",
+ "department": "社科处",
+ "date": "2025-06-12"
+ },
+ {
+ "title": "关于做好2025年上半年党内统计工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38676",
+ "department": "组织部",
+ "date": "2025-06-12"
+ },
+ {
+ "title": "转发福建省科学技术厅《福建省科技特派员工作联席会议办公室关于印发<2025年全省科...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38675",
+ "department": "科技开发部",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "转发福建省科学技术厅关于做好2025-2026年度省级科技特派员年度考核工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38672",
+ "department": "科技开发部",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "转发福建省科学技术厅《福建省科技特派员工作联席会议办公室<2025-2026年福建省科...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38671",
+ "department": "科技开发部",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "中共福州大学委员会关于印发福州大学贯彻落实《全国党员教育培训工作规划(2024—2...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38669",
+ "department": "组织部",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "关于召开危险化学品安全管理工作推进会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38668",
+ "department": "实设处",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "关于2025年党员干部教育培训“校本课程”建设项目立项等事宜的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38667",
+ "department": "组织部",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "关于召开福州大学贯彻集中整治违规吃喝工作要求专题会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38666",
+ "department": "纪委(监察专员办)",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "关于转发2025年度国家自然科学基金专项项目——“芯片制造中的表界面电化学基础”...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38665",
+ "department": "科技处",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "关于转发2025年度国家自然科学基金专项项目——“多细胞相互作用化学方法研究”的...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38664",
+ "department": "科技处",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "关于召开中共福州大学委员会教师工作委员会扩大会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38662",
+ "department": "教师工作部",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "关于开展2025年实验室“安全文化月”系列活动--实验室安全嘉年华活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38660",
+ "department": "实设处",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "关于召开福州大学党委统一战线工作领导小组(扩大)会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1440&wbnewsid=38658",
+ "department": "统战部",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "关于召开福州大学2025年校园开放日工作协调会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38645",
+ "department": "招考中心",
+ "date": "2025-06-11"
+ },
+ {
+ "title": "转发关于征集中等职业学校教师正高级职称评委库组成人员的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38655",
+ "department": "人事处",
+ "date": "2025-06-10"
+ },
+ {
+ "title": "关于申报2025年度“卢嘉锡优秀研究生奖”的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38651",
+ "department": "学生工作部",
+ "date": "2025-06-10"
+ },
+ {
+ "title": "关于做好福州大学2025年 “宝钢奖学金”评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38650",
+ "department": "学生工作部",
+ "date": "2025-06-10"
+ },
+ {
+ "title": "关于召开纪检监察干部专题会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38649",
+ "department": "纪委(监察专员办)",
+ "date": "2025-06-10"
+ },
+ {
+ "title": "关于中国产学研合作促进会创新人才库入库专家推荐工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38648",
+ "department": "科技开发部",
+ "date": "2025-06-10"
+ },
+ {
+ "title": "关于开展教育部第三批“人工智能+高等教育”典型应用场景案例征集工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38647",
+ "department": "教务处",
+ "date": "2025-06-10"
+ },
+ {
+ "title": "关于组织观看电影《桃李无言》活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38644",
+ "department": "教师工作部",
+ "date": "2025-06-10"
+ },
+ {
+ "title": "关于召开福州大学2025届毕业生校友召集人和校友联络员聘任大会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1334&wbnewsid=38643",
+ "department": "校友会",
+ "date": "2025-06-10"
+ },
+ {
+ "title": "党政办公室关于暂停对外用印的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38642",
+ "department": "党政办",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于做好我校2025上半年度大型科研仪器设备入网省共享平台的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38641",
+ "department": "实设处",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于做好2025年工程类专业学位博士研究生行业产业导师遴选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38640",
+ "department": "研究生院",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于开展工程类专业学位博士研究生专业实践考核工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38639",
+ "department": "研究生院",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于填报2025年度省社科基金立项项目经费预算的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38638",
+ "department": "社科处",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "转发福建省高等学校师资培训中心关于举办第72期福建省高等学校教师岗前培训的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38637",
+ "department": "教师工作部",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "转发福建省高等学校师资培训中心关于举办第29期高等学校教育管理人员管理课程培训...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38636",
+ "department": "教师工作部",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于开展福州大学2025-2026年度“福老金辉”特色项目申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1312&wbnewsid=38635",
+ "department": "离退休办",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于开展2025年全日制研究生优秀助研奖学金评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38634",
+ "department": "研究生院",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于公开征集福州大学“十五五”发展规划意见建议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1321&wbnewsid=38633",
+ "department": "规划处",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于组织参加全省高校毕业生就业政策举措落实工作推进会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38632",
+ "department": "学生工作部",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于开展福州大学各级虚拟教研室建设项目阶段性检评工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38630",
+ "department": "教务处",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "转发福建省工业和信息化厅关于组织开展2025年中小企业人才培训“名师优课”征集遴...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38629",
+ "department": "教师工作部",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于申报2025年中国产学研合作促进会科技创新奖的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38628",
+ "department": "科技开发部",
+ "date": "2025-06-09"
+ },
+ {
+ "title": "关于申报福建省青年科技人员育成项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38627",
+ "department": "科技处",
+ "date": "2025-06-07"
+ },
+ {
+ "title": "关于组织申报2025年度教育部大中小课程教材研究项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38626",
+ "department": "教务处",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于2025年6月14日全国大学英语四六级考试教室占用的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38623",
+ "department": "招考中心",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于全校仪器设备与家具盘点工作进展情况的友情提醒",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38622",
+ "department": "实设处",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "福州大学关于印发研究生公共英语免修办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38621",
+ "department": "研究生院",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于2025年毕业季行李寄件服务的友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38620",
+ "department": "后勤管理处",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "福州大学关于印发研究生赴境外大学课程学习及学分认定管理办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38619",
+ "department": "研究生院",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于开展2025年研究生综合优秀学业奖学金评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38618",
+ "department": "研究生院",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于举办校党校第295期新提任处科级干部培训班专题报告会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38617",
+ "department": "组织部",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于开展2025年博士研究生中期优秀学业奖学金评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38616",
+ "department": "研究生院",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于开展2025年第二季度重要信息系统网络安全巡检工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38615",
+ "department": "网信办",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于开展2025年硕士研究生中期优秀学业奖学金评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38614",
+ "department": "研究生院",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于举办2025届毕业生党员廉洁教育专题党课的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38613",
+ "department": "组织部",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于节点云网络安全组件升级维护的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38612",
+ "department": "网信办",
+ "date": "2025-06-06"
+ },
+ {
+ "title": "关于申报2025年上半年二级保健对象的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38611",
+ "department": "人事处",
+ "date": "2025-06-05"
+ },
+ {
+ "title": "关于处级以上干部学习“学习贯彻习近平总书记关于加强党的作风建设的重要论述和中...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38608",
+ "department": "组织部",
+ "date": "2025-06-05"
+ },
+ {
+ "title": "关于教师能力素养提升6月系列直播讲座的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38607",
+ "department": "教师工作部",
+ "date": "2025-06-05"
+ },
+ {
+ "title": "关于本学期全校党员党风党纪教育活动安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38606",
+ "department": "纪委(监察专员办)",
+ "date": "2025-06-05"
+ },
+ {
+ "title": "关于香港理工大学“3+1+M”授课型/研究型硕士项目宣讲会及报名工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38603",
+ "department": "对外处",
+ "date": "2025-06-05"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38602",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-06-05"
+ },
+ {
+ "title": "关于举办党支部书记微党课比赛(决赛)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38601",
+ "department": "组织部",
+ "date": "2025-06-04"
+ },
+ {
+ "title": "关于开展二级党委组织员工作会议暨2025届毕业生党建工作业务培训会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38600",
+ "department": "组织部",
+ "date": "2025-06-04"
+ },
+ {
+ "title": "关于推荐2025年度“卢嘉锡优秀导师奖”候选人人选的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38599",
+ "department": "教师工作部",
+ "date": "2025-06-04"
+ },
+ {
+ "title": "关于推荐2025年度宝钢教育奖(教师奖)候选人的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38598",
+ "department": "教师工作部",
+ "date": "2025-06-04"
+ },
+ {
+ "title": "共享•共赢——福建省高校测试中心大型仪器设备推介宣讲会",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1318&wbnewsid=38590",
+ "department": "福建省高校测试中心",
+ "date": "2025-06-04"
+ },
+ {
+ "title": "关于举办福州大学民族宗教专题培训班暨社会主义学院第24期培训班专题报告会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1440&wbnewsid=38597",
+ "department": "统战部",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于召开智能化报账系统及报销政策、制度宣讲会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38596",
+ "department": "计财处",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于转发中国高等教育学会《关于开展“2025年度高等教育科学研究规划课题”申报工...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38595",
+ "department": "教务处",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于开展2025 年福建省“全民防非 行业守护”防范非法金融活动宣传月活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38594",
+ "department": "计财处",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于做好2025年“学科交叉培养博士研究生专项计划”硕博连读研究生选拔工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38575",
+ "department": "研究生院",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于举办党员基本培训集中大课的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38593",
+ "department": "组织部",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于清理横向项目应收账款及暂付款的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38592",
+ "department": "科技开发部",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "党政办公室关于印发福州大学2025年全面从严治党工作会议暨校纪委七届八次全会相关...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38591",
+ "department": "党政办",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于开展本科招生宣传“院长说专业”直播活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38589",
+ "department": "招考中心",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于举办第十四届中国创新创业大赛(福建赛区)暨第十三届福建创新创业大赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=38588",
+ "department": "科技园发展中心",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于高考评卷期间中楼和东1教学楼实行封闭式管理的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38587",
+ "department": "招考中心",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于申报2025年国家社会科学基金哲学社会科学学术通俗读物项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38586",
+ "department": "社科处",
+ "date": "2025-06-03"
+ },
+ {
+ "title": "关于组织申报第四批福建省研究生精品示范课程、专业学位优秀教学案例、产教融合联...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38581",
+ "department": "研究生院",
+ "date": "2025-05-30"
+ },
+ {
+ "title": "关于开展“讲述我的育人故事”活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38580",
+ "department": "教师工作部",
+ "date": "2025-05-30"
+ },
+ {
+ "title": "转发科技部国际合作司关于发布国家重点研发计划“战略性科技创新合作”重点专项202...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38579",
+ "department": "科技处",
+ "date": "2025-05-30"
+ },
+ {
+ "title": "关于组织参观首届研究生学术科技文化节“创新大赛国赛获奖项目展”的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38577",
+ "department": "学生工作部",
+ "date": "2025-05-30"
+ },
+ {
+ "title": "关于召开福州大学第十九次学生代表大会、第六次研究生代表大会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38576",
+ "department": "团委",
+ "date": "2025-05-30"
+ },
+ {
+ "title": "转发科技部国际合作司关于发布国家重点研发计划“政府间国际科技创新合作”重点专...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38574",
+ "department": "科技处",
+ "date": "2025-05-30"
+ },
+ {
+ "title": "关于开展高级职称人员因私出国(境)管理工作检查的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38573",
+ "department": "人事处",
+ "date": "2025-05-30"
+ },
+ {
+ "title": "转发福建省科学技术厅等四部门关于组织申报2025年高校产学研联合创新(校校企)项...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38572",
+ "department": "科技处",
+ "date": "2025-05-30"
+ },
+ {
+ "title": "关于做好7月份省社科基金项目结项工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38571",
+ "department": "社科处",
+ "date": "2025-05-30"
+ },
+ {
+ "title": "关于转发国家自然科学基金委员会与欧洲核子中心(NSFC-CERN)重大科学基础设施国际...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38570",
+ "department": "科技处",
+ "date": "2025-05-30"
+ },
+ {
+ "title": "关于召开党员基本培训集中大课工作部署会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38562",
+ "department": "组织部",
+ "date": "2025-05-29"
+ },
+ {
+ "title": "关于科技园旗山园区紧急停电的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=38561",
+ "department": "科技园发展中心",
+ "date": "2025-05-29"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38560",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-05-29"
+ },
+ {
+ "title": "关于举办福州大学第七十一场“教学有道”研讨活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38559",
+ "department": "教务处",
+ "date": "2025-05-29"
+ },
+ {
+ "title": "关于转发2025年度国家自然科学基金委员会与欧洲研究理事会(NSFC-ERC)合作交流项...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38557",
+ "department": "科技处",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "转发2025年度赴港参加NSFC-BHKAEC学术会议项目指南有关文件的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38556",
+ "department": "科技处",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "福州大学关于印发本科生转专业管理实施办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38555",
+ "department": "教务处",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "关于拆除研究生公寓(64号楼)南侧塔吊施工期间道路封闭的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1332&wbnewsid=38554",
+ "department": "基建管理处",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "关于做好我校2025年国家社会科学基金重大项目招标工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38553",
+ "department": "社科处",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "关于开展大学生校外实践教学基地抽检工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38552",
+ "department": "教务处",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "关于做好我校承担的福建省自然科学基金计划项目2025年到期项目结题工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38551",
+ "department": "科技处",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "关于福州大学第十三届“振奋杯”跳绳比赛结果公告的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38550",
+ "department": "体育教学研究部",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "关于做好2025届毕业生党员教育管理和组织关系转接工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38549",
+ "department": "组织部",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "停电通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38547",
+ "department": "后勤管理处",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "【暑期项目】关于2025年联合国菁英项目日本东京实训营的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38546",
+ "department": "对外处",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "关于2025年端午节放假研究生课程调整的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38545",
+ "department": "研究生院",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "关于我校申报2025年福建省教育科学规划课题的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38544",
+ "department": "社科处",
+ "date": "2025-05-28"
+ },
+ {
+ "title": "关于2025年端午节放假课程调整的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38543",
+ "department": "教务处",
+ "date": "2025-05-27"
+ },
+ {
+ "title": "关于举办深入贯彻中央八项规定精神学习教育专题报告会(第三讲)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38542",
+ "department": "组织部",
+ "date": "2025-05-27"
+ },
+ {
+ "title": "党政办公室关于印发福州大学十届三次教代会暨十二届三次工代会相关会议材料的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38541",
+ "department": "党政办",
+ "date": "2025-05-27"
+ },
+ {
+ "title": "关于开展2024年度“双一流”建设监测数据填报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1321&wbnewsid=38540",
+ "department": "规划处",
+ "date": "2025-05-27"
+ },
+ {
+ "title": "关于计划财务处智能报销平台测试运行的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38538",
+ "department": "计财处",
+ "date": "2025-05-27"
+ },
+ {
+ "title": "转发颠覆性技术创新重点专项2025年度细胞与基因治疗领域项目、氢能技术”“储能与...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38537",
+ "department": "科技处",
+ "date": "2025-05-27"
+ },
+ {
+ "title": "关于举办“头雁领航”党支部书记沙龙(第一期)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38536",
+ "department": "组织部",
+ "date": "2025-05-27"
+ },
+ {
+ "title": "转发中共福建省委党的建设工作领导小组办公室关于组织开展2025年度全省党建重点课...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38535",
+ "department": "组织部",
+ "date": "2025-05-27"
+ },
+ {
+ "title": "关于转发“‘鹭引五洲 才聚八闽’ 2025全球创新创业大赛公告”的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38533",
+ "department": "人事处",
+ "date": "2025-05-27"
+ },
+ {
+ "title": "【暑期项目】关于2025年香港大学金融学科短期交流项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38532",
+ "department": "对外处",
+ "date": "2025-05-27"
+ },
+ {
+ "title": "关于公布学校机关干部2025年6月份值班安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38530",
+ "department": "党政办",
+ "date": "2025-05-26"
+ },
+ {
+ "title": "关于2025年端午节放假的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38529",
+ "department": "党政办",
+ "date": "2025-05-26"
+ },
+ {
+ "title": "【暑假项目】关于2025年韩国国立全北大学短期交流项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38528",
+ "department": "对外处",
+ "date": "2025-05-26"
+ },
+ {
+ "title": "关于2025届毕业生体质健康测试(补测)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38523",
+ "department": "体育教学研究部",
+ "date": "2025-05-26"
+ },
+ {
+ "title": "关于举办福州大学第七十场“教学有道”暨第三期智慧教学课程平台与AI智慧教学工具...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38522",
+ "department": "教务处",
+ "date": "2025-05-26"
+ },
+ {
+ "title": "关于变更深入贯彻中央八项规定精神学习教育专题报告会(第二讲)召开时间及开展分...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38521",
+ "department": "组织部",
+ "date": "2025-05-24"
+ },
+ {
+ "title": "关于开展2025年出版编辑等教辅系列中、初级专业技术职务评聘工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38520",
+ "department": "人事处",
+ "date": "2025-05-23"
+ },
+ {
+ "title": "关于统一身份认证升级维护的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38519",
+ "department": "网信办",
+ "date": "2025-05-23"
+ },
+ {
+ "title": "转发关于征集省自然科学研究系列高级专业技术职务评审委员会库委员的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38518",
+ "department": "人事处",
+ "date": "2025-05-23"
+ },
+ {
+ "title": "关于举办福州大学第二十六届青年教师“最佳一节课” 教学竞赛决赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38516",
+ "department": "校工会",
+ "date": "2025-05-23"
+ },
+ {
+ "title": "福州大学关于印发资产清查工作方案的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1311&wbnewsid=38515",
+ "department": "国有资产管理处",
+ "date": "2025-05-22"
+ },
+ {
+ "title": "关于举办深入贯彻中央八项规定精神学习教育专题报告会(第二讲)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38513",
+ "department": "组织部",
+ "date": "2025-05-22"
+ },
+ {
+ "title": "关于举办福州大学第十六期教师沙龙的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38512",
+ "department": "教师工作部",
+ "date": "2025-05-22"
+ },
+ {
+ "title": "转发教育部关于举办2025年高校“礼敬中华优秀传统文化”宣传教育活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38510",
+ "department": "宣传部",
+ "date": "2025-05-22"
+ },
+ {
+ "title": "关于举办党支部书记微党课比赛(初赛)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38509",
+ "department": "组织部",
+ "date": "2025-05-22"
+ },
+ {
+ "title": "友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38508",
+ "department": "后勤管理处",
+ "date": "2025-05-22"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38507",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-05-22"
+ },
+ {
+ "title": "关于加强实验室特种设备(压力容器)安全管理的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38504",
+ "department": "实设处",
+ "date": "2025-05-21"
+ },
+ {
+ "title": "关于举行首届研究生学术科技文化节暨2025年“求真问道”研究生思政教育高质量发展...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38502",
+ "department": "党政办",
+ "date": "2025-05-21"
+ },
+ {
+ "title": "关于做好2025年适龄儿童入学摸底登记的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38501",
+ "department": "校工会",
+ "date": "2025-05-21"
+ },
+ {
+ "title": "关于开展2023年度福州大学社会服务发展专项研究课题结题验收工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38499",
+ "department": "社科处",
+ "date": "2025-05-21"
+ },
+ {
+ "title": "关于评选福州大学2025届本科生优秀毕业设计(论文)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38500",
+ "department": "教务处",
+ "date": "2025-05-21"
+ },
+ {
+ "title": "关于召开福州大学本科教育教学审核评估整改中期检查汇报会的预通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1330&wbnewsid=38498",
+ "department": "审核评估办公室",
+ "date": "2025-05-21"
+ },
+ {
+ "title": "关于召开福州大学学生体质健康测试工作会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38497",
+ "department": "体育教学研究部",
+ "date": "2025-05-21"
+ },
+ {
+ "title": "关于举办福州大学第二十五届教职工男子篮球比赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38496",
+ "department": "校工会",
+ "date": "2025-05-21"
+ },
+ {
+ "title": "关于评选第八届福州大学“十佳青年教职工”的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38495",
+ "department": "校工会",
+ "date": "2025-05-20"
+ },
+ {
+ "title": "关于做好2025年硕博连读研究生选拔工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38494",
+ "department": "研究生院",
+ "date": "2025-05-20"
+ },
+ {
+ "title": "福州大学关于印发硕博连读研究生选拔与培养管理工作办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38493",
+ "department": "研究生院",
+ "date": "2025-05-20"
+ },
+ {
+ "title": "转发颠覆性技术创新重点专项2025年度人工智能驱动的科学研究领域、煤炭重大专项、...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38489",
+ "department": "科技处",
+ "date": "2025-05-20"
+ },
+ {
+ "title": "关于做好2025届毕业生离校前实验室物品清理交接工作及过期化学药品专项处置的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38488",
+ "department": "实设处",
+ "date": "2025-05-20"
+ },
+ {
+ "title": "中共福州大学委员会关于调整校党委常委联谊交友党外代表人士分工安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1440&wbnewsid=38487",
+ "department": "统战部",
+ "date": "2025-05-20"
+ },
+ {
+ "title": "关于评选福州大学2025届优秀毕业生的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38486",
+ "department": "学生工作部",
+ "date": "2025-05-20"
+ },
+ {
+ "title": "关于选派教师参加“高校教师数智赋能课程教学创新与人才培养专题研修班”的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38485",
+ "department": "教师工作部",
+ "date": "2025-05-20"
+ },
+ {
+ "title": "关于举办深入贯彻中央八项规定精神学习教育专题报告会(第一讲)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38484",
+ "department": "组织部",
+ "date": "2025-05-20"
+ },
+ {
+ "title": "关于开展校领导接待日活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38483",
+ "department": "党政办",
+ "date": "2025-05-20"
+ },
+ {
+ "title": "关于召开福州大学资产清查工作动员部署会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1311&wbnewsid=38482",
+ "department": "国有资产管理处",
+ "date": "2025-05-19"
+ },
+ {
+ "title": "关于召开校党委七届十次全委(扩大)会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38480",
+ "department": "党政办",
+ "date": "2025-05-19"
+ },
+ {
+ "title": "关于开展“强国有我·福大大福”2025届 毕业生主题教育活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38609",
+ "department": "学生工作部",
+ "date": "2025-05-19"
+ },
+ {
+ "title": "关于转发国家科学技术奖励工作办公室关于2025年度国家科学技术奖提名工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38474",
+ "department": "科技处",
+ "date": "2025-05-19"
+ },
+ {
+ "title": "关于转发第二代量子体系的构筑和操控重大研究计划2025年度项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38472",
+ "department": "科技处",
+ "date": "2025-05-16"
+ },
+ {
+ "title": "关于转发后摩尔时代新器件基础研究重大研究计划2025年度项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38471",
+ "department": "科技处",
+ "date": "2025-05-16"
+ },
+ {
+ "title": "关于福州大学云盘系统升级的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38470",
+ "department": "网信办",
+ "date": "2025-05-16"
+ },
+ {
+ "title": "关于更改参加福州大学与浦城县人民政府战略合作签约暨福州大学旗山校区综合实验楼...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38469",
+ "department": "党政办",
+ "date": "2025-05-16"
+ },
+ {
+ "title": "停电通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38466",
+ "department": "后勤管理处",
+ "date": "2025-05-16"
+ },
+ {
+ "title": "关于公布2025届毕业生毕业环节有关事项的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38465",
+ "department": "学生工作部",
+ "date": "2025-05-15"
+ },
+ {
+ "title": "关于开展2025年“求真问道”研究生思政教育高质量发展主题活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38464",
+ "department": "学生工作部",
+ "date": "2025-05-15"
+ },
+ {
+ "title": "关于参加福州大学与浦城县人民政府战略合作签约 暨福州大学旗山校区综合实验楼(浦...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38463",
+ "department": "党政办",
+ "date": "2025-05-15"
+ },
+ {
+ "title": "关于举行福州大学2024年度教职工荣休典礼的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38462",
+ "department": "人事处",
+ "date": "2025-05-15"
+ },
+ {
+ "title": "关于组织申报2025年本科生开放探索性实验项目(课程)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38461",
+ "department": "教务处",
+ "date": "2025-05-15"
+ },
+ {
+ "title": "关于开展2023年本科生开放探索性实验项目(课程)结题验收工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38460",
+ "department": "教务处",
+ "date": "2025-05-15"
+ },
+ {
+ "title": "关于2025年4月份论坛、讲坛、讲座、年会、报告会、研讨会等审批备案情况的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38514",
+ "department": "宣传部",
+ "date": "2025-05-15"
+ },
+ {
+ "title": "关于做好第十四届福州大学“杰出青年教师励志奖”评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38459",
+ "department": "教师工作部",
+ "date": "2025-05-15"
+ },
+ {
+ "title": "关于做好第四届福州大学“陈椿奖教金”评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38458",
+ "department": "教师工作部",
+ "date": "2025-05-15"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38457",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-05-15"
+ },
+ {
+ "title": "关于开展2025年度选送高校中青年骨干教师赴海外(境外)研学深造工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38455",
+ "department": "教师工作部",
+ "date": "2025-05-14"
+ },
+ {
+ "title": "关于转发福建省科学技术厅 福建省教育厅关于征集参加第二十三届中国·海峡创新项目...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38453",
+ "department": "科技开发部",
+ "date": "2025-05-14"
+ },
+ {
+ "title": "关于开展我校普通话水平测试工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38452",
+ "department": "宣传部",
+ "date": "2025-05-14"
+ },
+ {
+ "title": "福州大学关于下达2025年天津大学-福州大学自主创新基金合作项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38451",
+ "department": "科技处",
+ "date": "2025-05-14"
+ },
+ {
+ "title": "关于举办福州大学第六十九期“教学有道”研讨活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38450",
+ "department": "教务处",
+ "date": "2025-05-14"
+ },
+ {
+ "title": "中共福州大学委员会关于印发《福州大学二级纪委履职清单》的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38449",
+ "department": "纪委(监察专员办)",
+ "date": "2025-05-13"
+ },
+ {
+ "title": "关于举办校党委党校年轻干部、新提任干部“深入贯彻中央八项规定精神”专题培训班...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38448",
+ "department": "组织部",
+ "date": "2025-05-13"
+ },
+ {
+ "title": "关于开展2025年实验室气体泄漏及消防安全应急演练的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38446",
+ "department": "实设处",
+ "date": "2025-05-13"
+ },
+ {
+ "title": "关于开展2025年度病原微生物实验室生物安全抽查工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38445",
+ "department": "实设处",
+ "date": "2025-05-13"
+ },
+ {
+ "title": "关于开展2025年度全校非涉密计算机终端专项保密检查的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38443",
+ "department": "党政办",
+ "date": "2025-05-12"
+ },
+ {
+ "title": "关于做好2023年、2024年本科生科研训练计划项目结题工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38444",
+ "department": "教务处",
+ "date": "2025-05-12"
+ },
+ {
+ "title": "科技开发部关于暂停对外办公的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38442",
+ "department": "科技开发部",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于部分高层次拔尖人才考核的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38438",
+ "department": "人事处",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于转发福建省科学技术厅 中共福建省委宣传部 福建省科学技术协会关于举办2025年...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38437",
+ "department": "科技处",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于更改福州大学“十五五”发展规划专题工作会议时间的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1321&wbnewsid=38436",
+ "department": "规划处",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于参加福州市与福州大学市校合作三十周年有关活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38435",
+ "department": "党政办",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于举办福州大学教职工乒乓球比赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38434",
+ "department": "校工会",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于开展2025年度教师本科教学综合测评工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1517&wbnewsid=38433",
+ "department": "教学质量监控与评估中心",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于申报福建省习近平新时代中国特色社会主义思想研究中心福州大学研究基地2025年...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38432",
+ "department": "社科处",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于举办2025年福州大学学生桥牌比赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38431",
+ "department": "体育教学研究部",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于申请福建省民政厅2025年民政政策理论研究项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38430",
+ "department": "社科处",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于2025年省属事业单位公开招聘笔试期间关闭无线信号的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38429",
+ "department": "网信办",
+ "date": "2025-05-09"
+ },
+ {
+ "title": "关于2025年福建省省属事业单位公开招聘工作人员考试笔试教室占用的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38428",
+ "department": "人事处",
+ "date": "2025-05-08"
+ },
+ {
+ "title": "关于召开福州大学“十五五”发展规划专题工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1321&wbnewsid=38427",
+ "department": "规划处",
+ "date": "2025-05-08"
+ },
+ {
+ "title": "友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38426",
+ "department": "后勤管理处",
+ "date": "2025-05-08"
+ },
+ {
+ "title": "关于教师能力素养提升5月系列直播讲座的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38425",
+ "department": "教师工作部",
+ "date": "2025-05-08"
+ },
+ {
+ "title": "党政办公室关于进一步规范合同管理的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38424",
+ "department": "党政办",
+ "date": "2025-05-08"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38423",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-05-08"
+ },
+ {
+ "title": "关于印发福州大学实验室常见安全事故应急处置措施的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38421",
+ "department": "实设处",
+ "date": "2025-05-07"
+ },
+ {
+ "title": "福州大学关于印发实验室安全事故应急预案的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38420",
+ "department": "实设处",
+ "date": "2025-05-07"
+ },
+ {
+ "title": "关于公布福州大学课程思政示范教学案例的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38419",
+ "department": "教务处",
+ "date": "2025-05-07"
+ },
+ {
+ "title": "关于办理2025届毕业生户口迁移工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38418",
+ "department": "保卫部",
+ "date": "2025-05-07"
+ },
+ {
+ "title": "关于开展2025年福建省教育科学规划课题结题工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38417",
+ "department": "社科处",
+ "date": "2025-05-07"
+ },
+ {
+ "title": "转发科技部国际合作司关于发布国家重点研发计划“政府间国际科技创新合作”重点专...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38414",
+ "department": "科技处",
+ "date": "2025-05-07"
+ },
+ {
+ "title": "关于做好福州大学第九届“一‘马’当先”知识竞赛总决赛工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38413",
+ "department": "学生工作部",
+ "date": "2025-05-06"
+ },
+ {
+ "title": "关于开展2025年教职工政治理论学习工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38412",
+ "department": "宣传部",
+ "date": "2025-05-06"
+ },
+ {
+ "title": "关于印发2025年全校党委理论学习中心组专题学习重点内容安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38411",
+ "department": "宣传部",
+ "date": "2025-05-06"
+ },
+ {
+ "title": "关于转发2025年度国家自然科学基金航运创新联合基金项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38410",
+ "department": "科技处",
+ "date": "2025-05-06"
+ },
+ {
+ "title": "关于转发2025年度国家自然科学基金区域创新发展联合基金项目指南(第二批)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38409",
+ "department": "科技处",
+ "date": "2025-05-06"
+ },
+ {
+ "title": "关于转发2025年度国家自然科学基金企业创新发展联合基金项目指南(第二批)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38408",
+ "department": "科技处",
+ "date": "2025-05-06"
+ },
+ {
+ "title": "关于做好2025届毕业生班级校友联络员和学院年级校友召集人聘任工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1334&wbnewsid=38407",
+ "department": "校友会",
+ "date": "2025-05-06"
+ },
+ {
+ "title": "转发国家自然科学基金委员会地球科学部2025年度第1期专项项目(科技活动项目)申请...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38406",
+ "department": "科技处",
+ "date": "2025-05-06"
+ },
+ {
+ "title": "关于举办福州大学第六十八场“教学有道”暨第二期智慧教学课程平台与AI智慧教学工...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38403",
+ "department": "教务处",
+ "date": "2025-05-06"
+ },
+ {
+ "title": "关于我校开展福建省第十六届社会科学优秀成果奖申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38402",
+ "department": "社科处",
+ "date": "2025-05-06"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38401",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-04-30"
+ },
+ {
+ "title": "关于开展2025年度退休人员待遇领取资格认证工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38398",
+ "department": "人事处",
+ "date": "2025-04-30"
+ },
+ {
+ "title": "关于公布2025年(总第三十一期)本科生科研训练计划立项项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38397",
+ "department": "教务处",
+ "date": "2025-04-30"
+ },
+ {
+ "title": "关于“五一”、端午节期间进一步加强作风建设的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38396",
+ "department": "纪委(监察专员办)",
+ "date": "2025-04-30"
+ },
+ {
+ "title": "关于举办党支部书记微党课比赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38395",
+ "department": "组织部",
+ "date": "2025-04-30"
+ },
+ {
+ "title": "关于组织开展福州大学“嘉锡学者”评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38393",
+ "department": "人事处",
+ "date": "2025-04-29"
+ },
+ {
+ "title": "关于召开福州大学纪念五四运动106周年暨表彰大会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38392",
+ "department": "团委",
+ "date": "2025-04-29"
+ },
+ {
+ "title": "关于做好2025年“五一”期间校园安全工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38391",
+ "department": "保卫部",
+ "date": "2025-04-29"
+ },
+ {
+ "title": "关于申报2025年度全国教育科学规划中国教育法治与全球教育治理研究专项项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38389",
+ "department": "社科处",
+ "date": "2025-04-29"
+ },
+ {
+ "title": "关于参加高校领域突出问题系统整治工作部署视频会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38388",
+ "department": "党政办",
+ "date": "2025-04-28"
+ },
+ {
+ "title": "博士后创新创业大赛评审专家征集推荐工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38387",
+ "department": "研究生院",
+ "date": "2025-04-28"
+ },
+ {
+ "title": "关于概念验证中心和产业技术研发公共服务平台管理办法征求意见及填报推荐摸底表的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38386",
+ "department": "科技处",
+ "date": "2025-04-28"
+ },
+ {
+ "title": "转发关于举办福建省第七届中华经典诵写讲大赛及组织参加国赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38385",
+ "department": "宣传部",
+ "date": "2025-04-28"
+ },
+ {
+ "title": "关于申报2025年全国教育科学规划年度项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38384",
+ "department": "社科处",
+ "date": "2025-04-28"
+ },
+ {
+ "title": "关于清洗供水水池的停水通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38383",
+ "department": "后勤管理处",
+ "date": "2025-04-28"
+ },
+ {
+ "title": "关于申报2025年全国教育科学规划专项项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38382",
+ "department": "社科处",
+ "date": "2025-04-27"
+ },
+ {
+ "title": "关于做好2025年创新型人才国际合作培养项目(第二批)人员申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38381",
+ "department": "对外处",
+ "date": "2025-04-27"
+ },
+ {
+ "title": "关于期中党政领导集中听课的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1517&wbnewsid=38378",
+ "department": "教学质量监控与评估中心",
+ "date": "2025-04-27"
+ },
+ {
+ "title": "关于申报2025年度法治建设与法学理论研究部级科研项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38377",
+ "department": "社科处",
+ "date": "2025-04-27"
+ },
+ {
+ "title": "转发2025年度国家自然科学基金委员会与古巴科技和环境部双边学术研讨会项目指南有...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38375",
+ "department": "科技处",
+ "date": "2025-04-27"
+ },
+ {
+ "title": "关于召开福州大学校园安全稳定工作例会 暨实验室安全文化月启动仪式的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38374",
+ "department": "保卫部",
+ "date": "2025-04-25"
+ },
+ {
+ "title": "转发新型油气勘探开发国家科技重大专项、京津冀环境综合治理国家科技重大专项2025...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38373",
+ "department": "科技处",
+ "date": "2025-04-25"
+ },
+ {
+ "title": "关于举办福建民营企业“绿色低碳智能制造”科产融合对接暨福大科技园—未名概念验...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=38372",
+ "department": "科技园发展中心",
+ "date": "2025-04-25"
+ },
+ {
+ "title": "关于开展2025年第一季度重要信息系统网络安全巡检工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38371",
+ "department": "网信办",
+ "date": "2025-04-25"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38370",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-04-25"
+ },
+ {
+ "title": "关于举办福州大学第26届青年教师“最佳一节课”教学竞赛决赛赛前培训辅导的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38363",
+ "department": "校工会",
+ "date": "2025-04-24"
+ },
+ {
+ "title": "关于福州大学第六十八场“教学有道”研讨活动延期举行的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38362",
+ "department": "教务处",
+ "date": "2025-04-24"
+ },
+ {
+ "title": "关于2025年劳动节放假研究生课程调整的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38361",
+ "department": "研究生院",
+ "date": "2025-04-24"
+ },
+ {
+ "title": "关于举办2025年高端学术会议申请经费支持的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38360",
+ "department": "科技处",
+ "date": "2025-04-24"
+ },
+ {
+ "title": "关于2025年劳动节放假课程调整的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38359",
+ "department": "教务处",
+ "date": "2025-04-24"
+ },
+ {
+ "title": "转发福建省发改委关于报送低空飞行设备及飞行服务情况的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38358",
+ "department": "科技处",
+ "date": "2025-04-24"
+ },
+ {
+ "title": "关于举办福州大学党建与事业发展深融共进研讨会暨党建“双创”论坛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38357",
+ "department": "组织部",
+ "date": "2025-04-24"
+ },
+ {
+ "title": "关于公布学校机关干部2025年5月份值班安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38355",
+ "department": "党政办",
+ "date": "2025-04-24"
+ },
+ {
+ "title": "关于2025年劳动节放假的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38354",
+ "department": "党政办",
+ "date": "2025-04-24"
+ },
+ {
+ "title": "关于华住集团专属福州大学师生酒店优惠方案",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38351",
+ "department": "校工会",
+ "date": "2025-04-23"
+ },
+ {
+ "title": "转发2025年度国家自然科学基金委员会与英国、比利时、意大利、白俄罗斯科研资助机...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38349",
+ "department": "科技处",
+ "date": "2025-04-23"
+ },
+ {
+ "title": "关于征集福州大学党建馆陈列展品的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38348",
+ "department": "组织部",
+ "date": "2025-04-23"
+ },
+ {
+ "title": "关于举办福州大学第六十八场“教学有道”研讨活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38347",
+ "department": "教务处",
+ "date": "2025-04-23"
+ },
+ {
+ "title": "关于组织申报2025年大学生劳动教育实践基地的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38346",
+ "department": "教务处",
+ "date": "2025-04-22"
+ },
+ {
+ "title": "关于举办福州大学第十三届\"振奋杯\"跳绳比赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38345",
+ "department": "体育教学研究部",
+ "date": "2025-04-22"
+ },
+ {
+ "title": "关于召开福州大学党委理论学习中心组(扩大)现场学习会暨深入贯彻中央八项规定精...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38344",
+ "department": "党政办",
+ "date": "2025-04-22"
+ },
+ {
+ "title": "关于召开福州大学十届三次教代会暨十二届三次工代会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38343",
+ "department": "党政办",
+ "date": "2025-04-22"
+ },
+ {
+ "title": "关于开展2025届本科毕业生在校学习体验调研的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1517&wbnewsid=38342",
+ "department": "教学质量监控与评估中心",
+ "date": "2025-04-22"
+ },
+ {
+ "title": "关于各学院选派2025年6月大学英语四六级考试监考人员的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38341",
+ "department": "招考中心",
+ "date": "2025-04-22"
+ },
+ {
+ "title": "转发省社科联关于举办“学习践行习近平文化思想 助力推进社科强省建设”主题书画展...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38340",
+ "department": "宣传部",
+ "date": "2025-04-22"
+ },
+ {
+ "title": "关于参加第三届全国博士后创新创业大赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38339",
+ "department": "研究生院",
+ "date": "2025-04-22"
+ },
+ {
+ "title": "关于怡山校区东西主干道修复改造工程最后阶段施工交通安排的公告",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=38338",
+ "department": "科技园发展中心",
+ "date": "2025-04-21"
+ },
+ {
+ "title": "关于申报2025年天津大学-福州大学自主创新基金合作项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38337",
+ "department": "科技处",
+ "date": "2025-04-21"
+ },
+ {
+ "title": "关于启用EHS系统危废管理的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38335",
+ "department": "实设处",
+ "date": "2025-04-21"
+ },
+ {
+ "title": "关于我校试鸣防空警报的通告",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1336&wbnewsid=38333",
+ "department": "人武部",
+ "date": "2025-04-20"
+ },
+ {
+ "title": "关于召开福州大学2025届毕业生就业工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38332",
+ "department": "党政办",
+ "date": "2025-04-19"
+ },
+ {
+ "title": "关于召开福州大学十届三次教代会暨十二届三次工代会的预通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38329",
+ "department": "党政办",
+ "date": "2025-04-18"
+ },
+ {
+ "title": "关于召开二级党委书记(或院长)座谈会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38328",
+ "department": "组织部",
+ "date": "2025-04-18"
+ },
+ {
+ "title": "关于召开征求有关意见座谈会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38327",
+ "department": "纪委(监察专员办)",
+ "date": "2025-04-18"
+ },
+ {
+ "title": "转发福建省自然资源厅关于发布2025年科技创新项目申报指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38325",
+ "department": "科技处",
+ "date": "2025-04-18"
+ },
+ {
+ "title": "关于召开2025年度国家自然科学基金项目资金监督检查工作部署会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38324",
+ "department": "科技处",
+ "date": "2025-04-18"
+ },
+ {
+ "title": "关于召开2025年本科招生工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38322",
+ "department": "招考中心",
+ "date": "2025-04-18"
+ },
+ {
+ "title": "关于举办校党委党校第294期教工党支部书记培训班的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38321",
+ "department": "组织部",
+ "date": "2025-04-18"
+ },
+ {
+ "title": "关于参加2025年高校实验室安全工作培训的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38334",
+ "department": "实设处",
+ "date": "2025-04-18"
+ },
+ {
+ "title": "关于组织参观“墨韵传福——陈吉‘福文化’走进校园书法展”的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1328&wbnewsid=38320",
+ "department": "图书馆",
+ "date": "2025-04-17"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38318",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-04-17"
+ },
+ {
+ "title": "关于福建省属事业单位公开招聘笔试监考报名的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38317",
+ "department": "人事处",
+ "date": "2025-04-16"
+ },
+ {
+ "title": "转发国家能源局关于公开征集智能电网国家科技重大专项专家库专家的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38316",
+ "department": "科技处",
+ "date": "2025-04-16"
+ },
+ {
+ "title": "福州大学关于公布2024年“厦航奖学金” “厦航奖教金”“香港校友会奖学金”获奖教...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38315",
+ "department": "学生工作部",
+ "date": "2025-04-16"
+ },
+ {
+ "title": "关于召开专家教授代表、青年教师代表座谈会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38314",
+ "department": "教师工作部",
+ "date": "2025-04-16"
+ },
+ {
+ "title": "关于召开福州大学工会第十二届五次全委(扩大)会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38311",
+ "department": "校工会",
+ "date": "2025-04-16"
+ },
+ {
+ "title": "转发交通运输部关于印发国家重点研发计划“交通基础设施”“交通载运装备与智能交...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38310",
+ "department": "科技处",
+ "date": "2025-04-16"
+ },
+ {
+ "title": "关于公布2025年“振奋杯”福州大学第三届定向越野比赛获奖名单的通知 ",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1336&wbnewsid=38309",
+ "department": "人武部",
+ "date": "2025-04-16"
+ },
+ {
+ "title": "关于举办福州大学第六十七场“教学有道”研讨活动——暨2025年全国周培源大学生力...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38306",
+ "department": "教务处",
+ "date": "2025-04-16"
+ },
+ {
+ "title": "关于2025年新加坡国立大学、南洋理工大学及新加坡管理大学短期交流项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38305",
+ "department": "对外处",
+ "date": "2025-04-15"
+ },
+ {
+ "title": "转发国家自然科学基金委员会关于发布“脑科学与类脑研究”国家科技重大专项2025年...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38303",
+ "department": "科技处",
+ "date": "2025-04-15"
+ },
+ {
+ "title": "关于召开二级党委书记(或院长)座谈会的预通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38302",
+ "department": "组织部",
+ "date": "2025-04-14"
+ },
+ {
+ "title": "关于教师心理健康与压力疏导专题线上直播课报名的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38301",
+ "department": "教师工作部",
+ "date": "2025-04-14"
+ },
+ {
+ "title": "关于征集福建省体育局2025年决策咨询研究项目建议选题的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38300",
+ "department": "社科处",
+ "date": "2025-04-14"
+ },
+ {
+ "title": "停水通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38297",
+ "department": "后勤管理处",
+ "date": "2025-04-14"
+ },
+ {
+ "title": "关于举办福州大学2025年“五四”火炬接力赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38296",
+ "department": "体育教学研究部",
+ "date": "2025-04-14"
+ },
+ {
+ "title": "关于2025年3月份论坛、讲坛、讲座、年会、报告会、研讨会等审批备案情况的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38399",
+ "department": "宣传部",
+ "date": "2025-04-11"
+ },
+ {
+ "title": "关于申报2025年度福州市社会科学规划项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38295",
+ "department": "社科处",
+ "date": "2025-04-11"
+ },
+ {
+ "title": "关于申报2025年国家社会科学基金中华学术外译项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38294",
+ "department": "社科处",
+ "date": "2025-04-11"
+ },
+ {
+ "title": "关于征集2025年度福厦泉国家自主创新示范区协同创新平台项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38292",
+ "department": "科技处",
+ "date": "2025-04-11"
+ },
+ {
+ "title": "关于开展发展党员等组织工作检查的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38291",
+ "department": "组织部",
+ "date": "2025-04-11"
+ },
+ {
+ "title": "关于加强网络安全安全保障工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38289",
+ "department": "网信办",
+ "date": "2025-04-11"
+ },
+ {
+ "title": "转发国家自然科学基金委员会关于发布国家重点研发计划“生物与信息融合(BT与IT融...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38288",
+ "department": "科技处",
+ "date": "2025-04-11"
+ },
+ {
+ "title": "党政办公室关于印发《福州大学2025年全面从严治党任务分工方案》的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38287",
+ "department": "党政办",
+ "date": "2025-04-11"
+ },
+ {
+ "title": "关于开展福州大学优秀数智化基层教学组织评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38286",
+ "department": "教务处",
+ "date": "2025-04-11"
+ },
+ {
+ "title": "关于开展2025年统战工作研究课题申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38285",
+ "department": "社科处",
+ "date": "2025-04-10"
+ },
+ {
+ "title": "关于做好2025年春季学期设备、家具报废工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38284",
+ "department": "实设处",
+ "date": "2025-04-10"
+ },
+ {
+ "title": "关于召开福州大学关工委学生委员队伍建设专题工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38283",
+ "department": "团委",
+ "date": "2025-04-10"
+ },
+ {
+ "title": "关于提交《福州大学年鉴》(2024卷)材料的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38281",
+ "department": "党政办",
+ "date": "2025-04-10"
+ },
+ {
+ "title": "关于做好福州大学2025年度实验室安全工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38280",
+ "department": "实设处",
+ "date": "2025-04-10"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38279",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-04-10"
+ },
+ {
+ "title": "关于做好福州大学2025年“厦航奖学金”“厦航奖教金”等五项奖学金和奖教金评选工...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38278",
+ "department": "学生工作部",
+ "date": "2025-04-09"
+ },
+ {
+ "title": "福州大学关于开展2024-2025学年本科教学优秀奖评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38275",
+ "department": "教务处",
+ "date": "2025-04-09"
+ },
+ {
+ "title": "关于召开福州大学2025年信息工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38272",
+ "department": "党政办",
+ "date": "2025-04-09"
+ },
+ {
+ "title": "福州大学纪委(监察专员办)2025年工作要点",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38270",
+ "department": "纪委(监察专员办)",
+ "date": "2025-04-08"
+ },
+ {
+ "title": "关于2025年秋季学期日本长崎大学交流项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38269",
+ "department": "对外处",
+ "date": "2025-04-08"
+ },
+ {
+ "title": "关于下发2025年度 “1+X”监督重点项目清单的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38268",
+ "department": "纪委(监察专员办)",
+ "date": "2025-04-08"
+ },
+ {
+ "title": "关于举办党委党校第293期离退休党支部书记专题培训班的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1312&wbnewsid=38267",
+ "department": "离退休办",
+ "date": "2025-04-08"
+ },
+ {
+ "title": "关于组织处级以上干部学习2025年全国“两会”精神解读专栏网络课程的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38266",
+ "department": "组织部",
+ "date": "2025-04-08"
+ },
+ {
+ "title": "关于做好2025年春季高等学校教师资格认定工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38265",
+ "department": "教师工作部",
+ "date": "2025-04-08"
+ },
+ {
+ "title": "关于组织开展福建省人大常委会2025年调研课题的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38263",
+ "department": "社科处",
+ "date": "2025-04-07"
+ },
+ {
+ "title": "福州大学关于授予唐昭晖等270位同学学位的决定",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38261",
+ "department": "研究生院",
+ "date": "2025-04-07"
+ },
+ {
+ "title": "关于举办2025年福州大学“振奋杯” 羽毛球团体联赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38259",
+ "department": "体育教学研究部",
+ "date": "2025-04-07"
+ },
+ {
+ "title": "关于举办福州大学第六十六场“教学有道”暨第一期智慧教学课程平台与AI智慧教学工...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38258",
+ "department": "教务处",
+ "date": "2025-04-07"
+ },
+ {
+ "title": "关于2025年6月全国英语四六级考试面向机关单位人员监考报名的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38257",
+ "department": "招考中心",
+ "date": "2025-04-07"
+ },
+ {
+ "title": "关于召开中共福州大学委员会审计工作领导小组会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1326&wbnewsid=38256",
+ "department": "审计处",
+ "date": "2025-04-07"
+ },
+ {
+ "title": "福州大学关于印发学科专业调整优化与综合改革行动方案的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38255",
+ "department": "教务处",
+ "date": "2025-04-03"
+ },
+ {
+ "title": "关于2025年度第一季度我校信息稿件采用情况的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38254",
+ "department": "党政办",
+ "date": "2025-04-03"
+ },
+ {
+ "title": "关于厦门航空专属福州大学差旅服务方案",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38253",
+ "department": "校工会",
+ "date": "2025-04-03"
+ },
+ {
+ "title": "关于2025年秋季学期英国曼彻斯特大学等学期交流项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38250",
+ "department": "对外处",
+ "date": "2025-04-03"
+ },
+ {
+ "title": "关于教师能力素养提升4月系列直播讲座的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38248",
+ "department": "教师工作部",
+ "date": "2025-04-03"
+ },
+ {
+ "title": "转发福建省教育厅办公室关于征集“人工智能教育”应用场景典型案例工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38247",
+ "department": "教务处",
+ "date": "2025-04-03"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38245",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-04-03"
+ },
+ {
+ "title": "关于2025年秋季学期台湾逢甲大学交换生项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38244",
+ "department": "对外处",
+ "date": "2025-04-02"
+ },
+ {
+ "title": "关于召开“党建引领争先工程”推进会暨二级党委书记例会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38243",
+ "department": "组织部",
+ "date": "2025-04-02"
+ },
+ {
+ "title": "关于申报2025年度福建省高校工程研究中心建设项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38242",
+ "department": "科技处",
+ "date": "2025-04-02"
+ },
+ {
+ "title": "关于转发国家重点研发计划“常见多发病防治研究”等重点专项、重点新材料研发及应...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38241",
+ "department": "科技处",
+ "date": "2025-04-02"
+ },
+ {
+ "title": "福州大学关于印发本科专业评估管理实施办法(试行)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1517&wbnewsid=38240",
+ "department": "教学质量监控与评估中心",
+ "date": "2025-04-01"
+ },
+ {
+ "title": "福州大学关于印发本科专业预警及动态调整管理实施办法(试行)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1517&wbnewsid=38239",
+ "department": "教学质量监控与评估中心",
+ "date": "2025-04-01"
+ },
+ {
+ "title": "关于2025年清明节放假研究生课程调整的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38238",
+ "department": "研究生院",
+ "date": "2025-04-01"
+ },
+ {
+ "title": "关于2025年清明节放假课程调整的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38237",
+ "department": "教务处",
+ "date": "2025-04-01"
+ },
+ {
+ "title": "关于公布学校机关干部2025年4月份值班安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38235",
+ "department": "党政办",
+ "date": "2025-04-01"
+ },
+ {
+ "title": "关于2025年清明节放假的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38234",
+ "department": "党政办",
+ "date": "2025-04-01"
+ },
+ {
+ "title": "关于2025年暑假英国剑桥大学短期交流项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38233",
+ "department": "对外处",
+ "date": "2025-03-31"
+ },
+ {
+ "title": "关于报送2024年福州大学美育发展年度报告的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38232",
+ "department": "教务处",
+ "date": "2025-03-31"
+ },
+ {
+ "title": "关于调整校领导工作分工的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38231",
+ "department": "党政办",
+ "date": "2025-03-31"
+ },
+ {
+ "title": "关于组织开展国家卫生健康委办公厅2025年人口高质量发展研究揭榜攻关活动(项目申...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38230",
+ "department": "社科处",
+ "date": "2025-03-31"
+ },
+ {
+ "title": "转发《福建省教育厅关于推荐福建省中小学科学教育专家库人选的函》",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38229",
+ "department": "教师工作部",
+ "date": "2025-03-31"
+ },
+ {
+ "title": "福州大学关于报送2025年教育管理系列高级专业技术职务评审材料的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38226",
+ "department": "人事处",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "转发留学基金委2025年与有关国际组织实习生合作项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38223",
+ "department": "对外处",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "关于转发福建省科协关于开展高校科普品牌示范工程(高校星火馆)项目申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38222",
+ "department": "科技处",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "关于开展2025年本科专业招生计划申报和专业介绍汇编的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=38228",
+ "department": "招考中心",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "关于开展福州大学“一支部一特色”创建工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38221",
+ "department": "组织部",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "关于开展福州大学首批“党员先锋示范平台”创建工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38220",
+ "department": "组织部",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "关于做好2024-2025学年第3批研究生学位申请和授予工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38218",
+ "department": "研究生院",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "关于转发国家能源局关于发布智能电网国家科技重大专项2025年度公开项目申报指南的...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38217",
+ "department": "科技处",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "关于开展校领导接待日活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38216",
+ "department": "党政办",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "关于做好2025年外国留学生奖学金年审工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38214",
+ "department": "对外处",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "关于开展党员干部教育培训“校本课程”建设项目申报的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38210",
+ "department": "组织部",
+ "date": "2025-03-28"
+ },
+ {
+ "title": "关于评选表彰2024年度共青团和学生系统先进集体和先进个人的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38209",
+ "department": "团委",
+ "date": "2025-03-27"
+ },
+ {
+ "title": "关于开展2025年上半年仪器自主操作培训的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1318&wbnewsid=38208",
+ "department": "福建省高校测试中心",
+ "date": "2025-03-27"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38205",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-03-27"
+ },
+ {
+ "title": "转发国家自然科学基金委员会数学物理科学部2025年度第一期专项项目(科技活动项目...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38204",
+ "department": "科技处",
+ "date": "2025-03-27"
+ },
+ {
+ "title": "关于开展2024年度行政事业单位内部控制报告编报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38202",
+ "department": "计财处",
+ "date": "2025-03-26"
+ },
+ {
+ "title": "关于开展2025年国家公派出国教师人选推荐选拔工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38201",
+ "department": "对外处",
+ "date": "2025-03-26"
+ },
+ {
+ "title": "关于我校申报2025年国家社会科学基金年度项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38200",
+ "department": "社科处",
+ "date": "2025-03-26"
+ },
+ {
+ "title": "停电通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38198",
+ "department": "后勤管理处",
+ "date": "2025-03-26"
+ },
+ {
+ "title": "转发2025年度国家自然科学基金委员会与土耳其科学技术研究理事会合作研究项目指南...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38192",
+ "department": "科技处",
+ "date": "2025-03-26"
+ },
+ {
+ "title": "转发国家自然科学基金委员会工程与材料科学部关于2025年第1期专项项目(科技活动项...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38191",
+ "department": "科技处",
+ "date": "2025-03-26"
+ },
+ {
+ "title": "转发教育部科学技术与信息化司关于组织开展国家智慧教育平台国际版课程资源遴选工...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38190",
+ "department": "教务处",
+ "date": "2025-03-26"
+ },
+ {
+ "title": "关于组织参观“锲道萱风”福建省女子书刻艺术福州大学展的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38189",
+ "department": "宣传部",
+ "date": "2025-03-26"
+ },
+ {
+ "title": "关于公布福州大学2025年专业学位研究生产教融合专班立项建设项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38187",
+ "department": "研究生院",
+ "date": "2025-03-25"
+ },
+ {
+ "title": "中共福州大学委员会关于印发二级党委书记抓基层党建工作述职评议考核方案的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38185",
+ "department": "组织部",
+ "date": "2025-03-25"
+ },
+ {
+ "title": "关于开展2024年度全省科普统计调查工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38184",
+ "department": "科技处",
+ "date": "2025-03-24"
+ },
+ {
+ "title": "关于召开2025年全面从严治党工作会议暨中国共产党福州大学第七届纪律检查委员会第...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38175",
+ "department": "党政办",
+ "date": "2025-03-24"
+ },
+ {
+ "title": "关于2022年及之后年发表论文期刊影响力查询方式的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38174",
+ "department": "科技处",
+ "date": "2025-03-24"
+ },
+ {
+ "title": "关于开展“时代好青年 古田再出发”福州大学红色资源育人改革创新活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38173",
+ "department": "学生工作部",
+ "date": "2025-03-24"
+ },
+ {
+ "title": "【暑期项目】关于2025年暑期澳门城市大学短期访学项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38172",
+ "department": "对外处",
+ "date": "2025-03-24"
+ },
+ {
+ "title": "转发2025年度国家自然科学基金委员会与比利时法语区基础研究基金会合作交流项目指...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38169",
+ "department": "科技处",
+ "date": "2025-03-21"
+ },
+ {
+ "title": "转发2025年度国家自然科学基金委员会与京港学术交流中心合作交流项目指南有关文件...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38168",
+ "department": "科技处",
+ "date": "2025-03-21"
+ },
+ {
+ "title": "关于进一步规范及更新实验室安全信息牌的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38167",
+ "department": "实设处",
+ "date": "2025-03-21"
+ },
+ {
+ "title": "转发省科学技术厅关于征集2026年度国家自然科学基金区域创新发展联合基金(福建)...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38166",
+ "department": "科技处",
+ "date": "2025-03-21"
+ },
+ {
+ "title": "关于2024年度福建省科学技术奖提名工作的补充通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38164",
+ "department": "科技处",
+ "date": "2025-03-20"
+ },
+ {
+ "title": "转发科技部国际合作司关于发布国家重点研发计划“政府间国际科技创新合作”重点专...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38163",
+ "department": "科技处",
+ "date": "2025-03-20"
+ },
+ {
+ "title": "关于举办第六十五场“教学有道”研讨活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38162",
+ "department": "教务处",
+ "date": "2025-03-20"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38161",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-03-20"
+ },
+ {
+ "title": "关于组织开展2025年教师数智化能力提升专题线上培训的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38160",
+ "department": "教师工作部",
+ "date": "2025-03-20"
+ },
+ {
+ "title": "关于举办2025福州大学第二届“桃李杯”研究生师生科研团队篮球赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38159",
+ "department": "体育教学研究部",
+ "date": "2025-03-19"
+ },
+ {
+ "title": "关于报送2025年福建省习近平新时代中国特色社会主义思想研究中心年度项目选题的通...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38158",
+ "department": "社科处",
+ "date": "2025-03-19"
+ },
+ {
+ "title": "关于开展福州大学党委第七轮巡察工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1335&wbnewsid=38155",
+ "department": "校党委巡察办",
+ "date": "2025-03-19"
+ },
+ {
+ "title": "关于转发2024年度福建省科学技术奖提名工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38153",
+ "department": "科技处",
+ "date": "2025-03-18"
+ },
+ {
+ "title": "关于举办福州大学第三十八届学生文化艺术节的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38152",
+ "department": "团委",
+ "date": "2025-03-18"
+ },
+ {
+ "title": "福州大学关于开展2025年辅导员“青苗”计划选聘工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38151",
+ "department": "学生工作部",
+ "date": "2025-03-18"
+ },
+ {
+ "title": "中共福州大学委员会关于表彰2024年信息工作先进单位及优秀工作者的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38145",
+ "department": "党政办",
+ "date": "2025-03-17"
+ },
+ {
+ "title": "关于申报“研究阐释2025年省委省政府重点调研课题”福建省社科基金重大项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38144",
+ "department": "社科处",
+ "date": "2025-03-17"
+ },
+ {
+ "title": "【学期项目】关于2025年秋季学期韩国全北大学交流项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38141",
+ "department": "对外处",
+ "date": "2025-03-17"
+ },
+ {
+ "title": "关于举办福州大学第十五期教师沙龙的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38140",
+ "department": "教师工作部",
+ "date": "2025-03-17"
+ },
+ {
+ "title": "关于征集福州大学十届三次教代会代表提案的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38139",
+ "department": "校工会",
+ "date": "2025-03-15"
+ },
+ {
+ "title": "关于征集2025年度教育部哲学社会科学研究重大课题攻关项目选题的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38138",
+ "department": "社科处",
+ "date": "2025-03-15"
+ },
+ {
+ "title": "关于更改福州大学本科教学督导员(2025—2028年)聘任仪式暨2025年春季学期教学督导...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1517&wbnewsid=38137",
+ "department": "教学质量监控与评估中心",
+ "date": "2025-03-14"
+ },
+ {
+ "title": "关于召开福州大学党委第七轮巡察工作动员部署会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1335&wbnewsid=38136",
+ "department": "校党委巡察办",
+ "date": "2025-03-14"
+ },
+ {
+ "title": "关于征集福州大学体育文化口号的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1325&wbnewsid=38135",
+ "department": "体育教学研究部",
+ "date": "2025-03-14"
+ },
+ {
+ "title": "关于福州大学旗山校区公共交通运营指南及共享单车优惠活动的通知(试行)",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38134",
+ "department": "保卫部",
+ "date": "2025-03-14"
+ },
+ {
+ "title": "关于2025年1—2月份论坛、讲坛、讲座、年会、报告会、研讨会等审批备案情况的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=38219",
+ "department": "宣传部",
+ "date": "2025-03-14"
+ },
+ {
+ "title": "关于启用EHS系统开展管制类化学品采购的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38128",
+ "department": "实设处",
+ "date": "2025-03-14"
+ },
+ {
+ "title": "关于报送2024年度图书资料系列专业技术职务评审材料的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38127",
+ "department": "人事处",
+ "date": "2025-03-14"
+ },
+ {
+ "title": "关于召开福州大学本科教学督导员(2025—2028年)聘任仪式暨2025年春季学期教学督导...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1517&wbnewsid=38126",
+ "department": "教学质量监控与评估中心",
+ "date": "2025-03-13"
+ },
+ {
+ "title": "关于转发国家重点研发计划“前沿生物技术”重点专项2025年度第一批项目申报指南的...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38125",
+ "department": "科技处",
+ "date": "2025-03-13"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38124",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-03-13"
+ },
+ {
+ "title": "关于申报2025年度高等学校科学研究优秀成果奖(自然科学和工程技术)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38122",
+ "department": "科技处",
+ "date": "2025-03-12"
+ },
+ {
+ "title": "关于发布《福州大学电子资源使用指南》的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1328&wbnewsid=38121",
+ "department": "图书馆",
+ "date": "2025-03-12"
+ },
+ {
+ "title": "关于严格规范实验废水排放的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38120",
+ "department": "实设处",
+ "date": "2025-03-12"
+ },
+ {
+ "title": "福州大学关于表彰2024年度优秀教学管理人员的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38119",
+ "department": "教务处",
+ "date": "2025-03-12"
+ },
+ {
+ "title": "【会议通知】第二十七届中国科协年会系列学术活动“核生化灾害防护化学前沿技术”...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38118",
+ "department": "科技处",
+ "date": "2025-03-12"
+ },
+ {
+ "title": "关于举行福州大学专业学位研究生产教融合专班项目答辩的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38116",
+ "department": "研究生院",
+ "date": "2025-03-12"
+ },
+ {
+ "title": "关于转发福建省科学技术厅 中共福建省委宣传部 福建省科学技术协会关于举办福建省...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38115",
+ "department": "科技处",
+ "date": "2025-03-12"
+ },
+ {
+ "title": "关于2025年春季学期二级党委党校工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38114",
+ "department": "组织部",
+ "date": "2025-03-11"
+ },
+ {
+ "title": "关于2024年度我校信息稿件采用情况的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38112",
+ "department": "党政办",
+ "date": "2025-03-11"
+ },
+ {
+ "title": "福州大学关于印发加强新时代体育工作的实施方案的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38111",
+ "department": "教务处",
+ "date": "2025-03-11"
+ },
+ {
+ "title": "福州大学关于印发加强新时代美育工作的实施方案的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38110",
+ "department": "教务处",
+ "date": "2025-03-11"
+ },
+ {
+ "title": "关于开展2025年博士后国(境)外交流项目申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38109",
+ "department": "研究生院",
+ "date": "2025-03-11"
+ },
+ {
+ "title": "关于举办福州大学第六十四场“教学有道”研讨活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38108",
+ "department": "教务处",
+ "date": "2025-03-11"
+ },
+ {
+ "title": "关于开展全国高校党建“双创”项目预申报推荐工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38107",
+ "department": "组织部",
+ "date": "2025-03-10"
+ },
+ {
+ "title": "关于举办“振奋杯”福州大学第三届定向越野比赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1336&wbnewsid=38106",
+ "department": "人武部",
+ "date": "2025-03-10"
+ },
+ {
+ "title": "关于组织开展第三批全省离退休干部“六好”示范党支部创建申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1312&wbnewsid=38105",
+ "department": "离退休办",
+ "date": "2025-03-10"
+ },
+ {
+ "title": "关于召开福州大学干部大会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38104",
+ "department": "组织部",
+ "date": "2025-03-10"
+ },
+ {
+ "title": "关于教师数智能力提升系列直播讲座的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38103",
+ "department": "教师工作部",
+ "date": "2025-03-07"
+ },
+ {
+ "title": "关于编制2025年学科建设经费预算的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1321&wbnewsid=38100",
+ "department": "规划处",
+ "date": "2025-03-07"
+ },
+ {
+ "title": "关于召开2025年福州大学关工委工作会议暨表彰会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1319&wbnewsid=38098",
+ "department": "团委",
+ "date": "2025-03-07"
+ },
+ {
+ "title": "关于组织申报2025年福建省创新战略研究计划联合项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38097",
+ "department": "社科处",
+ "date": "2025-03-07"
+ },
+ {
+ "title": "关于开展福州大学“十四五”发展规划关键指标2024年度监测工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1321&wbnewsid=38089",
+ "department": "规划处",
+ "date": "2025-03-06"
+ },
+ {
+ "title": "关于转发福建省科学技术厅关于开展2025年福建省科学实验展演汇演活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38088",
+ "department": "科技处",
+ "date": "2025-03-06"
+ },
+ {
+ "title": "关于转发福建省科学技术厅关于开展2025年福建省优秀科普微视频作品评选活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38087",
+ "department": "科技处",
+ "date": "2025-03-06"
+ },
+ {
+ "title": "关于转发福建省科学技术厅关于开展2025年福建省优秀科普图书作品评选活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38086",
+ "department": "科技处",
+ "date": "2025-03-06"
+ },
+ {
+ "title": "关于开展Windows 10及以下版本操作系统摸排工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38085",
+ "department": "网信办",
+ "date": "2025-03-06"
+ },
+ {
+ "title": "关于组织参加2025年全省教育系统全面从严治党工作视频会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38084",
+ "department": "党政办",
+ "date": "2025-03-06"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38083",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-03-06"
+ },
+ {
+ "title": "关于做好2024年度福州市与福州大学市校合作绩效评估考核准备工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38082",
+ "department": "科技开发部",
+ "date": "2025-03-06"
+ },
+ {
+ "title": "关于开展2025年度全国研究生教育评估监测专家库更新与报送工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38081",
+ "department": "研究生院",
+ "date": "2025-03-06"
+ },
+ {
+ "title": "关于EHS系统微信小程序更新升级的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38080",
+ "department": "实设处",
+ "date": "2025-03-06"
+ },
+ {
+ "title": "关于召开二级党委组织员工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38079",
+ "department": "组织部",
+ "date": "2025-03-05"
+ },
+ {
+ "title": "福州大学关于印发专项考核奖励实施办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38077",
+ "department": "人事处",
+ "date": "2025-03-05"
+ },
+ {
+ "title": "福州大学关于印发实验教学、工程技术人员 绩效分配改革实施办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38076",
+ "department": "人事处",
+ "date": "2025-03-05"
+ },
+ {
+ "title": "关于提交2024年度国家自然科学基金资助项目(不含管理学部)结题报告纸质材料的通...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38075",
+ "department": "科技处",
+ "date": "2025-03-04"
+ },
+ {
+ "title": "关于申报2025年国家公派高级研究学者、访问学者、博士后项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38074",
+ "department": "教师工作部",
+ "date": "2025-03-04"
+ },
+ {
+ "title": "【学期项目】关于2025年秋季学期美国加州大学伯克利分校交流项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38072",
+ "department": "对外处",
+ "date": "2025-03-04"
+ },
+ {
+ "title": "【学期项目】关于台湾中央大学2025年秋季学期交换生项目的申请通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38071",
+ "department": "对外处",
+ "date": "2025-03-04"
+ },
+ {
+ "title": "关于开展庆祝2025年“三八”国际劳动妇女节主题系列活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=38070",
+ "department": "校工会",
+ "date": "2025-03-04"
+ },
+ {
+ "title": "关于福州大学附属省立医院与福州大学校医院合办义诊及合理用药科普活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38066",
+ "department": "后勤管理处",
+ "date": "2025-03-03"
+ },
+ {
+ "title": "转发2025年国家自然科学基金优秀青年科学基金项目(海外)项目指南有关文件的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38064",
+ "department": "科技处",
+ "date": "2025-03-03"
+ },
+ {
+ "title": "关于做好党费年度报告和党费核定工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38063",
+ "department": "组织部",
+ "date": "2025-03-03"
+ },
+ {
+ "title": "关于申报2025年省创新战略研究防风险专题项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38062",
+ "department": "社科处",
+ "date": "2025-03-03"
+ },
+ {
+ "title": "关于开展2025年干部网络培训工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38061",
+ "department": "组织部",
+ "date": "2025-03-03"
+ },
+ {
+ "title": "关于我校申报2025年国家社科基金艺术学年度项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38059",
+ "department": "社科处",
+ "date": "2025-02-28"
+ },
+ {
+ "title": "关于报送2025年度“1+X”监督重点项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1327&wbnewsid=38058",
+ "department": "纪委(监察专员办)",
+ "date": "2025-02-28"
+ },
+ {
+ "title": "计财处关于个税年度汇算清缴的友情提醒",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38057",
+ "department": "计财处",
+ "date": "2025-02-28"
+ },
+ {
+ "title": "关于使用Ollama工具部署大模型存在未授权访问的风险提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38056",
+ "department": "网信办",
+ "date": "2025-02-28"
+ },
+ {
+ "title": "【学期项目】关于2025年秋季学期日本长崎大学JLCP项目(日语及日本文化项目)的申...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=38055",
+ "department": "对外处",
+ "date": "2025-02-28"
+ },
+ {
+ "title": "转发《福建省教育厅关于公布2024年度福建省中青年教师教育科研项目(科技类)立项...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38054",
+ "department": "科技处",
+ "date": "2025-02-28"
+ },
+ {
+ "title": "关于公布学校机关干部2025年3月份值班安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38053",
+ "department": "党政办",
+ "date": "2025-02-28"
+ },
+ {
+ "title": "关于开展2025年度福州大学专业学位研究生产教融合专班项目申报的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38052",
+ "department": "研究生院",
+ "date": "2025-02-28"
+ },
+ {
+ "title": "关于开展福州大学2024-2025学年第二学期安全第一课系列活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38051",
+ "department": "保卫部",
+ "date": "2025-02-27"
+ },
+ {
+ "title": "友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=38050",
+ "department": "后勤管理处",
+ "date": "2025-02-27"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38048",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-02-27"
+ },
+ {
+ "title": "福州大学关于开展第一批乡村振兴领军人才遴选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=38047",
+ "department": "人事处",
+ "date": "2025-02-27"
+ },
+ {
+ "title": "关于我校申报教育部2025年高校思政课教师研究专项一般项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38046",
+ "department": "社科处",
+ "date": "2025-02-27"
+ },
+ {
+ "title": "关于怡山校区主干道施工期间机动车辆单向通行的友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=38045",
+ "department": "科技园发展中心",
+ "date": "2025-02-26"
+ },
+ {
+ "title": "福州大学关于表彰2024年毕业生工作先进集体和个人的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38044",
+ "department": "学生工作部",
+ "date": "2025-02-26"
+ },
+ {
+ "title": "关于组织收看教育家精神2025年巡回宣讲活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38043",
+ "department": "教师工作部",
+ "date": "2025-02-26"
+ },
+ {
+ "title": "福州大学关于表彰2024年学生心理健康教育工作先进个人的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38042",
+ "department": "学生工作部",
+ "date": "2025-02-26"
+ },
+ {
+ "title": "关于开展2024年度福建省科学技术奖预申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38041",
+ "department": "科技处",
+ "date": "2025-02-26"
+ },
+ {
+ "title": "党政办公室关于领取2024年校发文件的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38040",
+ "department": "党政办",
+ "date": "2025-02-26"
+ },
+ {
+ "title": "关于举办离退休健康讲座及义诊活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1312&wbnewsid=38039",
+ "department": "离退休办",
+ "date": "2025-02-26"
+ },
+ {
+ "title": "转发《教育部办公厅关于推荐教育部教师队伍建设专家指导委员会专家人选的通知》",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38038",
+ "department": "教师工作部",
+ "date": "2025-02-26"
+ },
+ {
+ "title": "关于参加教育厅高校实验室安全工作现场调研的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38037",
+ "department": "实设处",
+ "date": "2025-02-26"
+ },
+ {
+ "title": "关于召开福州大学领导班子和领导干部年度考核测评会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38036",
+ "department": "组织部",
+ "date": "2025-02-26"
+ },
+ {
+ "title": "中共福州大学委员会 福州大学关于印发2025年工作要点的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38033",
+ "department": "党政办",
+ "date": "2025-02-25"
+ },
+ {
+ "title": "计财处关于2024-2025学年下学期报账工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=38032",
+ "department": "计财处",
+ "date": "2025-02-25"
+ },
+ {
+ "title": "关于2025年上半年组织工作要点和党日活动安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=38030",
+ "department": "组织部",
+ "date": "2025-02-25"
+ },
+ {
+ "title": "转发《福建省科学技术厅关于征集省科普业务评选专家的通知》",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=38029",
+ "department": "教师工作部",
+ "date": "2025-02-25"
+ },
+ {
+ "title": "关于开展应急疏散演练的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=38028",
+ "department": "保卫部",
+ "date": "2025-02-25"
+ },
+ {
+ "title": "党政办公室关于印发2025年春季新学期干部会议相关材料的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38027",
+ "department": "党政办",
+ "date": "2025-02-25"
+ },
+ {
+ "title": "福州大学关于表彰2024年“一站式”学生社区建设工作先进单位的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=38026",
+ "department": "学生工作部",
+ "date": "2025-02-24"
+ },
+ {
+ "title": "关于开展2025年二级学科和交叉学科自主设置与调整工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=38016",
+ "department": "研究生院",
+ "date": "2025-02-24"
+ },
+ {
+ "title": "关于我校申报2025年度教育部人文社会科学研究专项任务项目(高校辅导员研究)的通...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38025",
+ "department": "社科处",
+ "date": "2025-02-24"
+ },
+ {
+ "title": "关于我校申报2025年度教育部人文社会科学研究专项任务项目(中国特色社会主义理论...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38024",
+ "department": "社科处",
+ "date": "2025-02-24"
+ },
+ {
+ "title": "关于我校申报2025年度教育部人文社会科学研究一般项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38023",
+ "department": "社科处",
+ "date": "2025-02-24"
+ },
+ {
+ "title": "关于基于DeepSeek-R1的人工智能支持平台上线试运行的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=38022",
+ "department": "网信办",
+ "date": "2025-02-24"
+ },
+ {
+ "title": "福州大学关于印发本科教育教学审核评估整改方案的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1330&wbnewsid=38020",
+ "department": "审核评估办公室",
+ "date": "2025-02-24"
+ },
+ {
+ "title": "福州大学关于成立本科教育教学审核评估整改工作领导小组的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1330&wbnewsid=38018",
+ "department": "审核评估办公室",
+ "date": "2025-02-24"
+ },
+ {
+ "title": "关于推荐遴选校级本科教学督导员的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1517&wbnewsid=38035",
+ "department": "教学质量监控与评估中心",
+ "date": "2025-02-24"
+ },
+ {
+ "title": "关于新学期福州大学往返铜盘校区与旗山校区定制公交运行的友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38015",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-02-23"
+ },
+ {
+ "title": "关于做好2025年春季学期开学初实验室安全工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=38013",
+ "department": "实设处",
+ "date": "2025-02-23"
+ },
+ {
+ "title": "关于申报福建省科协“福建省科技工作者状况调查”专项调研课题的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=38012",
+ "department": "社科处",
+ "date": "2025-02-23"
+ },
+ {
+ "title": "关于开学第一周集中听课的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1517&wbnewsid=38009",
+ "department": "教学质量监控与评估中心",
+ "date": "2025-02-23"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第二...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38008",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-02-23"
+ },
+ {
+ "title": "转发《福建省科技特派员工作联席会议办公室关于开展 2025-2026 年福建省科技特派员...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=38007",
+ "department": "科技开发部",
+ "date": "2025-02-23"
+ },
+ {
+ "title": "关于召开2024-2025学年春季学期期初本科教育教学工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38006",
+ "department": "教务处",
+ "date": "2025-02-22"
+ },
+ {
+ "title": "关于组织开展新时代高校哲学社会科学原创性教材建设培育项目申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=38005",
+ "department": "教务处",
+ "date": "2025-02-21"
+ },
+ {
+ "title": "转发福建省工业和信息化厅关于征求《福建省中试服务平台管理暂行办法(征求意见稿...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=38004",
+ "department": "科技处",
+ "date": "2025-02-21"
+ },
+ {
+ "title": "关于召开铜盘校区管理委员会工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=38003",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-02-21"
+ },
+ {
+ "title": "关于召开校党委七届九次全委会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=38001",
+ "department": "党政办",
+ "date": "2025-02-20"
+ },
+ {
+ "title": "福州大学科技园-未名概念验证中心首批入库项目征集的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=38002",
+ "department": "科技园发展中心",
+ "date": "2025-02-20"
+ },
+ {
+ "title": "关于召开2025年春季新学期干部大会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=37999",
+ "department": "党政办",
+ "date": "2025-02-19"
+ },
+ {
+ "title": "转发福建省高校产业学院发展联盟关于开展第二批产业学院建设优秀案例征集与评选工...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=37998",
+ "department": "教务处",
+ "date": "2025-02-19"
+ },
+ {
+ "title": "转发福建省高等学校师资培训中心关于举办2025年春季高校教师教育教学基本素质和能...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=37996",
+ "department": "教师工作部",
+ "date": "2025-02-19"
+ },
+ {
+ "title": "转发福建省教育厅关于开展2025年福建省学校美育浸润行动优秀案例遴选和交流活动的...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=37994",
+ "department": "教务处",
+ "date": "2025-02-18"
+ },
+ {
+ "title": "关于组织申报省新型智库2025年研究课题的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37992",
+ "department": "社科处",
+ "date": "2025-02-17"
+ },
+ {
+ "title": "关于怡山校区东西主干道修复改造工程施工分侧封闭道路的公告",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=37991",
+ "department": "科技园发展中心",
+ "date": "2025-02-17"
+ },
+ {
+ "title": "转发福建省发展和改革委员会关于组织开展第五批能源领域首台(套)重大技术装备申...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37990",
+ "department": "科技处",
+ "date": "2025-02-17"
+ },
+ {
+ "title": "关于申报2025年度福建省人民政府发展研究中心上半年决策咨询研究重大课题的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37989",
+ "department": "社科处",
+ "date": "2025-02-15"
+ },
+ {
+ "title": "关于参加“融媒创新 以体育人”2025全国高校思政主题优秀案例视频征集活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=37987",
+ "department": "宣传部",
+ "date": "2025-02-14"
+ },
+ {
+ "title": "关于转发福建省社科联2025年福建省百场社会科学专题报告推荐工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=37986",
+ "department": "宣传部",
+ "date": "2025-02-14"
+ },
+ {
+ "title": "转发福建省社会科学界联合会关于申办福建省社会科学界2025年学术年会论坛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37985",
+ "department": "社科处",
+ "date": "2025-02-14"
+ },
+ {
+ "title": "转发科技部国际合作司关于发布国家重点研发计划“政府间国际科技创新合作”重点专...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37984",
+ "department": "科技处",
+ "date": "2025-02-13"
+ },
+ {
+ "title": "关于做好2024年度高校教学实验室安全工作年度报告填报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=37982",
+ "department": "实设处",
+ "date": "2025-02-13"
+ },
+ {
+ "title": "关于组织开展第二批“十四五”职业教育国家规划教材遴选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=37983",
+ "department": "教务处",
+ "date": "2025-02-13"
+ },
+ {
+ "title": "转发福建省数据管理局关于公开征集人工智能行业高质量数据集的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37981",
+ "department": "科技处",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "关于转发面向未来技术的表界面科学基础重大研究计划2025年度项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37980",
+ "department": "科技处",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "关于转发免疫力数字解码重大研究计划2025年度项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37979",
+ "department": "科技处",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "关于转发可解释、可通用的下一代人工智能方法重大研究计划2025年度项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37978",
+ "department": "科技处",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "关于转发集成芯片前沿技术科学基础重大研究计划2025年度项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37977",
+ "department": "科技处",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "关于转发关键金属冶金的科学基础重大研究计划2025年度项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37976",
+ "department": "科技处",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "关于转发高精度量子操控与探测重大研究计划2025年度项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37975",
+ "department": "科技处",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "关于转发超越传统的电池体系重大研究计划2025年度项目指南的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37974",
+ "department": "科技处",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "转发2025年度国家自然科学基金委员会与俄罗斯科学基金会合作研究项目指南有关文件...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37973",
+ "department": "科技处",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "关于开展福州大学2025年博士后科研流动站综合评估工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=37972",
+ "department": "研究生院",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "关于参加2025年全省教育工作视频会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=37971",
+ "department": "党政办",
+ "date": "2025-02-12"
+ },
+ {
+ "title": "关于报送2024年度工程技术系列专业技术职务任职资格评审材料的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=37969",
+ "department": "人事处",
+ "date": "2025-02-11"
+ },
+ {
+ "title": "关于举办福州大学第二十六届青年教师 “最佳一节课”教学竞赛的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=37967",
+ "department": "校工会",
+ "date": "2025-02-10"
+ },
+ {
+ "title": "关于做好2025年省社科基金项目清理及3月份结项工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37966",
+ "department": "社科处",
+ "date": "2025-02-08"
+ },
+ {
+ "title": "转发2023-2024年度福建省三八红旗手标兵、福建省三八红旗手、福建省三八红旗集体、...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=37965",
+ "department": "教师工作部",
+ "date": "2025-02-07"
+ },
+ {
+ "title": "关于申报2025年度福建省社会科学普及出版资助项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37964",
+ "department": "社科处",
+ "date": "2025-02-07"
+ },
+ {
+ "title": "转发福建省工业和信息化厅关于组织申报2025年技术创新重点攻关及产业化项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37963",
+ "department": "科技处",
+ "date": "2025-02-06"
+ },
+ {
+ "title": "停电通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=37962",
+ "department": "后勤管理处",
+ "date": "2025-02-05"
+ },
+ {
+ "title": "关于开展福建省优秀博士后站点遴选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=37961",
+ "department": "研究生院",
+ "date": "2025-01-25"
+ },
+ {
+ "title": "关于转发《福建省中试创新服务平台体系建设行动计划(2025-2028年)》的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37960",
+ "department": "科技处",
+ "date": "2025-01-24"
+ },
+ {
+ "title": "关于转发福建省科协关于开展2024年科技志愿服务活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37959",
+ "department": "科技处",
+ "date": "2025-01-24"
+ },
+ {
+ "title": "关于做好2024年度高等学校创新调查工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37958",
+ "department": "科技处",
+ "date": "2025-01-24"
+ },
+ {
+ "title": "关于2025年寒期不断线提供心理咨询服务的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=37957",
+ "department": "学生工作部",
+ "date": "2025-01-24"
+ },
+ {
+ "title": "关于填报社科类高层次人才项目信息统计表的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37954",
+ "department": "社科处",
+ "date": "2025-01-24"
+ },
+ {
+ "title": "关于2025年寒假不断线就业服务的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=37953",
+ "department": "学生工作部",
+ "date": "2025-01-24"
+ },
+ {
+ "title": "转发省档案专业职称改革领导小组关于开展2024年度档案系列初、中级职称评审工作的...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=37952",
+ "department": "人事处",
+ "date": "2025-01-22"
+ },
+ {
+ "title": "福州大学关于开展2025年教师等专业技术职务评聘工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=37951",
+ "department": "人事处",
+ "date": "2025-01-22"
+ },
+ {
+ "title": "关于清洗供水水池的停水通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=37950",
+ "department": "后勤管理处",
+ "date": "2025-01-22"
+ },
+ {
+ "title": "关于国家大学科技园报告厅、会议厅暂停使用的友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=37947",
+ "department": "科技园发展中心",
+ "date": "2025-01-20"
+ },
+ {
+ "title": "关于申报2025年国家自然科学基金项目(管理学部)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37946",
+ "department": "社科处",
+ "date": "2025-01-20"
+ },
+ {
+ "title": "人事处关于2025年寒假安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=37945",
+ "department": "人事处",
+ "date": "2025-01-19"
+ },
+ {
+ "title": "关于申报2025年国家自然科学基金项目(不含管理学部)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37944",
+ "department": "科技处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "关于做好校学位评定委员会及分委员会换届工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=37943",
+ "department": "研究生院",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "关于2025年寒假“一站式”学生社区工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=37942",
+ "department": "学生工作部",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "关于举办福州大学第二届“录取通知书设计大赛”的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1315&wbnewsid=37941",
+ "department": "招考中心",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "国有资产管理处关于2025年寒假工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1311&wbnewsid=37880",
+ "department": "国有资产管理处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "中共福州大学委员会关于公布2024年度处级、校聘干部考核优秀等次名单的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=37939",
+ "department": "组织部",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "福州大学关于表彰2024年学生思想政治教育工作先进集体和个人的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=37938",
+ "department": "学生工作部",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "关于校园网认证服务器安全升级维护的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1308&wbnewsid=37937",
+ "department": "网信办",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "关于公布2024年度校部机关、直属单位、二级学院考核结果的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=37936",
+ "department": "人事处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "福州大学关于印发教授为本科生授课管理办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=37935",
+ "department": "人事处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "福州大学关于印发教师等专业技术职务评聘工作实施办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=37934",
+ "department": "人事处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "研究生院关于2025年寒假值班安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=37933",
+ "department": "研究生院",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "福州大学关于印发文科核心学术期刊认定补充规定的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=37932",
+ "department": "人事处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "关于“福州大学教师在线学习中心” 上线试运行的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=37930",
+ "department": "教师工作部",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "对外合作与交流处关于2025年寒假工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=37928",
+ "department": "对外处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "实验室建设与设备管理处关于2025年寒假值班工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=37927",
+ "department": "实设处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "关于做好2025年创新型人才国际合作培养项目(第一批)人员申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=37926",
+ "department": "对外处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "教务处关于2025年寒假用印安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=37925",
+ "department": "教务处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "审计处关于2025年寒假审计工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1326&wbnewsid=37924",
+ "department": "审计处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "科技处关于2025年寒假值班工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37923",
+ "department": "科技处",
+ "date": "2025-01-18"
+ },
+ {
+ "title": "关于召开2025年度专项经费预算答辩会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=37922",
+ "department": "计财处",
+ "date": "2025-01-17"
+ },
+ {
+ "title": "关于2024年12月份论坛、讲坛、讲座、年会、报告会、研讨会等审批备案情况的通报",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1322&wbnewsid=37921",
+ "department": "宣传部",
+ "date": "2025-01-17"
+ },
+ {
+ "title": "关于公布2024年教育部产学合作协同育人项目立项名单的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=37920",
+ "department": "教务处",
+ "date": "2025-01-17"
+ },
+ {
+ "title": "计财处关于2025年寒假值班工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=37919",
+ "department": "计财处",
+ "date": "2025-01-17"
+ },
+ {
+ "title": "关于公布福州大学2024年度省级和校级本科教育教学研究项目结题验收结果的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=37918",
+ "department": "教务处",
+ "date": "2025-01-17"
+ },
+ {
+ "title": "转发福建省工业和信息化厅关于组织开展2025年人工智能典型应用场景征集工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37911",
+ "department": "科技处",
+ "date": "2025-01-17"
+ },
+ {
+ "title": "福建省高校测试中心关于做好寒假期间测试工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1318&wbnewsid=37910",
+ "department": "福建省高校测试中心",
+ "date": "2025-01-17"
+ },
+ {
+ "title": "铜盘校区关于寒假餐厅、商贸营业时间友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=37908",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-01-17"
+ },
+ {
+ "title": "保卫部关于“集体户口服务中心”寒假值班安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=37907",
+ "department": "保卫部",
+ "date": "2025-01-17"
+ },
+ {
+ "title": "福州大学关于印发研究生学位论文送审工作管理办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=37901",
+ "department": "研究生院",
+ "date": "2025-01-16"
+ },
+ {
+ "title": "福州大学关于印发研究生申请学位创新性成果要求的规定(试行)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=37900",
+ "department": "研究生院",
+ "date": "2025-01-16"
+ },
+ {
+ "title": "福州大学关于印发博士、硕士学位授予工作细则的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=37899",
+ "department": "研究生院",
+ "date": "2025-01-16"
+ },
+ {
+ "title": "福州大学关于印发研究生学位论文阶段管理实施细则的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=37886",
+ "department": "研究生院",
+ "date": "2025-01-16"
+ },
+ {
+ "title": "科技园发展中心关于做好寒假期间安全工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1475&wbnewsid=37904",
+ "department": "科技园发展中心",
+ "date": "2025-01-16"
+ },
+ {
+ "title": "关于做好寒假期间校园安全工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=37903",
+ "department": "保卫部",
+ "date": "2025-01-16"
+ },
+ {
+ "title": "科技开发部关于2025年寒假业务办理时间安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=37902",
+ "department": "科技开发部",
+ "date": "2025-01-16"
+ },
+ {
+ "title": "关于做好2025年本科生科研训练计划项目立项申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=37898",
+ "department": "教务处",
+ "date": "2025-01-16"
+ },
+ {
+ "title": "关于印发福州大学旗山校区电动自行车校内巡查制度(试行)的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=37897",
+ "department": "保卫部",
+ "date": "2025-01-16"
+ },
+ {
+ "title": "转发《中共福建省委人才工作领导小组办公室关于开展武平县新型显示产业需求对接的函》",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1314&wbnewsid=37896",
+ "department": "科技开发部",
+ "date": "2025-01-16"
+ },
+ {
+ "title": "关于申报2025年福建省自然科学基金项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37895",
+ "department": "科技处",
+ "date": "2025-01-15"
+ },
+ {
+ "title": "转发福建省科学技术厅关于组织申报2025年度省科技计划项目(对外合作项目、引导性...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37894",
+ "department": "科技处",
+ "date": "2025-01-15"
+ },
+ {
+ "title": "关于成立学院学生党的建设工作领导小组及其办公室的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=37891",
+ "department": "组织部",
+ "date": "2025-01-15"
+ },
+ {
+ "title": "党政办公室关于寒假用印安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=37890",
+ "department": "党政办",
+ "date": "2025-01-15"
+ },
+ {
+ "title": "关于召开福州大学工会第十二届四次全委(扩大)会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=37889",
+ "department": "校工会",
+ "date": "2025-01-15"
+ },
+ {
+ "title": "关于转发国家重点研发计划“高性能计算”重点专项2024—2025年度项目申报指南的...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37888",
+ "department": "科技处",
+ "date": "2025-01-15"
+ },
+ {
+ "title": "关于寒假各餐厅营业的友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=37885",
+ "department": "后勤管理处",
+ "date": "2025-01-14"
+ },
+ {
+ "title": "关于转发福建省发展和改革委员会关于开展2025年“消费帮扶新春行动”数据统计工作...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1316&wbnewsid=37884",
+ "department": "校工会",
+ "date": "2025-01-14"
+ },
+ {
+ "title": "关于做好2025年国家建设高水平大学公派研究生项目申报工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=37883",
+ "department": "研究生院",
+ "date": "2025-01-14"
+ },
+ {
+ "title": "关于召开学科建设经费使用与管理专题座谈会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1321&wbnewsid=37878",
+ "department": "规划处",
+ "date": "2025-01-14"
+ },
+ {
+ "title": "关于申报2025年度福建省社会科学基金项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37877",
+ "department": "社科处",
+ "date": "2025-01-14"
+ },
+ {
+ "title": "关于做好2025年领导干部报告个人有关事项工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=37876",
+ "department": "组织部",
+ "date": "2025-01-13"
+ },
+ {
+ "title": "关于转发教育部发展规划司《关于请推荐教育数据研究团队的函》的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1321&wbnewsid=37875",
+ "department": "规划处",
+ "date": "2025-01-13"
+ },
+ {
+ "title": "关于申报2025年度省创新战略研究项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37874",
+ "department": "社科处",
+ "date": "2025-01-13"
+ },
+ {
+ "title": "关于福建省2025年度选调生资格 考试期间校园交通管制的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1313&wbnewsid=37873",
+ "department": "保卫部",
+ "date": "2025-01-13"
+ },
+ {
+ "title": "关于召开2024年福州大学离退休老同志校情通报会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1312&wbnewsid=37872",
+ "department": "离退休办",
+ "date": "2025-01-13"
+ },
+ {
+ "title": "关于规范学院院管中层干部选任工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=37869",
+ "department": "组织部",
+ "date": "2025-01-13"
+ },
+ {
+ "title": "关于继续做好省社科基金“福”文化特别委托项目研究阐释工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37867",
+ "department": "社科处",
+ "date": "2025-01-10"
+ },
+ {
+ "title": "2025年寒假图书馆开放安排",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1328&wbnewsid=37866",
+ "department": "图书馆",
+ "date": "2025-01-10"
+ },
+ {
+ "title": "友情提示",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=37865",
+ "department": "后勤管理处",
+ "date": "2025-01-10"
+ },
+ {
+ "title": "关于统计2024年下半年接受捐赠情况的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1311&wbnewsid=37864",
+ "department": "国有资产管理处",
+ "date": "2025-01-10"
+ },
+ {
+ "title": "计财处关于期末报账工作安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=37863",
+ "department": "计财处",
+ "date": "2025-01-10"
+ },
+ {
+ "title": "福州大学关于构建德智体美劳“五育并举”人才培养体系的实施意见",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=37870",
+ "department": "学生工作部",
+ "date": "2025-01-10"
+ },
+ {
+ "title": "关于公布《福州大学机关干部值班安排表(2025年寒假)》的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=37861",
+ "department": "党政办",
+ "date": "2025-01-10"
+ },
+ {
+ "title": "关于2025年寒假安排的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1302&wbnewsid=37860",
+ "department": "党政办",
+ "date": "2025-01-10"
+ },
+ {
+ "title": "关于公布福州大学“十佳党建实践项目”“十佳党建品牌项目”评选结果的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=37859",
+ "department": "组织部",
+ "date": "2025-01-10"
+ },
+ {
+ "title": "关于报送2025年度因公临时出国开展学术交流合作计划的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1305&wbnewsid=37857",
+ "department": "对外处",
+ "date": "2025-01-09"
+ },
+ {
+ "title": "关于铜盘校区学生往返旗山校区实验实习教学活动用车安排的通知(2024-2025学年第一...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1419&wbnewsid=37856",
+ "department": "铜盘校区管理委员会",
+ "date": "2025-01-09"
+ },
+ {
+ "title": "关于召开2025年度选调生资格考试考务工作校内协调会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1309&wbnewsid=37855",
+ "department": "学生工作部",
+ "date": "2025-01-08"
+ },
+ {
+ "title": "关于召开“教学科研仪器设备购置与升级改造项目”总结会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=37853",
+ "department": "实设处",
+ "date": "2025-01-08"
+ },
+ {
+ "title": "关于召开2024年度校部机关、直属单位、二级学院考核汇报会的补充通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=37852",
+ "department": "人事处",
+ "date": "2025-01-07"
+ },
+ {
+ "title": "关于公布福建省人社厅2024-2025年度高层次人才和青年优秀人才访培养资助项目人选名...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=37851",
+ "department": "教师工作部",
+ "date": "2025-01-07"
+ },
+ {
+ "title": "关于公布2025年“福州大学贵重仪器设备开放测试基金”资助项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1318&wbnewsid=37850",
+ "department": "福建省高校测试中心",
+ "date": "2025-01-07"
+ },
+ {
+ "title": "关于做好2023年党建研究课题结题工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=37849",
+ "department": "组织部",
+ "date": "2025-01-07"
+ },
+ {
+ "title": "关于公布2024年党建研究课题立项结果的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=37848",
+ "department": "组织部",
+ "date": "2025-01-07"
+ },
+ {
+ "title": "福州大学关于推荐申报省级基础学科拔尖学生培养基地的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=37846",
+ "department": "教务处",
+ "date": "2025-01-07"
+ },
+ {
+ "title": "福州大学关于印发修缮改造工程管理实施办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1329&wbnewsid=37838",
+ "department": "后勤管理处",
+ "date": "2025-01-07"
+ },
+ {
+ "title": "关于召开福州大学学科提升工作专题会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1321&wbnewsid=37844",
+ "department": "规划处",
+ "date": "2025-01-07"
+ },
+ {
+ "title": "关于清理2020年教育部人文社科研究一般项目的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37843",
+ "department": "社科处",
+ "date": "2025-01-07"
+ },
+ {
+ "title": "关于成立督导组督促指导各二级党委领导班子2024年度民主生活会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1317&wbnewsid=37841",
+ "department": "组织部",
+ "date": "2025-01-06"
+ },
+ {
+ "title": "关于转发福建省科学技术厅开展2024年度国际科技合作与交流(港澳台科技合作与交流...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37837",
+ "department": "科技处",
+ "date": "2025-01-06"
+ },
+ {
+ "title": "关于做好2023-2024学年研究生优秀学位论文评选工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1306&wbnewsid=37836",
+ "department": "研究生院",
+ "date": "2025-01-06"
+ },
+ {
+ "title": "福州大学关于印发审计整改工作实施办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1326&wbnewsid=37835",
+ "department": "审计处",
+ "date": "2025-01-06"
+ },
+ {
+ "title": "福州大学关于印发教育教学数字化实施方案的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=37832",
+ "department": "教务处",
+ "date": "2025-01-06"
+ },
+ {
+ "title": "关于开展国家社科基金项目2025年清理工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1303&wbnewsid=37831",
+ "department": "社科处",
+ "date": "2025-01-06"
+ },
+ {
+ "title": "关于召开2024年度校部机关、直属单位、二级学院考核汇报会的预通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1320&wbnewsid=37829",
+ "department": "人事处",
+ "date": "2025-01-05"
+ },
+ {
+ "title": "关于召开2024-2025学年秋季学期期末本科教育教学工作会议的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1310&wbnewsid=37828",
+ "department": "教务处",
+ "date": "2025-01-04"
+ },
+ {
+ "title": "福州大学关于印发基本建设管理办法的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1332&wbnewsid=37827",
+ "department": "基建管理处",
+ "date": "2025-01-03"
+ },
+ {
+ "title": "关于2024年“福州大学贵重仪器设备开放测试基金”课题小结及申请延期的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1318&wbnewsid=37826",
+ "department": "福建省高校测试中心",
+ "date": "2025-01-03"
+ },
+ {
+ "title": "关于转发福建省教育厅关于印发《福建省教育厅经费直管单位行政事业性国有资产管理...",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1311&wbnewsid=37825",
+ "department": "国有资产管理处",
+ "date": "2025-01-03"
+ },
+ {
+ "title": "关于举办“迎春送福”书画展暨现场义写春联活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1312&wbnewsid=37822",
+ "department": "离退休办",
+ "date": "2025-01-03"
+ },
+ {
+ "title": "关于在定点场所办会的友情提醒",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1323&wbnewsid=37819",
+ "department": "计财处",
+ "date": "2025-01-03"
+ },
+ {
+ "title": "关于组织召开福州大学理工类学院(单位)2025年国家自然科学基金申报动员会的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1324&wbnewsid=37818",
+ "department": "科技处",
+ "date": "2025-01-02"
+ },
+ {
+ "title": "关于开展2024年度全国三八红旗手评选活动的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1307&wbnewsid=37817",
+ "department": "教师工作部",
+ "date": "2025-01-02"
+ },
+ {
+ "title": "关于做好期末及寒假期间实验室安全工作的通知",
+ "link": "https://info22-443.webvpn.fzu.edu.cn/content.jsp?urltype=news.NewsContentUrl&wbtreeid=1304&wbnewsid=37812",
+ "department": "实设处",
+ "date": "2025-01-02"
+ }
+]
\ No newline at end of file
diff --git a/work6/Peggy1017/Spider/package-lock.json b/work6/Peggy1017/Spider/package-lock.json
new file mode 100644
index 00000000..57a9794e
--- /dev/null
+++ b/work6/Peggy1017/Spider/package-lock.json
@@ -0,0 +1,1673 @@
+{
+ "name": "fzu-notice-scraper",
+ "version": "1.0.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "fzu-notice-scraper",
+ "version": "1.0.0",
+ "license": "ISC",
+ "dependencies": {
+ "axios": "^1.10.0",
+ "cheerio": "^1.1.0",
+ "puppeteer": "^24.11.2"
+ }
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.27.1",
+ "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.27.1",
+ "js-tokens": "^4.0.0",
+ "picocolors": "^1.1.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.27.1",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
+ "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@puppeteer/browsers": {
+ "version": "2.10.5",
+ "resolved": "https://registry.npmmirror.com/@puppeteer/browsers/-/browsers-2.10.5.tgz",
+ "integrity": "sha512-eifa0o+i8dERnngJwKrfp3dEq7ia5XFyoqB17S4gK8GhsQE4/P8nxOfQSE0zQHxzzLo/cmF+7+ywEQ7wK7Fb+w==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "debug": "^4.4.1",
+ "extract-zip": "^2.0.1",
+ "progress": "^2.0.3",
+ "proxy-agent": "^6.5.0",
+ "semver": "^7.7.2",
+ "tar-fs": "^3.0.8",
+ "yargs": "^17.7.2"
+ },
+ "bin": {
+ "browsers": "lib/cjs/main-cli.js"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@tootallnate/quickjs-emscripten": {
+ "version": "0.23.0",
+ "resolved": "https://registry.npmmirror.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
+ "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
+ "license": "MIT"
+ },
+ "node_modules/@types/node": {
+ "version": "24.0.10",
+ "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.0.10.tgz",
+ "integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==",
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "undici-types": "~7.8.0"
+ }
+ },
+ "node_modules/@types/yauzl": {
+ "version": "2.10.3",
+ "resolved": "https://registry.npmmirror.com/@types/yauzl/-/yauzl-2.10.3.tgz",
+ "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/agent-base": {
+ "version": "7.1.3",
+ "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.3.tgz",
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "license": "MIT",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "license": "Python-2.0"
+ },
+ "node_modules/ast-types": {
+ "version": "0.13.4",
+ "resolved": "https://registry.npmmirror.com/ast-types/-/ast-types-0.13.4.tgz",
+ "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
+ "license": "MIT",
+ "dependencies": {
+ "tslib": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/asynckit": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
+ "license": "MIT"
+ },
+ "node_modules/axios": {
+ "version": "1.10.0",
+ "resolved": "https://registry.npmmirror.com/axios/-/axios-1.10.0.tgz",
+ "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
+ "license": "MIT",
+ "dependencies": {
+ "follow-redirects": "^1.15.6",
+ "form-data": "^4.0.0",
+ "proxy-from-env": "^1.1.0"
+ }
+ },
+ "node_modules/b4a": {
+ "version": "1.6.7",
+ "resolved": "https://registry.npmmirror.com/b4a/-/b4a-1.6.7.tgz",
+ "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
+ "license": "Apache-2.0"
+ },
+ "node_modules/bare-events": {
+ "version": "2.5.4",
+ "resolved": "https://registry.npmmirror.com/bare-events/-/bare-events-2.5.4.tgz",
+ "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
+ "license": "Apache-2.0",
+ "optional": true
+ },
+ "node_modules/bare-fs": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmmirror.com/bare-fs/-/bare-fs-4.1.5.tgz",
+ "integrity": "sha512-1zccWBMypln0jEE05LzZt+V/8y8AQsQQqxtklqaIyg5nu6OAYFhZxPXinJTSG+kU5qyNmeLgcn9AW7eHiCHVLA==",
+ "license": "Apache-2.0",
+ "optional": true,
+ "dependencies": {
+ "bare-events": "^2.5.4",
+ "bare-path": "^3.0.0",
+ "bare-stream": "^2.6.4"
+ },
+ "engines": {
+ "bare": ">=1.16.0"
+ },
+ "peerDependencies": {
+ "bare-buffer": "*"
+ },
+ "peerDependenciesMeta": {
+ "bare-buffer": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/bare-os": {
+ "version": "3.6.1",
+ "resolved": "https://registry.npmmirror.com/bare-os/-/bare-os-3.6.1.tgz",
+ "integrity": "sha512-uaIjxokhFidJP+bmmvKSgiMzj2sV5GPHaZVAIktcxcpCyBFFWO+YlikVAdhmUo2vYFvFhOXIAlldqV29L8126g==",
+ "license": "Apache-2.0",
+ "optional": true,
+ "engines": {
+ "bare": ">=1.14.0"
+ }
+ },
+ "node_modules/bare-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/bare-path/-/bare-path-3.0.0.tgz",
+ "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
+ "license": "Apache-2.0",
+ "optional": true,
+ "dependencies": {
+ "bare-os": "^3.0.1"
+ }
+ },
+ "node_modules/bare-stream": {
+ "version": "2.6.5",
+ "resolved": "https://registry.npmmirror.com/bare-stream/-/bare-stream-2.6.5.tgz",
+ "integrity": "sha512-jSmxKJNJmHySi6hC42zlZnq00rga4jjxcgNZjY9N5WlOe/iOoGRtdwGsHzQv2RlH2KOYMwGUXhf2zXd32BA9RA==",
+ "license": "Apache-2.0",
+ "optional": true,
+ "dependencies": {
+ "streamx": "^2.21.0"
+ },
+ "peerDependencies": {
+ "bare-buffer": "*",
+ "bare-events": "*"
+ },
+ "peerDependenciesMeta": {
+ "bare-buffer": {
+ "optional": true
+ },
+ "bare-events": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/basic-ftp": {
+ "version": "5.0.5",
+ "resolved": "https://registry.npmmirror.com/basic-ftp/-/basic-ftp-5.0.5.tgz",
+ "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/boolbase": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
+ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
+ "license": "ISC"
+ },
+ "node_modules/buffer-crc32": {
+ "version": "0.2.13",
+ "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
+ "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
+ "license": "MIT",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/call-bind-apply-helpers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/cheerio": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-1.1.0.tgz",
+ "integrity": "sha512-+0hMx9eYhJvWbgpKV9hN7jg0JcwydpopZE4hgi+KvQtByZXPp04NiCWU0LzcAbP63abZckIHkTQaXVF52mX3xQ==",
+ "license": "MIT",
+ "dependencies": {
+ "cheerio-select": "^2.1.0",
+ "dom-serializer": "^2.0.0",
+ "domhandler": "^5.0.3",
+ "domutils": "^3.2.2",
+ "encoding-sniffer": "^0.2.0",
+ "htmlparser2": "^10.0.0",
+ "parse5": "^7.3.0",
+ "parse5-htmlparser2-tree-adapter": "^7.1.0",
+ "parse5-parser-stream": "^7.1.2",
+ "undici": "^7.10.0",
+ "whatwg-mimetype": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=18.17"
+ },
+ "funding": {
+ "url": "https://github.com/cheeriojs/cheerio?sponsor=1"
+ }
+ },
+ "node_modules/cheerio-select": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/cheerio-select/-/cheerio-select-2.1.0.tgz",
+ "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "boolbase": "^1.0.0",
+ "css-select": "^5.1.0",
+ "css-what": "^6.1.0",
+ "domelementtype": "^2.3.0",
+ "domhandler": "^5.0.3",
+ "domutils": "^3.0.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/fb55"
+ }
+ },
+ "node_modules/chromium-bidi": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/chromium-bidi/-/chromium-bidi-5.1.0.tgz",
+ "integrity": "sha512-9MSRhWRVoRPDG0TgzkHrshFSJJNZzfY5UFqUMuksg7zL1yoZIZ3jLB0YAgHclbiAxPI86pBnwDX1tbzoiV8aFw==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "mitt": "^3.0.1",
+ "zod": "^3.24.1"
+ },
+ "peerDependencies": {
+ "devtools-protocol": "*"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "license": "MIT"
+ },
+ "node_modules/combined-stream": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+ "license": "MIT",
+ "dependencies": {
+ "delayed-stream": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/cosmiconfig": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
+ "license": "MIT",
+ "dependencies": {
+ "env-paths": "^2.2.1",
+ "import-fresh": "^3.3.0",
+ "js-yaml": "^4.1.0",
+ "parse-json": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/d-fischer"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.9.5"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/css-select": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.2.2.tgz",
+ "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "boolbase": "^1.0.0",
+ "css-what": "^6.1.0",
+ "domhandler": "^5.0.2",
+ "domutils": "^3.0.1",
+ "nth-check": "^2.0.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/fb55"
+ }
+ },
+ "node_modules/css-what": {
+ "version": "6.2.2",
+ "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.2.2.tgz",
+ "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">= 6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/fb55"
+ }
+ },
+ "node_modules/data-uri-to-buffer": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmmirror.com/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
+ "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.3"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/degenerator": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmmirror.com/degenerator/-/degenerator-5.0.1.tgz",
+ "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
+ "license": "MIT",
+ "dependencies": {
+ "ast-types": "^0.13.4",
+ "escodegen": "^2.1.0",
+ "esprima": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/devtools-protocol": {
+ "version": "0.0.1464554",
+ "resolved": "https://registry.npmmirror.com/devtools-protocol/-/devtools-protocol-0.0.1464554.tgz",
+ "integrity": "sha512-CAoP3lYfwAGQTaAXYvA6JZR0fjGUb7qec1qf4mToyoH2TZgUFeIqYcjh6f9jNuhHfuZiEdH+PONHYrLhRQX6aw==",
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/dom-serializer": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz",
+ "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
+ "license": "MIT",
+ "dependencies": {
+ "domelementtype": "^2.3.0",
+ "domhandler": "^5.0.2",
+ "entities": "^4.2.0"
+ },
+ "funding": {
+ "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
+ }
+ },
+ "node_modules/domelementtype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/fb55"
+ }
+ ],
+ "license": "BSD-2-Clause"
+ },
+ "node_modules/domhandler": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz",
+ "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "domelementtype": "^2.3.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/domhandler?sponsor=1"
+ }
+ },
+ "node_modules/domutils": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.2.2.tgz",
+ "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "dom-serializer": "^2.0.0",
+ "domelementtype": "^2.3.0",
+ "domhandler": "^5.0.3"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/domutils?sponsor=1"
+ }
+ },
+ "node_modules/dunder-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.2.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "license": "MIT"
+ },
+ "node_modules/encoding-sniffer": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmmirror.com/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz",
+ "integrity": "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==",
+ "license": "MIT",
+ "dependencies": {
+ "iconv-lite": "^0.6.3",
+ "whatwg-encoding": "^3.1.1"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
+ }
+ },
+ "node_modules/end-of-stream": {
+ "version": "1.4.5",
+ "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.5.tgz",
+ "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
+ "license": "MIT",
+ "dependencies": {
+ "once": "^1.4.0"
+ }
+ },
+ "node_modules/entities": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.12"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/env-paths": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmmirror.com/env-paths/-/env-paths-2.2.1.tgz",
+ "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "license": "MIT",
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "node_modules/es-define-property": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-errors": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-object-atoms": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-set-tostringtag": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.6",
+ "has-tostringtag": "^1.0.2",
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escodegen": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/escodegen/-/escodegen-2.1.0.tgz",
+ "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "esprima": "^4.0.1",
+ "estraverse": "^5.2.0",
+ "esutils": "^2.0.2"
+ },
+ "bin": {
+ "escodegen": "bin/escodegen.js",
+ "esgenerate": "bin/esgenerate.js"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "optionalDependencies": {
+ "source-map": "~0.6.1"
+ }
+ },
+ "node_modules/esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "license": "BSD-2-Clause",
+ "bin": {
+ "esparse": "bin/esparse.js",
+ "esvalidate": "bin/esvalidate.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extract-zip": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/extract-zip/-/extract-zip-2.0.1.tgz",
+ "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "get-stream": "^5.1.0",
+ "yauzl": "^2.10.0"
+ },
+ "bin": {
+ "extract-zip": "cli.js"
+ },
+ "engines": {
+ "node": ">= 10.17.0"
+ },
+ "optionalDependencies": {
+ "@types/yauzl": "^2.9.1"
+ }
+ },
+ "node_modules/fast-fifo": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmmirror.com/fast-fifo/-/fast-fifo-1.3.2.tgz",
+ "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
+ "license": "MIT"
+ },
+ "node_modules/fd-slicer": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/fd-slicer/-/fd-slicer-1.1.0.tgz",
+ "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
+ "license": "MIT",
+ "dependencies": {
+ "pend": "~1.2.0"
+ }
+ },
+ "node_modules/follow-redirects": {
+ "version": "1.15.9",
+ "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
+ "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://github.com/sponsors/RubenVerborgh"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=4.0"
+ },
+ "peerDependenciesMeta": {
+ "debug": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/form-data": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.3.tgz",
+ "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==",
+ "license": "MIT",
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "es-set-tostringtag": "^2.1.0",
+ "hasown": "^2.0.2",
+ "mime-types": "^2.1.12"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "license": "ISC",
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "es-define-property": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.1.1",
+ "function-bind": "^1.1.2",
+ "get-proto": "^1.0.1",
+ "gopd": "^1.2.0",
+ "has-symbols": "^1.1.0",
+ "hasown": "^2.0.2",
+ "math-intrinsics": "^1.1.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
+ "license": "MIT",
+ "dependencies": {
+ "dunder-proto": "^1.0.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/get-stream": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-5.2.0.tgz",
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
+ "license": "MIT",
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/get-uri": {
+ "version": "6.0.4",
+ "resolved": "https://registry.npmmirror.com/get-uri/-/get-uri-6.0.4.tgz",
+ "integrity": "sha512-E1b1lFFLvLgak2whF2xDBcOy6NLVGZBqqjJjsIhvopKfWWEi64pLVTWWehV8KlLerZkfNTA95sTe2OdJKm1OzQ==",
+ "license": "MIT",
+ "dependencies": {
+ "basic-ftp": "^5.0.2",
+ "data-uri-to-buffer": "^6.0.2",
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/gopd": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-tostringtag": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
+ "license": "MIT",
+ "dependencies": {
+ "has-symbols": "^1.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/htmlparser2": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-10.0.0.tgz",
+ "integrity": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==",
+ "funding": [
+ "https://github.com/fb55/htmlparser2?sponsor=1",
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/fb55"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "domelementtype": "^2.3.0",
+ "domhandler": "^5.0.3",
+ "domutils": "^3.2.1",
+ "entities": "^6.0.0"
+ }
+ },
+ "node_modules/htmlparser2/node_modules/entities": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmmirror.com/entities/-/entities-6.0.1.tgz",
+ "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.12"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/http-proxy-agent": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
+ "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.0",
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/https-proxy-agent": {
+ "version": "7.0.6",
+ "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.2",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
+ "license": "MIT",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
+ "license": "MIT",
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/ip-address": {
+ "version": "9.0.5",
+ "resolved": "https://registry.npmmirror.com/ip-address/-/ip-address-9.0.5.tgz",
+ "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
+ "license": "MIT",
+ "dependencies": {
+ "jsbn": "1.1.0",
+ "sprintf-js": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 12"
+ }
+ },
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
+ "license": "MIT"
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "license": "MIT"
+ },
+ "node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "license": "MIT",
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsbn": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-1.1.0.tgz",
+ "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
+ "license": "MIT"
+ },
+ "node_modules/json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
+ "license": "MIT"
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
+ "license": "MIT"
+ },
+ "node_modules/lru-cache": {
+ "version": "7.18.3",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-7.18.3.tgz",
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
+ "license": "ISC",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/math-intrinsics": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.52.0",
+ "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "2.1.35",
+ "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
+ "license": "MIT",
+ "dependencies": {
+ "mime-db": "1.52.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mitt": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
+ "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
+ "license": "MIT"
+ },
+ "node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "license": "MIT"
+ },
+ "node_modules/netmask": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/netmask/-/netmask-2.0.2.tgz",
+ "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/nth-check": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
+ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "boolbase": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/nth-check?sponsor=1"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "license": "ISC",
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/pac-proxy-agent": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmmirror.com/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz",
+ "integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==",
+ "license": "MIT",
+ "dependencies": {
+ "@tootallnate/quickjs-emscripten": "^0.23.0",
+ "agent-base": "^7.1.2",
+ "debug": "^4.3.4",
+ "get-uri": "^6.0.1",
+ "http-proxy-agent": "^7.0.0",
+ "https-proxy-agent": "^7.0.6",
+ "pac-resolver": "^7.0.1",
+ "socks-proxy-agent": "^8.0.5"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/pac-resolver": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmmirror.com/pac-resolver/-/pac-resolver-7.0.1.tgz",
+ "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
+ "license": "MIT",
+ "dependencies": {
+ "degenerator": "^5.0.0",
+ "netmask": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "license": "MIT",
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parse5": {
+ "version": "7.3.0",
+ "resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.3.0.tgz",
+ "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
+ "license": "MIT",
+ "dependencies": {
+ "entities": "^6.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
+ }
+ },
+ "node_modules/parse5-htmlparser2-tree-adapter": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmmirror.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz",
+ "integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==",
+ "license": "MIT",
+ "dependencies": {
+ "domhandler": "^5.0.3",
+ "parse5": "^7.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
+ }
+ },
+ "node_modules/parse5-parser-stream": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmmirror.com/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz",
+ "integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==",
+ "license": "MIT",
+ "dependencies": {
+ "parse5": "^7.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
+ }
+ },
+ "node_modules/parse5/node_modules/entities": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmmirror.com/entities/-/entities-6.0.1.tgz",
+ "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.12"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/pend": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/pend/-/pend-1.2.0.tgz",
+ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
+ "license": "MIT"
+ },
+ "node_modules/picocolors": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
+ "license": "ISC"
+ },
+ "node_modules/progress": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmmirror.com/progress/-/progress-2.0.3.tgz",
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/proxy-agent": {
+ "version": "6.5.0",
+ "resolved": "https://registry.npmmirror.com/proxy-agent/-/proxy-agent-6.5.0.tgz",
+ "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.2",
+ "debug": "^4.3.4",
+ "http-proxy-agent": "^7.0.1",
+ "https-proxy-agent": "^7.0.6",
+ "lru-cache": "^7.14.1",
+ "pac-proxy-agent": "^7.1.0",
+ "proxy-from-env": "^1.1.0",
+ "socks-proxy-agent": "^8.0.5"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/proxy-from-env": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
+ "license": "MIT"
+ },
+ "node_modules/pump": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.3.tgz",
+ "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
+ "license": "MIT",
+ "dependencies": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
+ "node_modules/puppeteer": {
+ "version": "24.11.2",
+ "resolved": "https://registry.npmmirror.com/puppeteer/-/puppeteer-24.11.2.tgz",
+ "integrity": "sha512-HopdRZWHa5zk0HSwd8hU+GlahQ3fmesTAqMIDHVY9HasCvppcYuHYXyjml0nlm+nbwVCqAQWV+dSmiNCrZGTGQ==",
+ "hasInstallScript": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@puppeteer/browsers": "2.10.5",
+ "chromium-bidi": "5.1.0",
+ "cosmiconfig": "^9.0.0",
+ "devtools-protocol": "0.0.1464554",
+ "puppeteer-core": "24.11.2",
+ "typed-query-selector": "^2.12.0"
+ },
+ "bin": {
+ "puppeteer": "lib/cjs/puppeteer/node/cli.js"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/puppeteer-core": {
+ "version": "24.11.2",
+ "resolved": "https://registry.npmmirror.com/puppeteer-core/-/puppeteer-core-24.11.2.tgz",
+ "integrity": "sha512-c49WifNb8hix+gQH17TldmD6TC/Md2HBaTJLHexIUq4sZvo2pyHY/Pp25qFQjibksBu/SJRYUY7JsoaepNbiRA==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@puppeteer/browsers": "2.10.5",
+ "chromium-bidi": "5.1.0",
+ "debug": "^4.4.1",
+ "devtools-protocol": "0.0.1464554",
+ "typed-query-selector": "^2.12.0",
+ "ws": "^8.18.3"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "license": "MIT"
+ },
+ "node_modules/semver": {
+ "version": "7.7.2",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/smart-buffer": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmmirror.com/smart-buffer/-/smart-buffer-4.2.0.tgz",
+ "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 6.0.0",
+ "npm": ">= 3.0.0"
+ }
+ },
+ "node_modules/socks": {
+ "version": "2.8.5",
+ "resolved": "https://registry.npmmirror.com/socks/-/socks-2.8.5.tgz",
+ "integrity": "sha512-iF+tNDQla22geJdTyJB1wM/qrX9DMRwWrciEPwWLPRWAUEM8sQiyxgckLxWT1f7+9VabJS0jTGGr4QgBuvi6Ww==",
+ "license": "MIT",
+ "dependencies": {
+ "ip-address": "^9.0.5",
+ "smart-buffer": "^4.2.0"
+ },
+ "engines": {
+ "node": ">= 10.0.0",
+ "npm": ">= 3.0.0"
+ }
+ },
+ "node_modules/socks-proxy-agent": {
+ "version": "8.0.5",
+ "resolved": "https://registry.npmmirror.com/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
+ "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.2",
+ "debug": "^4.3.4",
+ "socks": "^2.8.3"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "license": "BSD-3-Clause",
+ "optional": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sprintf-js": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.1.3.tgz",
+ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/streamx": {
+ "version": "2.22.1",
+ "resolved": "https://registry.npmmirror.com/streamx/-/streamx-2.22.1.tgz",
+ "integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==",
+ "license": "MIT",
+ "dependencies": {
+ "fast-fifo": "^1.3.2",
+ "text-decoder": "^1.1.0"
+ },
+ "optionalDependencies": {
+ "bare-events": "^2.2.0"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/tar-fs": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmmirror.com/tar-fs/-/tar-fs-3.1.0.tgz",
+ "integrity": "sha512-5Mty5y/sOF1YWj1J6GiBodjlDc05CUR8PKXrsnFAiSG0xA+GHeWLovaZPYUDXkH/1iKRf2+M5+OrRgzC7O9b7w==",
+ "license": "MIT",
+ "dependencies": {
+ "pump": "^3.0.0",
+ "tar-stream": "^3.1.5"
+ },
+ "optionalDependencies": {
+ "bare-fs": "^4.0.1",
+ "bare-path": "^3.0.0"
+ }
+ },
+ "node_modules/tar-stream": {
+ "version": "3.1.7",
+ "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-3.1.7.tgz",
+ "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
+ "license": "MIT",
+ "dependencies": {
+ "b4a": "^1.6.4",
+ "fast-fifo": "^1.2.0",
+ "streamx": "^2.15.0"
+ }
+ },
+ "node_modules/text-decoder": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmmirror.com/text-decoder/-/text-decoder-1.2.3.tgz",
+ "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "b4a": "^1.6.4"
+ }
+ },
+ "node_modules/tslib": {
+ "version": "2.8.1",
+ "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
+ "license": "0BSD"
+ },
+ "node_modules/typed-query-selector": {
+ "version": "2.12.0",
+ "resolved": "https://registry.npmmirror.com/typed-query-selector/-/typed-query-selector-2.12.0.tgz",
+ "integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==",
+ "license": "MIT"
+ },
+ "node_modules/undici": {
+ "version": "7.11.0",
+ "resolved": "https://registry.npmmirror.com/undici/-/undici-7.11.0.tgz",
+ "integrity": "sha512-heTSIac3iLhsmZhUCjyS3JQEkZELateufzZuBaVM5RHXdSBMb1LPMQf5x+FH7qjsZYDP0ttAc3nnVpUB+wYbOg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=20.18.1"
+ }
+ },
+ "node_modules/undici-types": {
+ "version": "7.8.0",
+ "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.8.0.tgz",
+ "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
+ "license": "MIT",
+ "optional": true
+ },
+ "node_modules/whatwg-encoding": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmmirror.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
+ "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
+ "license": "MIT",
+ "dependencies": {
+ "iconv-lite": "0.6.3"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/whatwg-mimetype": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
+ "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "license": "ISC"
+ },
+ "node_modules/ws": {
+ "version": "8.18.3",
+ "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.3.tgz",
+ "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": ">=5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "license": "ISC",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yargs": {
+ "version": "17.7.2",
+ "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
+ "license": "MIT",
+ "dependencies": {
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "21.1.1",
+ "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
+ "license": "ISC",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yauzl": {
+ "version": "2.10.0",
+ "resolved": "https://registry.npmmirror.com/yauzl/-/yauzl-2.10.0.tgz",
+ "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
+ "license": "MIT",
+ "dependencies": {
+ "buffer-crc32": "~0.2.3",
+ "fd-slicer": "~1.1.0"
+ }
+ },
+ "node_modules/zod": {
+ "version": "3.25.67",
+ "resolved": "https://registry.npmmirror.com/zod/-/zod-3.25.67.tgz",
+ "integrity": "sha512-idA2YXwpCdqUSKRCACDE6ItZD9TZzy3OZMtpfLoh6oPR47lipysRrJfjzMqFxQ3uJuUPyUeWe1r9vLH33xO/Qw==",
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/colinhacks"
+ }
+ }
+ }
+}
diff --git a/work6/Peggy1017/Spider/package.json b/work6/Peggy1017/Spider/package.json
new file mode 100644
index 00000000..9728f948
--- /dev/null
+++ b/work6/Peggy1017/Spider/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "fzu-notice-scraper",
+ "version": "1.0.0",
+ "description": "爬取福州大学通知文件系统的通知数据",
+ "main": "src/index.js",
+ "scripts": {
+ "start": "node src/index.js"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "axios": "^1.10.0",
+ "cheerio": "^1.1.0",
+ "puppeteer": "^24.11.2"
+ }
+}
diff --git a/work6/Peggy1017/Spider/page_structure.json b/work6/Peggy1017/Spider/page_structure.json
new file mode 100644
index 00000000..54e2d0c3
--- /dev/null
+++ b/work6/Peggy1017/Spider/page_structure.json
@@ -0,0 +1,202 @@
+{
+ "structure": {
+ "title": "组织机构-福州大学通知文件系统",
+ "bodyChildren": [
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "",
+ "childrenCount": 1
+ },
+ {
+ "tagName": "STYLE",
+ "id": "",
+ "className": "",
+ "childrenCount": 0
+ },
+ {
+ "tagName": "DIV",
+ "id": "browser-modal",
+ "className": "",
+ "childrenCount": 3
+ },
+ {
+ "tagName": "DIV",
+ "id": "top",
+ "className": "",
+ "childrenCount": 1
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "logobj",
+ "childrenCount": 1
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "daoh",
+ "childrenCount": 1
+ },
+ {
+ "tagName": "DIV",
+ "id": "two-banner",
+ "className": "",
+ "childrenCount": 1
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "sy-content",
+ "childrenCount": 1
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "bot footer",
+ "childrenCount": 1
+ },
+ {
+ "tagName": "SCRIPT",
+ "id": "",
+ "className": "",
+ "childrenCount": 0
+ }
+ ]
+ },
+ "possibleNoticeContainers": [
+ {
+ "tagName": "HTML",
+ "id": "",
+ "className": "",
+ "linksCount": 114,
+ "path": "body > html"
+ },
+ {
+ "tagName": "BODY",
+ "id": "",
+ "className": "",
+ "linksCount": 114,
+ "path": "body"
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "daoh",
+ "linksCount": 6,
+ "path": "body > div.daoh"
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "daohc",
+ "linksCount": 6,
+ "path": "body > div.daoh > div.daohc"
+ },
+ {
+ "tagName": "DIV",
+ "id": "c1069914",
+ "className": "",
+ "linksCount": 6,
+ "path": "body > div.daoh > div.daohc > div#c1069914"
+ },
+ {
+ "tagName": "UL",
+ "id": "",
+ "className": "",
+ "linksCount": 6,
+ "path": "body > div.daoh > div.daohc > div#c1069914 > ul"
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "sy-content",
+ "linksCount": 98,
+ "path": "body > div.sy-content"
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "content",
+ "linksCount": 98,
+ "path": "body > div.sy-content > div.content"
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "left fl",
+ "linksCount": 47,
+ "path": "body > div.sy-content > div.content > div.left.fl"
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "left-list fl",
+ "linksCount": 47,
+ "path": "body > div.sy-content > div.content > div.left.fl > div.left-list.fl"
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "ny-menu",
+ "linksCount": 47,
+ "path": "body > div.sy-content > div.content > div.left.fl > div.left-list.fl > div.ny-menu"
+ },
+ {
+ "tagName": "UL",
+ "id": "",
+ "className": "",
+ "linksCount": 47,
+ "path": "body > div.sy-content > div.content > div.left.fl > div.left-list.fl > div.ny-menu > ul"
+ },
+ {
+ "tagName": "LI",
+ "id": "",
+ "className": "on",
+ "linksCount": 43,
+ "path": "body > div.sy-content > div.content > div.left.fl > div.left-list.fl > div.ny-menu > ul > li.on"
+ },
+ {
+ "tagName": "UL",
+ "id": "",
+ "className": "",
+ "linksCount": 42,
+ "path": "body > div.sy-content > div.content > div.left.fl > div.left-list.fl > div.ny-menu > ul > li.on > ul"
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "right fr",
+ "linksCount": 51,
+ "path": "body > div.sy-content > div.content > div.right.fr"
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "list fl",
+ "linksCount": 48,
+ "path": "body > div.sy-content > div.content > div.right.fr > div.list.fl"
+ },
+ {
+ "tagName": "UL",
+ "id": "",
+ "className": "",
+ "linksCount": 40,
+ "path": "body > div.sy-content > div.content > div.right.fr > div.list.fl > ul"
+ },
+ {
+ "tagName": "DIV",
+ "id": "",
+ "className": "pb_sys_common pb_sys_normal pb_sys_style1",
+ "linksCount": 8,
+ "path": "body > div.sy-content > div.content > div.right.fr > div.list.fl > div.pb_sys_common.pb_sys_normal.pb_sys_style1"
+ },
+ {
+ "tagName": "SPAN",
+ "id": "",
+ "className": "p_pages",
+ "linksCount": 7,
+ "path": "body > div.sy-content > div.content > div.right.fr > div.list.fl > div.pb_sys_common.pb_sys_normal.pb_sys_style1 > span.p_pages"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/work6/Peggy1017/Spider/src/index.js b/work6/Peggy1017/Spider/src/index.js
new file mode 100644
index 00000000..581c8e78
--- /dev/null
+++ b/work6/Peggy1017/Spider/src/index.js
@@ -0,0 +1,212 @@
+const axios = require('axios');
+const cheerio = require('cheerio');
+const fs = require('fs');
+const path = require('path');
+const puppeteer = require('puppeteer');
+const readline = require('readline');
+
+const rl = readline.createInterface({
+ input: process.stdin,
+ output: process.stdout
+});
+
+const startDate = new Date('2025-01-01');
+const endDate = new Date('2025-12-31');
+const allNotices = [];
+
+async function scrapeNotices() {
+ try {
+ console.log('开始爬取福州大学通知文件系统...');
+
+ console.log('启动浏览器...');
+ const browser = await puppeteer.launch({
+ headless: false,
+ defaultViewport: null,
+ args: ['--start-maximized'],
+ timeout: 60000
+ });
+
+ const page = await browser.newPage();
+ await page.setUserAgent('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36');
+ page.setDefaultNavigationTimeout(60000);
+ console.log('直接访问WebVPN登录页面...');
+ try {
+ await page.goto('https://info22-443.webvpn.fzu.edu.cn/lm_list.jsp?urltype=tree.TreeTempUrl&wbtreeid=1460', {
+ waitUntil: 'networkidle2',
+ timeout: 60000
+ });
+ } catch (error) {
+ console.error('访问登录页面超时,尝试继续执行:', error.message);
+ }
+ await page.screenshot({ path: path.join(__dirname, '..', 'webvpn_login_page.png') });
+ console.log('请手动在浏览器中输入学工号和密码并登录,登录成功后程序将继续执行...');
+ console.log('请在登录后手动导航到通知列表页面,然后按回车键继续爬取...');
+ await new Promise((resolve) => {
+ rl.question('已导航到通知列表页面,按回车键继续爬取...', () => {
+ resolve();
+ });
+ });
+ const currentUrl = await page.url();
+ console.log(`当前页面URL: ${currentUrl}`);
+ let totalPages = 0;
+ try {
+ const urlParams = new URL(currentUrl).searchParams;
+ const totalPageParam = urlParams.get('totalpage');
+ if (totalPageParam) {
+ totalPages = parseInt(totalPageParam);
+ }
+ if (!totalPages || isNaN(totalPages)) {
+ totalPages = await page.evaluate(() => {
+ const paginationText = document.querySelector('.page_nav')?.textContent;
+ if (paginationText) {
+ const match = paginationText.match(/共(\d+)页/);
+ return match ? parseInt(match[1]) : 0;
+ }
+ return 0;
+ });
+ }
+ } catch (error) {
+ console.error('提取总页数失败:', error.message);
+ }
+ if (!totalPages || isNaN(totalPages)) {
+ totalPages = 1074;
+ console.log(`无法获取总页数,默认设置为 ${totalPages} 页`);
+ } else {
+ console.log(`检测到总页数: ${totalPages} 页`);
+ }
+ console.log('开始爬取第1页...');
+ let pageNotices = await scrapePageContent(page);
+ console.log(`第1页爬取完成,获取到 ${pageNotices.length} 条通知`);
+ allNotices.push(...pageNotices);
+ for (let pageNum = 2; pageNum <= totalPages; pageNum++) {
+ console.log(`开始爬取第${pageNum}页...`);
+ const nextPageUrl = `https://info22-443.webvpn.fzu.edu.cn/lm_list.jsp?totalpage=${totalPages}&PAGENUM=${pageNum}&urltype=tree.TreeTempUrl&wbtreeid=1460`;
+ try {
+ await page.goto(nextPageUrl, { waitUntil: 'networkidle2', timeout: 60000 });
+ pageNotices = await scrapePageContent(page);
+ console.log(`第${pageNum}页爬取完成,获取到 ${pageNotices.length} 条通知`);
+ const has2025Notices = pageNotices.some(notice => {
+ const noticeDate = new Date(notice.date);
+ return noticeDate.getFullYear() === 2025;
+ });
+
+ if (!has2025Notices) {
+ console.log(`第${pageNum}页没有2025年的通知,停止爬取`);
+ break;
+ }
+ allNotices.push(...pageNotices);
+ } catch (error) {
+ console.error(`爬取第${pageNum}页时出错:`, error.message);
+ }
+ }
+
+ console.log(`爬取完成,共获取${allNotices.length}条通知`);
+ const notices2025 = allNotices.filter(notice => {
+ const noticeDate = new Date(notice.date);
+ return noticeDate >= startDate && noticeDate <= endDate;
+ });
+
+ console.log(`2025年的通知共有 ${notices2025.length} 条`);
+ if (notices2025.length === 0) {
+ console.log('未能获取到任何2025年的通知数据,请检查页面结构');
+ await browser.close();
+ rl.close();
+ return [];
+ }
+
+ saveToJson(notices2025);
+ await browser.close();
+ rl.close();
+ return notices2025;
+ } catch (error) {
+ console.error('爬取过程中出现错误:', error);
+ rl.close();
+ throw error;
+ }
+}
+
+async function scrapePageContent(page) {
+ const pageContent = await page.content();
+ const $ = cheerio.load(pageContent);
+ const noticeItems = $('li.clearfloat');
+ console.log(`找到 ${noticeItems.length} 个可能的通知项`);
+ const pageNotices = [];
+ noticeItems.each((i, item) => {
+ try {
+ const $item = $(item);
+ const links = $item.find('a');
+ if (links.length < 2) {
+ console.log(`通知项 #${i+1} 的链接数量不足: ${links.length}`);
+ return;
+ }
+ const departmentElem = links.first();
+ const department = departmentElem.text().trim().replace(/[\[\]【】]/g, '');
+ const titleElem = links.eq(1);
+ const title = titleElem.text().trim();
+ const relativeLink = titleElem.attr('href');
+
+ if (!title || !relativeLink) {
+ console.log(`通知项 #${i+1} 缺少标题或链接`);
+ return;
+ }
+ let fullLink = relativeLink;
+ if (!fullLink.startsWith('http')) {
+ const currentUrl = page.url();
+ const urlObj = new URL(currentUrl);
+ const baseUrl = `${urlObj.protocol}//${urlObj.host}`;
+
+ if (fullLink.startsWith('/')) {
+ fullLink = `${baseUrl}${fullLink}`;
+ } else {
+ const pathParts = urlObj.pathname.split('/');
+ pathParts.pop();
+ const basePath = pathParts.join('/');
+ fullLink = `${baseUrl}${basePath}/${fullLink}`;
+ }
+ }
+ const dateElem = $item.find('span.fr');
+ let dateText = dateElem.length > 0 ? dateElem.text().trim() : '';
+ if (!dateText) {
+ const itemText = $item.text().trim();
+ const dateMatch = itemText.match(/(\d{4}-\d{2}-\d{2})/);
+ if (dateMatch) {
+ dateText = dateMatch[1];
+ }
+ }
+ let noticeDate = null;
+ let formattedDate = '';
+ if (dateText) {
+ try {
+ formattedDate = dateText;
+ noticeDate = new Date(dateText);
+ } catch (e) {
+ console.log(`日期解析错误: ${e.message}, 日期文本: ${dateText}`);
+ }
+ }
+ if (!noticeDate) {
+ const now = new Date();
+ formattedDate = now.toISOString().split('T')[0];
+ noticeDate = now;
+ }
+ pageNotices.push({
+ title,
+ link: fullLink,
+ department,
+ date: formattedDate
+ });
+
+ } catch (error) {
+ console.error(`处理通知项时出错: ${error.message}`);
+ }
+ });
+
+ return pageNotices;
+}
+
+function saveToJson(data) {
+ const filePath = path.join(__dirname, '..', 'notices.json');
+ fs.writeFileSync(filePath, JSON.stringify(data, null, 2), 'utf8');
+ console.log(`数据已保存到 ${filePath}`);
+}
+
+scrapeNotices().catch(console.error);
\ No newline at end of file